<?xml version="1.0" encoding="UTF-8" ?>
<rdf:RDF xmlns="http://usefulinc.com/ns/doap#" xmlns:foaf="http://xmlns.com/foaf/0.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><Project><name>Hatta</name>
<shortdesc>Wiki engine that lives in Mercurial repository.</shortdesc>
<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
  -j, --script-page=PAGE
                        Use PAGE as Javascript script on all pages
  -g, --icon-page=PAGE
                        Read icons graphics from page PAGE</description>
<download-page>http://download.hatta-wiki.org/hatta-1.3.3/Hatta-1.3.3.zip</download-page>
<homepage rdf:resource="http://hatta-wiki.org/" />
<maintainer><foaf:Person><foaf:name>Radomir Dopieralski</foaf:name>
<foaf:mbox_sha1sum>8535d5480ec203c8a5b875e98d2ceb0e7ff861c2</foaf:mbox_sha1sum></foaf:Person></maintainer>
<release><Version><revision>1.3.3</revision></Version></release>
</Project></rdf:RDF>