diff --git a/README.md b/README.md index 7981a0eb..07ee50fa 100644 --- a/README.md +++ b/README.md @@ -64,8 +64,6 @@ name: My text editor url: "https://example.com/mysoftware/text-editor.git" platforms: - windows -categories: - - office developmentStatus: development softwareType: standalone/desktop description: diff --git a/docs/de/Example.de.rst b/docs/de/Example.de.rst index 10e4ca47..4110f8c5 100644 --- a/docs/de/Example.de.rst +++ b/docs/de/Example.de.rst @@ -15,9 +15,6 @@ Minimal-Konfiguration platforms: - web - categories: - - financial-reporting - developmentStatus: development softwareType: "standalone/desktop" diff --git a/docs/de/categories-list.rst b/docs/de/categories-list.rst index f295d71c..6017d2fc 100644 --- a/docs/de/categories-list.rst +++ b/docs/de/categories-list.rst @@ -1,9 +1,9 @@ Liste von Software-Kategorien ============================= -Es folgt ein festgelegtes Verzeichnis mit nützlichen Tags zur Kategorisierung der Software. +Es folgt ein festgelegtes Verzeichnis gültiger Kategorien für die Software. -Gültige Tags ------------- +Gültige Kategorien +------------------ - accounting @@ -210,3 +210,5 @@ Gültige Tags - website-builder - workflow-management + +- other diff --git a/docs/de/schema.core.rst b/docs/de/schema.core.rst index 7166a74f..87bf22b9 100644 --- a/docs/de/schema.core.rst +++ b/docs/de/schema.core.rst @@ -198,10 +198,10 @@ Key ``categories`` ~~~~~~~~~~~~~~~~~~ - Type: array of strings -- Presence: mandatory +- Presence: optional - Acceptable values: see :ref:`categories-list` -A list of words that can be used to describe the software and can help +A list of categories that can be used to describe the software and can help building catalogs of open software. The controlled vocabulary :ref:`categories-list` contains the list of allowed diff --git a/docs/fr/categories-list.rst b/docs/fr/categories-list.rst index df6ff29f..f58bc3ae 100644 --- a/docs/fr/categories-list.rst +++ b/docs/fr/categories-list.rst @@ -3,11 +3,11 @@ Liste des catégories de logiciel =========================== -Ici se trouve une liste contrôlée du vocabulaire des tags utiles pour catégoriser un logiciel. +Ici se trouve une liste contrôlée du vocabulaire des catégories pour le logiciel. -========== -Tags valides -========== +================== +Catégories valides +================== - accounting - agile-project-management @@ -113,3 +113,4 @@ Tags valides - website-builder - whistleblowing - workflow-management +- other diff --git a/docs/fr/example/publiccode.minimal.yml b/docs/fr/example/publiccode.minimal.yml index a5ed31fa..1b48f50d 100644 --- a/docs/fr/example/publiccode.minimal.yml +++ b/docs/fr/example/publiccode.minimal.yml @@ -5,9 +5,6 @@ url: "https://example.com/italia/medusa.git" platforms: - web -categories: - - financial-reporting - developmentStatus: development softwareType: "standalone/desktop" @@ -15,17 +12,17 @@ softwareType: "standalone/desktop" description: en: shortDescription: > - A rather short description which - is probably useless + A rather short description which + is probably useless longDescription: > - Very long description of this software, also split - on multiple rows. You should note what the software - is and why one should need it. We can potentially - have many pages of text here. + Very long description of this software, also split + on multiple rows. You should note what the software + is and why one should need it. We can potentially + have many pages of text here. features: - - Just one feature + - Just one feature legal: license: AGPL-3.0-or-later diff --git a/docs/fr/schema.core.rst b/docs/fr/schema.core.rst index 0c08b5d4..78fa8ec6 100644 --- a/docs/fr/schema.core.rst +++ b/docs/fr/schema.core.rst @@ -205,10 +205,10 @@ Clé ``categories`` ~~~~~~~~~~~~~~~~~~ - Type: array de chaînes de caractères -- Présence: obligatoire +- Présence: facultative - Valeurs acceptées: voir :ref:`categories-list` -Une liste des mots qui peuvent être utilisés pour décrire le logiciel +Une liste des categories qui peuvent être utilisés pour décrire le logiciel et aider à la constitution d'un catalogue des logiciels ouverts. Le vocabulaire contrôlé de la :ref:`categories-list` présente la liste diff --git a/docs/it/categories-list.rst b/docs/it/categories-list.rst index 3f895573..4d6d3e40 100644 --- a/docs/it/categories-list.rst +++ b/docs/it/categories-list.rst @@ -3,12 +3,11 @@ Lista delle categorie di software ================================= -Qui di seguito è presentato un vocabolario controllato di tag utilizzabili -per categorizzare il software. +Qui di seguito è presentato un vocabolario controllato delle categorie utilizzabili. -========== -Tag Validi -========== +================ +Categorie valide +================ - accounting - agile-project-management - applicant-tracking @@ -114,3 +113,4 @@ Tag Validi - website-builder - whistleblowing - workflow-management +- other diff --git a/docs/it/example/publiccode.minimal.yml b/docs/it/example/publiccode.minimal.yml index a5ed31fa..1b48f50d 100644 --- a/docs/it/example/publiccode.minimal.yml +++ b/docs/it/example/publiccode.minimal.yml @@ -5,9 +5,6 @@ url: "https://example.com/italia/medusa.git" platforms: - web -categories: - - financial-reporting - developmentStatus: development softwareType: "standalone/desktop" @@ -15,17 +12,17 @@ softwareType: "standalone/desktop" description: en: shortDescription: > - A rather short description which - is probably useless + A rather short description which + is probably useless longDescription: > - Very long description of this software, also split - on multiple rows. You should note what the software - is and why one should need it. We can potentially - have many pages of text here. + Very long description of this software, also split + on multiple rows. You should note what the software + is and why one should need it. We can potentially + have many pages of text here. features: - - Just one feature + - Just one feature legal: license: AGPL-3.0-or-later diff --git a/docs/it/schema.core.rst b/docs/it/schema.core.rst index aca9c8e8..76e3b3dc 100644 --- a/docs/it/schema.core.rst +++ b/docs/it/schema.core.rst @@ -212,10 +212,10 @@ Chiave ``categories`` ~~~~~~~~~~~~~~~~~~~~~ - Tipo: array di stringhe -- Presenza: obbligatoria +- Presenza: opzionale - Valori accettabili: vedi :ref:`categories-list` -Una lista di parole che possono essere usate per descrivere il software +Una lista di categorie che possono essere usate per descrivere il software e possono aiutare a costruire il catalogo di software open. Il vocabolario controllato :ref:`categories-list` presenta la lista dei valori diff --git a/docs/standard/categories-list.rst b/docs/standard/categories-list.rst index fb589848..5919aa48 100644 --- a/docs/standard/categories-list.rst +++ b/docs/standard/categories-list.rst @@ -3,12 +3,11 @@ List of software categories =========================== -Here follows a controlled vocabulary of useful tags for categorizing the -software. +Here follows a controlled vocabulary of allowed categories for the software. -========== -Valid Tags -========== +================ +Valid categories +================ - accounting - agile-project-management @@ -115,3 +114,4 @@ Valid Tags - website-builder - whistleblowing - workflow-management +- other diff --git a/docs/standard/example/publiccode.minimal.yml b/docs/standard/example/publiccode.minimal.yml index a5ed31fa..1b48f50d 100644 --- a/docs/standard/example/publiccode.minimal.yml +++ b/docs/standard/example/publiccode.minimal.yml @@ -5,9 +5,6 @@ url: "https://example.com/italia/medusa.git" platforms: - web -categories: - - financial-reporting - developmentStatus: development softwareType: "standalone/desktop" @@ -15,17 +12,17 @@ softwareType: "standalone/desktop" description: en: shortDescription: > - A rather short description which - is probably useless + A rather short description which + is probably useless longDescription: > - Very long description of this software, also split - on multiple rows. You should note what the software - is and why one should need it. We can potentially - have many pages of text here. + Very long description of this software, also split + on multiple rows. You should note what the software + is and why one should need it. We can potentially + have many pages of text here. features: - - Just one feature + - Just one feature legal: license: AGPL-3.0-or-later diff --git a/docs/standard/schema.core.rst b/docs/standard/schema.core.rst index 4e010e20..fd35d2b2 100644 --- a/docs/standard/schema.core.rst +++ b/docs/standard/schema.core.rst @@ -201,10 +201,10 @@ Key ``categories`` ~~~~~~~~~~~~~~~~~~ - Type: array of strings -- Presence: mandatory +- Presence: optional - Acceptable values: see :ref:`categories-list` -A list of words that can be used to describe the software and can help +A list of categories that can be used to describe the software and can help building catalogs of open software. The controlled vocabulary :ref:`categories-list` contains the list of allowed