Simple web-based note/documentation app, built around text-based Git/SVN storage.
Provides some TracWiki (moinmoin) markup and a small amount of Markdown support.
Create a new page:
Published page:
Search:
virtualenv .
source bin/activate
pip install -r requirements.txt
python ./run.py
For alternative ports, see [Configure]
The admin page allows:
- the SCM configuration to be specified,
- re-index the local SQLite database, used for search functionality
Create config.json in root directory, following options are available:
- LISTEN_HOST
- LISTEN_PORT
- SCM_TYPE
- DATA_DIR
- SQLITE_PATH
There are support for some macros:
Example:
[[Tags(some-tag)]]
Add tags to a page, which are grouped together in the 'tags' page.
Do not push to - this is a replica from upstream https://gitlab.dockstudios.co.uk/pub/wikode