Skip to content

Commit 97217c2

Browse files
committed
fix: broken links
1 parent 7da272b commit 97217c2

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
lines changed

docs/en/index.rst

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,25 +5,26 @@
55

66
By including a ``publiccode.yml`` file in the root of a repository, and populating it with information about the software, technicians and civil servants can evaluate it. Automatic indexing tools can also be built, since the format is easily readable by both humans and machines.
77

8-
``publiccode.yml`` is mandatory for all public software developed in Italy, according to the national [guidelines](https://docs.italia.it/AgID/linee-guida-riuso-software/lg-acquisizione-e-riuso-software-per-pa-docs/): this enables the Developers Italia crawler to build the national [software catalog](https://developers.italia.it/). The standard is designed to be interoperable internationally, thus the country-specific keys are separated by the core part and are defined in specific sections that each government can rule.
8+
``publiccode.yml`` is mandatory for all public software developed in Italy, according to the national `guidelines <https://docs.italia.it/AgID/linee-guida-riuso-software/lg-acquisizione-e-riuso-software-per-pa-docs/>`__: this enables the Developers Italia crawler to build the national `software catalog <https://developers.italia.it/>`__. The standard is designed to be interoperable internationally, thus the country-specific keys are separated by the core part and are defined in specific sections that each government can rule.
99

1010
Details carried by a ``publiccode.yml`` file include:
1111

12-
- title and description of the project or product (in one or more languages);
13-
- development state (e.g., ``concept``, ``development``, ``beta``,
12+
- title and description of the project or product (in one or more languages);
13+
- development state (e.g., ``concept``, ``development``, ``beta``,
1414
``stable``, ``obsolete``;
15-
- contacts of the entity who published the codebase;
16-
- contacts of the maintainer, if any, including the expire date of the maintainance contract;
17-
- information about the legal context for which the project or product was designed;
18-
- dependencies.
15+
- contacts of the entity who published the codebase;
16+
- contacts of the maintainer, if any, including the expire date of the maintainance contract;
17+
- information about the legal context for which the project or product was designed;
18+
- dependencies.
1919

2020
and much more.
2121

2222
See also
2323
----------
2424

25-
- [More information about software reuse](https://developers.italia.it/en/reuse)
26-
- [publiccode.yml web editor](https://publiccode-editor.developers.italia.it/)
25+
- `More information about software reuse <https://developers.italia.it/en/reuse>`__
26+
- `publiccode.yml web editor
27+
<https://publiccode-editor.developers.italia.it/>`__
2728

2829
Table of contents
2930
-----------------

docs/it/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ conseguenza, riutilizzabili da altri enti.
66

77
Inserendo nella root di un repository un file chiamato ``publiccode.yml`` che descrive le caratteristiche del software se ne agevola la comprensione ai tecnici e ai decisori pubblici interessati a valutarlo; al tempo stesso si permette di costruire strumenti automatici di indicizzazione, poiché il formato è facilmente leggibile sia da esseri umani sia da macchine.
88

9-
``publiccode.yml`` è obbligatorio per tutto il software pubblico sviluppato in Italia, come da [linee guida](https://docs.italia.it/AgID/linee-guida-riuso-software/lg-acquisizione-e-riuso-software-per-pa-docs/): questo consente al crawler automatico di Developers Italia di costituire il [catalogo del software a riuso](https://developers.italia.it/). Lo standard è tuttavia pensato in ottica internazionale, per cui tutte le specificità nazionali sono separate dal core e definite in apposite sezioni estensibili autonomamente dai governi nazionali.
9+
``publiccode.yml`` è obbligatorio per tutto il software pubblico sviluppato in Italia, come da `linee guida <https://docs.italia.it/AgID/linee-guida-riuso-software/lg-acquisizione-e-riuso-software-per-pa-docs/>`__: questo consente al crawler automatico di Developers Italia di costituire il `catalogo del software a riuso <https://developers.italia.it/>`__. Lo standard è tuttavia pensato in ottica internazionale, per cui tutte le specificità nazionali sono separate dal core e definite in apposite sezioni estensibili autonomamente dai governi nazionali.
1010

1111
Tra le informazioni contenute in un ``publiccode.yml`` vi sono:
1212

@@ -23,8 +23,8 @@ e molte altre informazioni rilevanti.
2323
Link utili
2424
----------
2525

26-
- [Maggiori informazioni sul riuso del software](https://developers.italia.it/it/riuso)
27-
- [Editor web per publiccode.yml](https://publiccode-editor.developers.italia.it/)
26+
- `Maggiori informazioni sul riuso del software <https://developers.italia.it/it/riuso>`__
27+
- `Editor web per publiccode.yml <https://publiccode-editor.developers.italia.it/`__
2828

2929
Indice dei contenuti
3030
--------------------

0 commit comments

Comments
 (0)