Metadata-Version: 1.1
Name: attowiki
Version: v0.2
Summary: small wiki engine based on static reST files in a directory and git for versionning
Home-page: http://github.com
Author: Thomas Chiroux
Author-email: UNKNOWN
License: GPLv3
Description: ========
        attowiki
        ========
        
        attowiki is a very small wiki engine for personal use.
        
        It's main functions are:
        
        * can be started in any directory
        * uses all .rst files in directory structure as wiki files
        * uses git for revision control
        
        usage
        -----
        
        Launching a wiki
        
        ::
        
            $ attowiki
        
        that's all.
        
        attowiki will start a small server
        (by default, serving to http://localhost:8080)
        
        all the .rst files inside the current directory will be used for the wiki
        
        
        installation
        ------------
        
        project dependencies
        """"""""""""""""""""
        
        * bottle
        * docutils
        
        v0.2
        ----
        
        * start in a dir, looks for .rst files and serve them in html
        * looks for index.rst at first and serve it
        * if index.rst not found serve a page with the list of files
        * simple edition (text area). Save and Cancel buttons
        * git commit when saving
        
        
        v0.1
        ----
        
        * first (non-working) version
Keywords: restructuredText wiki
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Provides: attowiki
