This repository contains the code to generate the static plebian.org website.
Either create a virtualenv and install the requirements through pip, or install Jinja2 and Pygments from your package manager, the choice is yours.
Run ./plebgen.py, the output will be in build/.
It's a static website, so any webserver is able to serve it. However, for a
quick and lazy "does this work?" test, you can use
python -m http.server --directory build/ 9000.
Follow PEP8. (Use pycodestyle to check!)
Unless stated otherwise, the contents of this repository are licensed as follows:
plebgen.pyis licensed under the GNU General Public License v3, the text the text of which can be found in theLICENSE_GPLfile.- The templates, including the texts therein, as well as the static assets, are licensed under the Creative Commons Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) License, the text of which can be found on the creative commons website