A static Wiki generator
Go to file
2024-12-18 13:48:03 +01:00
pages Add page index 2024-12-16 07:57:22 +01:00
.gitignore Initial commit 2024-12-16 04:50:42 +01:00
create.py Make timestamp no longer depend on git 2024-12-18 13:48:03 +01:00
LICENSE Initial commit 2024-12-16 04:50:42 +01:00
page.html Add $ARTICLE_DATE$ 2024-12-16 08:31:02 +01:00
readme.txt Initial commit 2024-12-16 04:50:42 +01:00

static-wiki creates a static wiki page out of a collection of folders in a git repository. Use create.py to create one. You can find the output in output/

You need Python 3.4 or newer, and Python markdown (pip install markdown). If you want a history of changes, you need git.

Wiki pages are directories, which can have all sorts of files, including images. Each wiki page has a index.md (or index.html) and tags.txt, everything else is up to you. You should have a "main" page, though.

These pages are automatically generated for you:
* tags
* tag_*
* pages

You can edit the layout and style of the page by editing page.html.