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