source: mailjam/docs/src/index.rst@ 13:f1f11159dbed

Last change on this file since 13:f1f11159dbed was 13:f1f11159dbed, checked in by Borja Lopez <borja@…>, 12 years ago

Added first version of the project documentation. Inside docs/src there is
the sphinx [1] project we use to manage the docs. Inside docs/html there is
a copy of the docs in html format.

Fixed some typos in the INSTALL file

Added two new parameters to the postman.conf file (both the example config
file inside conf/ and the one used for testing in postman/tests/). These
parameters do nothing yet (they are related to ssl stuff) but we do talk
about them in the docs.

Added a new method to the XMLRPC list of methods related to members.

[1] http://sphinx.pocoo.org

File size: 464 bytes
RevLine 
[13]1Postman official documentation
2==============================
3
4This is the official documentation for Postman_, a mailing list management
5software written in Python_.
6
7Contents:
8
9.. toctree::
10 :maxdepth: 2
11
12 overview
13 install
14 configuration
15 running
16 examples
17 development
18
19
20Indices and tables
21==================
22
23* :ref:`genindex`
24* :ref:`modindex`
25* :ref:`search`
26
27.. _Postman: https://bitbucket.org/codigo23/postman
28.. _Python: http://python.org
Note: See TracBrowser for help on using the repository browser.