Skip to content

Commit

Permalink
📄 Updated LICENSE.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeribekker committed Jul 16, 2021
1 parent 636a473 commit e938de1
Show file tree
Hide file tree
Showing 8 changed files with 452 additions and 12 deletions.
308 changes: 308 additions & 0 deletions LICENSE.md

Large diffs are not rendered by default.

10 changes: 5 additions & 5 deletions README.NL.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Open Formulieren

Snel en eenvoudig slimme formulieren bouwen en publiceren. (`English version`_)

Ontwikkeld door `Maykin Media B.V.`_ in opdracht van Dimpact.
Ontwikkeld door `Maykin Media B.V.`_ in opdracht van `Dimpact`_.


Introductie
Expand Down Expand Up @@ -69,17 +69,17 @@ Links
* `Code <https://github.com/open-formulieren/open-forms>`_



Licentie
========

Copyright © Maykin Media B.V., 2021
Copyright © `Dimpact`_, 2021

NO PUBLIC LICENSE AVAILABLE YET.
Licensed under the `EUPL`_.

.. _`English version`: README.rst
.. _`Maykin Media B.V.`: https://www.maykinmedia.nl

.. _`Dimpact`: https://www.dimpact.nl
.. _`EUPL`: LICENSE.md

.. |build-status| image:: https://github.com/open-formulieren/open-forms/actions/workflows/ci.yml/badge.svg
:alt: Build status
Expand Down
10 changes: 6 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Open Forms

Easily create and publish smart forms (`Nederlandse versie`_)

Developed by `Maykin Media B.V.`_, commissioned by Dimpact.
Developed by `Maykin Media B.V.`_, commissioned by `Dimpact`_.


Introduction
Expand Down Expand Up @@ -68,16 +68,18 @@ References
* `Issues <https://github.com/open-formulieren/open-forms/issues>`_
* `Code <https://github.com/open-formulieren/open-forms>`_


Licence
=======

Copyright © `Maykin Media B.V.`_, 2021
Copyright © `Dimpact`_, 2021

NO PUBLIC LICENSE AVAILABLE YET.
Licensed under the `EUPL`_.

.. _`Nederlandse versie`: README.NL.rst
.. _`Maykin Media B.V.`: https://www.maykinmedia.nl

.. _`Dimpact`: https://www.dimpact.nl
.. _`EUPL`: LICENSE.md

.. |build-status| image:: https://github.com/open-formulieren/open-forms/actions/workflows/ci.yml/badge.svg
:alt: Build status
Expand Down
Empty file removed UNLICENSED.md
Empty file.
2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,4 @@
r"https?://.*\.gemeente.nl",
r"http://localhost:\d+/",
r"https://.*sentry.*",
# FIXME: Disabled private repo checks for now. Remove when public.
r"https://github.com/open-formulieren/.*",
]
3 changes: 2 additions & 1 deletion docs/introduction/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ Introduction
:maxdepth: 1
:caption: Further reading

team
team
open-source/index
15 changes: 15 additions & 0 deletions docs/introduction/open-source/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
.. _introduction_open-source:

Open-source
===========

The Open Forms project is open-source and available under the `EUPL license`_.

In addition, this project makes use of various open-source `Python libraries`_
and `npm packages`_ and `npm packages for the SDK` under the hood.


.. _`EUPL license`: https://github.com/open-formulieren/open-forms/blob/master/LICENSE.md
.. _`Python libraries`: https://github.com/open-formulieren/open-forms/blob/master/requirements/base.txt
.. _`npm packages`: https://github.com/open-formulieren/open-forms/blob/master/package.json
.. _`npm packages for the SDK`: https://github.com/open-formulieren/open-forms-sdk/blob/main/package.json
116 changes: 116 additions & 0 deletions publiccode.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,116 @@
# This repository adheres to the publiccode.yml standard by including this
# metadata file that makes public software easily discoverable.
# More info at https://github.com/italia/publiccode.yml

publiccodeYmlVersion: '0.2'

name: Open Forms Builder and API
url: 'http://github.com/open-formulieren/open-forms.git'
softwareType: standalone/backend
softwareVersion: 0.1.0
releaseDate: 't.b.d.'
logo: 'https://github.com/open-formulieren/open-forms/blob/master/docs/logo.svg'
platforms:
- web
- linux
- windows
- mac

developmentStatus: beta

description:
nl:
shortDescription: Formulieren bouwen en ontsluiten
documentation: 'https://open-forms.readthedocs.io/'
apiDocumentation: 'https://raw.githubusercontent.com/open-formulieren/open-forms/master/src/openapi.yaml'
features:
- Bouw slimme formulieren
- Ontsluit formulieren via een API
genericName: Formulieren component
longDescription: >
Met Open Formulieren kunnen beheerders snel slimme formulieren realiseren die
ontsloten worden middels een API. Met de Open Formulieren JavaScript `SDK`_
kunnen gepersonaliseerde formulieren opgehaald en getoond worden aan de
gebruiker, in de stijl van de gemeente. Hierbij zijn velden vooringevuld indien
mogelijk en zijn er keuzes beschikbaar afhankelijk van de gebruiker, mits deze
is geauthenticeerd.
Door gebruik te maken van een plugin-architectuur kan Open Formulieren flexibel
worden ingericht met submission backends (bijv. Open Zaak), authenticatie
middelen, betaalproviders, kalender applicaties en pre-fill services.
Open Formulieren is ontwikkeld volgens de Common Ground principes, specifiek
voor gemeenten en met focus op gebruiksgemak voor zowel burger als beheerder.
en:
shortDescription: Build end expose forms
documentation: 'https://open-forms.readthedocs.io/'
apiDocumentation: 'https://raw.githubusercontent.com/open-formulieren/open-forms/master/src/openapi.yaml'
features:
- Build smart forms
- Expose forms via an API
genericName: Form component
longDescription: >
Using Open Forms, administrators can quickly create powerful and smart forms
that are exposed via an API. With the Open Forms JavaScript SDK, personalized
forms can be retrieved and shown to the user. The form blends in with an
existing website using various styling options. Form fields are pre-filled
whenever possible and personalized choices are shown depending on the user, if
authenticated.
Using a plugin-based architecture, Open Forms allows for flexible submission
backends (ie. Open Zaak), authentication schemes, payment providers, calendar
apps and pre-fill services.
Open Forms is developed in line with the Common Ground principles,
specificly for municipalities and with a strong focus on usability for both
the civilian users and the administrator.
legal:
license: EUPL-1.2
mainCopyrightOwner: Dimpact
repoOwner: Maykin Media

dependsOn:
open:
- name: PostgreSQL
optional: false
versionMin: '11.0'
- name: Redis
optional: false
versionMin: '5.0'
- name: Kubernetes
optional: true
versionMin: '1.12'
- name: Docker
optional: true
versionMin: '18.0'

inputTypes:
- application/json

outputTypes:
- application/json
- text/html

intendedAudience:
countries:
- nl
scope:
- government

localisation:
availableLanguages:
- nl
- en
localisationReady: false

maintenance:
type: contract
contractors:
- name: Maykin Media
email: [email protected]
website: https://www.maykinmedia.nl/
contacts:
- name: Joeri Bekker
affiliation: Maykin Media

0 comments on commit e938de1

Please sign in to comment.