Added directives and autodocumenters for template tags and filters in a custom extens...
[philo.git] / docs / index.rst
1 .. Philo documentation master file, created by
2    sphinx-quickstart on Fri Jan 28 14:04:16 2011.
3    You can adapt this file completely to your liking, but it should at least
4    contain the root `toctree` directive.
5
6 .. module:: philo
7
8 Welcome to Philo's documentation!
9 =================================
10
11 Contents:
12
13 .. toctree::
14         :maxdepth: 2
15         
16         intro
17         models/intro
18         exceptions
19         handling_requests
20         signals
21         validators
22         utilities
23         templatetags
24         forms
25         loaders
26         contrib/intro
27
28 Indices and tables
29 ==================
30
31 * :ref:`genindex`
32 * :ref:`modindex`
33 * :ref:`search`
34
35 What is Philo?
36 ==============
37
38 Philo is a foundation for developing web content management systems.
39
40 Prerequisites:
41
42 * `Python 2.5.4+ <http://www.python.org>`_
43 * `Django 1.2+ <http://www.djangoproject.com/>`_
44 * `django-mptt e734079+ <https://github.com/django-mptt/django-mptt/>`_
45 * (Optional) `django-grappelli 2.0+ <http://code.google.com/p/django-grappelli/>`_
46 * (Optional) `south 0.7.2+ <http://south.aeracode.org/>`_
47 * (Optional) `recaptcha-django r6 <http://code.google.com/p/recaptcha-django/>`_
48
49 To contribute, please visit the `project website <http://philo.ithinksw.org/>`_ or make a fork of the `git repository <http://github.com/ithinksw/philo/>`_. Feel free to join us on IRC at `irc://irc.oftc.net/#philo <irc://irc.oftc.net/#philo>`_.