7e960a033c0cee41263f504175d63331c42e7ca9
[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 Philo is a foundation for developing web content management systems.
12
13 Prerequisites:
14
15 * `Python 2.5.4+ <http://www.python.org>`_
16 * `Django 1.2+ <http://www.djangoproject.com/>`_
17 * `django-mptt e734079+ <https://github.com/django-mptt/django-mptt/>`_
18 * (Optional) `django-grappelli 2.0+ <http://code.google.com/p/django-grappelli/>`_
19 * (Optional) `south 0.7.2+ <http://south.aeracode.org/>`_
20 * (Optional) `recaptcha-django r6 <http://code.google.com/p/recaptcha-django/>`_
21
22 To contribute, please visit the `project website <http://project.philocms.org/>`_ and/or make a fork of the git repository on `GitHub <http://github.com/ithinksw/philo>`_ or `Gitorious <http://gitorious.org/ithinksw/philo>`_. Feel free to join us on IRC at `irc://irc.oftc.net/#philo <irc://irc.oftc.net/#philo>`_.
23
24 Contents
25 ++++++++
26
27 .. toctree::
28         :maxdepth: 1
29         
30         what
31         tutorials/intro
32         models/intro
33         exceptions
34         handling_requests
35         signals
36         validators
37         utilities
38         templatetags
39         forms
40         loaders
41         contrib/intro
42
43 Indices and tables
44 ++++++++++++++++++
45
46 * :ref:`genindex`
47 * :ref:`modindex`
48 * :ref:`search`