Metadata-Version: 1.0
Name: Hatta
Version: 1.4.5
Summary: Wiki engine that lives in Mercurial repository.
Home-page: http://hatta-wiki.org/
Author: Radomir Dopieralski
Author-email: hatta@sheep.art.pl
License: GNU General Public License (GPL)
Download-URL: http://download.hatta-wiki.org/hatta-1.4.5/Hatta-1.4.5.zip
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.
        
Keywords: wiki wsgi web mercurial repository
Platform: any
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: System Administrators
Classifier: Topic :: Communications
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Programming Language :: Python
Classifier: Operating System :: OS Independent
Classifier: Environment :: Web Environment
