Wiki engine that lives in Mercurial repository.
Project description
Hatta Wiki is a wiki engine designed to be used with Mercurial repositories. It requires Mercurial and Werkzeug python modules.
Hatta’s pages are just plain text files (and also images, binaries, etc.) in some directory in your repository. For example, you can put it in your project’s “docs” directory to keep documentation. The files can be edited both from the wiki or with a text editor – in either case the changes committed to the repository will appear in the recent changes and in page’s history.
Usage: hatta.py [options]
- Options:
- -h, --help
show this help message and exit
- -d DIR, --pages-dir=DIR
Store pages in DIR
- -t DIR, --cache-dir=DIR
Store cache in DIR
- -i INT, --interface=INT
Listen on interface INT
- -p PORT, --port=PORT
Listen on port PORT
- -s NAME, --script-name=NAME
Override SCRIPT_NAME to NAME
- -n NAME, --site-name=NAME
Set the name of the site to NAME
- -m PAGE, --front-page=PAGE
Use PAGE as the front page
- -e ENC, --encoding=ENC
Use encoding ENS to read and write pages
- -c FILE, --config-file=FILE
Read configuration from FILE
- -l LANG, --language=LANG
Translate interface to LANG
- -r, --read-only
Whether the wiki should be read-only