Skip to content

Commit

Permalink
fix: small fixes and improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
libremente committed Mar 13, 2019
1 parent 8967438 commit 9fbe37c
Show file tree
Hide file tree
Showing 11 changed files with 33 additions and 27 deletions.
7 changes: 4 additions & 3 deletions docs/en/categories-list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ List of software categories
Here follows a controlled vocabulary of useful tags for categorizing the
software.

===
Tag
===
==========
Valid Tags
==========

- accounting
- agile-project-management
- applicant-tracking
Expand Down
8 changes: 5 additions & 3 deletions docs/en/country.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@ software is integrated with the Italian Public Identification System.

If a software is compliant I will find:

.. code:: .yaml
.. code:: yaml
it:
spid: yes
countryExtensionVersion: "0.2"
piattaforme:
- spid: yes
Notice that country-specific extensions within international sections
are not allowed. Countries that want to extend the format should add a
Expand All @@ -29,4 +31,4 @@ country-specific section instead.
Documentation for the keys contained in a country specific section is
maintained in separate files.

- Italy: :ref:`italia-extensions`.
- Italy: :ref:`italian-extensions`.
4 changes: 2 additions & 2 deletions docs/en/example/publiccode.minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ releaseDate: "2017-04-15"
platforms:
- web

tags:
- texteditor
categories:
- financial-reporting

developmentStatus: development

Expand Down
1 change: 0 additions & 1 deletion docs/en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ Table of contents
:numbered:

schema.core.rst
schema.it.rst
country.rst
forks.rst
categories-list.rst
Expand Down
7 changes: 4 additions & 3 deletions docs/en/scope-list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ Scope list
Here follows a controlled vocabulary of useful tags for categorizing the
software.

===
Tag
===
==========
Valid Tags
==========

- agriculture
- culture
- defence
Expand Down
6 changes: 3 additions & 3 deletions docs/it/categories-list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Lista delle categorie di software
Qui di seguito è presentato un vocabolario controllato di tag utilizzabili
per categorizzare il software.

===
Tag
===
==========
Tag Validi
==========
- accounting
- agile-project-management
- applicant-tracking
Expand Down
6 changes: 4 additions & 2 deletions docs/it/country.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ Identità Digitale.

Dunque, se un software è compatibile, troveremo:

.. code:: .yaml
.. code:: yaml
it:
spid: yes
countryExtensionVersion: "0.2"
piattaforme:
- spid: yes
Nota bene che le chiavi *country-specific* **non** sono valide
all’interno delle sezioni internazionali. I Paesi che vogliano estendere
Expand Down
4 changes: 2 additions & 2 deletions docs/it/example/publiccode.minimal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ releaseDate: "2017-04-15"
platforms:
- web

tags:
- texteditor
categories:
- financial-reporting

developmentStatus: development

Expand Down
1 change: 0 additions & 1 deletion docs/it/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ Indice dei contenuti
:numbered:

schema.core.rst
schema.it.rst
country.rst
forks.rst
categories-list.rst
Expand Down
9 changes: 5 additions & 4 deletions docs/it/schema.core.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ l’autenticazione.
I fork creati con lo scopo di contribuire *upstream* non devono
modificare questo file; questo aiuta i software che fanno il parsing di
``publiccode.yml`` a saltare immediatamente i fork tecnici. Al
contrario, un fork completo che sarà mantenuto
contrario, un fork completo che sarà manutenuto
in modo separato rispetto al software originale, dovrebbe modificare
questa linea per essere trattato come una variante distinta.

Expand Down Expand Up @@ -268,7 +268,7 @@ Le chiavi sono:
aver ancora avuto una release pubblica preliminare.
- ``stable`` - Il software ha già avuto una prima release pubblica ed è pronto
per essere usato in un contesto di produzione.
- ``obsolete`` - Il software non è più mantenuto o aggiornato. Tutto il codice
- ``obsolete`` - Il software non è più manutenuto o aggiornato. Tutto il codice
sorgente è archiviato e tenuto per ragioni di storico.

Chiave ``softwareType``
Expand All @@ -277,8 +277,8 @@ Chiave ``softwareType``
- Tipo: stringa
- Presenza: obbligatoria
- Valori permessi: ``standalone/mobile``, ``standalone/iot``,
``standalone/desktop``, ``standalone/web``, ``standalone/backend``,
``standalone/other``, ``addon``, ``library``, ``configurationFiles``
``standalone/desktop``, ``standalone/web``, ``standalone/backend``,
``standalone/other``, ``addon``, ``library``, ``configurationFiles``

Le chiavi sono:

Expand Down Expand Up @@ -642,6 +642,7 @@ Chiave ``maintenance/type``
- Valori: ``"internal"``, ``"contract"``, ``"community"``, ``"none"``

Questa chiave descrive come il software è attualmente manutenuto.
Le chiavi sono:

- ``"internal"`` - significa che il software è manutenuto internamente dal
proprietario del repository;
Expand Down
7 changes: 4 additions & 3 deletions docs/it/scope-list.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ Lista dei campi di applicazione
Qui di seguito è presentato un vocabolario controllato di tag utilizzabili
per i campi di applicazione del software.

===
Tag
===
==========
Tag Validi
==========

- agriculture
- culture
- defence
Expand Down

0 comments on commit 9fbe37c

Please sign in to comment.