Skip to content

fugerit-org/eid-wallet-it-docs

 
 

Repository files navigation

IT-Wallet Technical Specifications

GitHub release Get invited


Table of Contents

Intro

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.

Versioning and preview

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:

Preview of released versions

Released versions can be navigated by adding the tag in the webpath leaded by a v, as follows:

Build

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

How to contribute

If you encounter problems or errors, if you’d like to comment or suggest an edit, don’t hesitate to contribute by submitting a Pull Requests or raise Issues, or exploring existing issues.

Authors

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.

License

The project is covered by a CC-0 license.

About

Italian eID Wallet Technical Specifications

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 82.4%
  • Shell 15.0%
  • CSS 2.6%