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.
See hatta.py –help for usage.