a1490b36e4e1201c267a7594cc0ba8bd6289978c
[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
20 Indices and tables
21 ==================
22
23 * :ref:`genindex`
24 * :ref:`modindex`
25 * :ref:`search`
26
27 What is Philo?
28 ==============
29
30 Philo is a foundation for developing web content management systems.
31
32 Prerequisites:
33
34 * `Python 2.5.4+ <http://www.python.org>`_
35 * `Django 1.2+ <http://www.djangoproject.com/>`_
36 * `django-mptt e734079+ <https://github.com/django-mptt/django-mptt/>`_
37 * (Optional) `django-grappelli 2.0+ <http://code.google.com/p/django-grappelli/>`_
38 * (Optional) `south 0.7.2+ <http://south.aeracode.org/>`_
39 * (Optional) `recaptcha-django r6 <http://code.google.com/p/recaptcha-django/>`_
40
41 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>`_.