Go to file
Sebastian Hugentobler f12b5cafc9 Update README.md
2016-06-30 13:09:51 +00:00
templates generate unique board identifiers... 2015-05-18 17:55:38 +02:00
.gitignore add title parameter to templates 2015-05-12 20:18:31 +02:00
generator.py generate unique board identifiers... 2015-05-18 17:55:38 +02:00
README.md Update README.md 2016-06-30 13:09:51 +00:00
requirements.txt initial commit 2015-05-12 16:47:18 +02:00

Proboards Website Generator

A quick way to visualise the data obtained by my proboards-saver tool.

Python3 with Jinja2 is needed.

Usage

generator.py [-h] [--data DATA] [--static STATIC] [--out OUT]

build a static website out of a proboard json dump

optional arguments:
  -h, --help       show this help message and exit
  --data DATA      board data (json file)
  --static STATIC  path to the static files (images, attachments)
  --out OUT        path where the website gets rendered to