Metadata-Version: 1.0
Name: nabu
Version: 0.91
Summary: A simple framework to publish and extract info from rst documents to a server database.
Home-page: http://furius.ca/nabu
Author: Martin Blais
Author-email: blais@furius.ca
License: GPL
Description: 
        Assuming that a user can easily create text documents --this is the case for
        most programmers and techies, we do this all day, and we all have our favourite
        text editors-- this system allows you to store various kinds of data *across*
        multiple documents.  You can create and maintain a body of text files from which
        various elements automatically could get stored in an organized manner in a
        database.
        
        Nabu is a simple framework that extracts chunks of various types of information
        from documents written in simple text files (written with reStructuredText_
        conventions) and that stores this information (including the document) in a
        remote database for later retrieval.  The processing and extraction of the
        document is handled on a server, and there is a small and simple client that is
        used to push the files to the server for processing and storage (think
        ``rsync``).  The client requires only Python to work.  The presentation layer is
        left unspecified: you can use whichever web application framework you like to
        present the extracted data in the way that you prefer.
        
Platform: UNKNOWN
