proboards-website-generator/README.md

19 lines
550 B
Markdown
Raw Normal View History

2015-05-12 14:47:18 +00:00
# Proboards Website Generator
2024-03-28 14:39:33 +00:00
A quick way to visualise the data obtained by my
[proboards-saver](/shu/proboards-saver) tool.
2015-05-12 14:47:18 +00:00
Python3 with Jinja2 is needed.
## Usage
2015-05-12 14:49:16 +00:00
generator.py [-h] [--data DATA] [--static STATIC] [--out OUT]
2015-05-12 14:47:18 +00:00
2015-05-12 14:49:16 +00:00
build a static website out of a proboard json dump
2015-05-12 14:47:18 +00:00
2015-05-12 14:49:16 +00:00
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)
2015-05-12 14:49:36 +00:00
--out OUT path where the website gets rendered to