Introduction
============

This is a Python library that supports Active Record pattern to use Xapian
as a "NoSQL replacement" with keeping documents directly in the files system.

See `home page`_ for more details.

Documentation
=============

.. toctree::
    :maxdepth: 2
    :numbered:

    pages/active_document
    pages/HACKING
    pages/AUTHORS
    pages/COPYING

Sources
=======

Clone source repository from `Gitorious`_ project:

    ``git clone git://git.sugarlabs.org/server/active-document.git``

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`

.. _home page: http://wiki.sugarlabs.org/go/Sugar_Server_Kit/Active_Document
.. _Gitorious: http://git.sugarlabs.org/server
