Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the "fundedBy" key and the "organisation" object #198

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions docs/de/schema.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,15 @@ that can obtain independently; for instance, a fork of a software, owned
by an administration, could be used as a signal of usage of the
software.

Key ``fundedBy``
~~~~~~~~~~~~~~~~

- Type: List of Organisations (see below)
- Presence: optional

A list of organisations that are currently known to be funding the
development of this software.

Key ``roadmap``
~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -773,6 +782,17 @@ A Contact is an object with the following properties:
technical contact and each maintainer entity. It can contain for
instance a company name, an association name, etc.

Organisation
~~~~~~~~~~~~

An organisation is a structure (association, company, public
authority, etc.) that can fund software development. An organisation
has the following property:

- ``name`` - **mandatory** - The name of the organisation, whether
it’s an association, a company, a public sector organisation, or
a physical person.

Contractor
~~~~~~~~~~

Expand Down
17 changes: 17 additions & 0 deletions docs/fr/schema.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -230,6 +230,16 @@ d'améliorer cette liste avec des informations complémentaires qui peuvent
détenue par une administration, peut être utilisée comme un signal
d’utilisation du logiciel.

Clé ``fundedBy``
~~~~~~~~~~~~~~~~

- Type: Liste d'organisations (voir ci-dessous)
- Présence: facultative

Une liste des organisations actuellement connues pour financer le
développement de ce logiciel.


Clé ``roadmap``
~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -748,6 +758,13 @@ Pour éviter autant que possible la collecte d'adresses e-mail, utilisez ``\x64`
- ``phone`` - le numéro de téléphone (précédé de l'indicatif téléphonique international). Il s'agit d'une chaîne de caractères.
- ``affiliation`` - Cette clé contient une information explicite quant à l'affiliation du contact technique. Dans le cas où il y aurait plusieurs entités maintenant le logiciel, cette clé peut être utilisée pour créer une relation entre chaque contact technique et chaque entité maintenant le logiciel. Elle peut contenir, par exemple, le nom d'une entreprise, le nom d'une association, etc.

Organisation
~~~~~~~~~~~~

Une organisation est une structure (association, entreprise, autorité publique, etc.) qui peut financer le développement d'un logiciel. Une organisation possède les propriétés suivantes :

- ``name`` - **obligatoire** - Le nom de l'organisation, qu'il s'agisse d'une association, d'une entreprise, d'une organisation du secteur public ou d'une personne physique.

Prestataire
~~~~~~~~~~~

Expand Down
20 changes: 20 additions & 0 deletions docs/it/schema.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,15 @@ informazioni che riescono ad ottenere in modo indipendente; ad esempio,
il fork di un software, di proprietà di un’amministrazione, può essere
usato come un segnale di uso del software.

Chiave ``fundedBy``
~~~~~~~~~~~~~~~~

- Tipo: Lista di Organisation (vedi sotto)
- Presenza: opzionale

Un elenco delle organizzazioni che attualmente finanziano lo sviluppo
di questo software.

Chiave ``roadmap``
~~~~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -819,6 +828,17 @@ Un Contatto è un oggetto con le seguenti proprietà:
entità di manutenzione. Ad esempio, può contenere il nome di
un’azienda, il nome di un’associazione, etc.

Organisation
~~~~~~~~~~~~

Un'organizzazione è una struttura (associazione, azienda, ente
pubblico, ecc.) che può finanziare lo sviluppo di software.
Un'organizzazione ha le seguenti proprietà:

- ``nome`` - **obbligatorio** - Il nome dell'organizzazione, sia essa
un'associazione, una società, un ente pubblico o una persona
fisica.

Contractor
~~~~~~~~~~

Expand Down
20 changes: 20 additions & 0 deletions docs/standard/schema.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,15 @@ that can obtain independently; for instance, a fork of a software, owned
by an administration, could be used as a signal of usage of the
software.

Key ``fundedBy``
~~~~~~~~~~~~~~~~

- Type: List of Organisations (see below)
- Presence: optional

A list of organisations that are currently known to be funding the
development of this software.

Key ``roadmap``
~~~~~~~~~~~~~~~

Expand Down Expand Up @@ -775,6 +784,17 @@ A Contact is an object with the following properties:
technical contact and each maintainer entity. It can contain for
instance a company name, an association name, etc.

Organisation
~~~~~~~~~~~~

An organisation is a structure (association, company, public
authority, etc.) that can fund software development. An organisation
has the following property:

- ``name`` - **mandatory** - The name of the organisation, whether
it’s an association, a company, a public sector organisation, or
a physical person.

Contractor
~~~~~~~~~~

Expand Down