This repository hosts the IT-Wallet Technical Specifications: the technical architecture, implementation framework and design requirements to be adopoted by the IT-Wallet System Technical Solutions.
For more information on the IT-Wallet System please refer to the official page.
The repository is structured as sphinx project tree. The first stable release is v1.0; other contents in the repository may be considered experimental.
This project adheres to the Semantic Versioning model.
Furthermore, this project uses the git branches and tags in the following way:
- the branch
versione-corrente
contains the last stable version of the documentation; - The release page of this project contains all the released versions of the specifications. For the sake of coherence, the releases are made according to the tag names.
Each time a release is created or edited, a preview is built based on the tag the release refers to.
A preview of the latest editor's copy build, corresponding to the branch versione-corrente
can be navigated using the following link:
Released versions can be navigated by adding the tag in the webpath leaded by a v, as follows:
- https://italia.github.io/eid-wallet-it-docs/v1.0.0/en/
- https://italia.github.io/eid-wallet-it-docs/v0.9.3/en/
- https://italia.github.io/eid-wallet-it-docs/v0.9.2/en/
- https://italia.github.io/eid-wallet-it-docs/v0.9.1/en/
- https://italia.github.io/eid-wallet-it-docs/v0.9.0/en/
- https://italia.github.io/eid-wallet-it-docs/v0.8.2/en/
- https://italia.github.io/eid-wallet-it-docs/v0.8.1/en/
- https://italia.github.io/eid-wallet-it-docs/v0.8.0/en/
- https://italia.github.io/eid-wallet-it-docs/v0.7.1/en/
- https://italia.github.io/eid-wallet-it-docs/v0.7.0/en/
- https://italia.github.io/eid-wallet-it-docs/v0.6.0/en/
- https://italia.github.io/eid-wallet-it-docs/v0.5.0/en/
- https://italia.github.io/eid-wallet-it-docs/v0.4.1/en/
HTML
pip install -r requirements-dev.txt
sphinx-build -b html -d html/en/doctrees docs/en/ html/en
ODT
sudo apt install pandoc
sphinx-build -b singlehtml docs/en/ html/
cd html
pandoc -o eid-it-wallet-docs.odt index.html
Refer to Contributing Rules Section for an editorial guideline. Don't hesitate to submit Pull Requests or raise Issues if you encounter any problems.
These Technical Specifications are drafted and maintained by the Department for Digital Transformation, IPZS Istituto Poligrafico e Zecca dello Stato and PagoPA, with the supervision of AGID, Agency for Digital Italy.
The project is covered by a CC-0 license.