36470fba35e836e43858cea43ed7796cb5ca830d
[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 Welcome to Philo's documentation!
7 =================================
8
9 Contents:
10
11 .. toctree::
12    :maxdepth: 2
13    
14    intro
15    models/intro
16    exceptions
17    middleware
18    signals
19    validators
20
21 Indices and tables
22 ==================
23
24 * :ref:`genindex`
25 * :ref:`modindex`
26 * :ref:`search`
27
28 What is Philo?
29 ==============
30
31 Philo is a foundation for developing web content management systems.
32
33 Prerequisites:
34
35 * `Python 2.5.4+ <http://www.python.org>`_
36 * `Django 1.2+ <http://www.djangoproject.com/>`_
37 * `django-mptt e734079+ <https://github.com/django-mptt/django-mptt/>`_
38 * (Optional) `django-grappelli 2.0+ <http://code.google.com/p/django-grappelli/>`_
39 * (Optional) `south 0.7.2+ <http://south.aeracode.org/>`_
40 * (Optional) `recaptcha-django r6 <http://code.google.com/p/recaptcha-django/>`_
41
42 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>`_.