Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/README
blob: d1395b5b0d1781e5ad4e7fa97ccf7f53060c50f6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
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/network/active-document.git``

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

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

.. _home page: http://wiki.sugarlabs.org/go/Platform_Team/Active_Document
.. _Gitorious: http://git.sugarlabs.org/network