persogenius.de is a simple web application designed to generate valid machine-readable zones for German ID cards, compliant with the specifications as of August 2021.
TODO
0 | 1 | ... | 8 | 9 | A | B | ... | Y | Z |
---|---|---|---|---|---|---|---|---|---|
0 | 1 | ... | 8 | 9 | 10 | 11 | ... | 34 | 35 |
persogenius.de is built on the Jekyll static website generator; therefore, Jekyll must be installed prior to proceeding.
Clone the repository from GitHub to your local machine:
git clone https://github.com/inwerk/persogen.git
Change the current directory to the newly cloned persogen
directory.:
cd persogen
Generate the static site files:
bundle exec jekyll build
Start a local server to serve the Jekyll site:
bundle exec jekyll serve
The site is now accessible at http://localhost:4000.
Either download this repository and use it locally or visit the public instance.
URL | Status |
---|---|
www.persogenius.de | ✅ |
persogenius.de runs locally in your browser, meaning the server does not store or process any personal data. User inputs remain on the device and are not transmitted to the server.