Added release notes for 0.9.1.
[philo.git] / docs / index.rst
index 76e779d..26fe771 100644 (file)
@@ -3,35 +3,46 @@
    You can adapt this file completely to your liking, but it should at least
    contain the root `toctree` directive.
 
+.. module:: philo
+
 Welcome to Philo's documentation!
 =================================
 
-Contents:
-
-.. toctree::
-   :maxdepth: 2
-   
-   intro
-
-Indices and tables
-==================
-
-* :ref:`genindex`
-* :ref:`modindex`
-* :ref:`search`
-
-What is Philo?
-==============
-
-Philo is a foundation for developing web content management systems.
+Philo is a foundation for developing web content management systems. Please, read the :doc:`notes for our latest release <releases/0.9.1>`.
 
 Prerequisites:
 
 * `Python 2.5.4+ <http://www.python.org>`_
-* `Django 1.2+ <http://www.djangoproject.com/>`_
+* `Django 1.3+ <http://www.djangoproject.com/>`_
 * `django-mptt e734079+ <https://github.com/django-mptt/django-mptt/>`_
 * (Optional) `django-grappelli 2.0+ <http://code.google.com/p/django-grappelli/>`_
 * (Optional) `south 0.7.2+ <http://south.aeracode.org/>`_
-* (Optional) `recaptcha-django r6 <http://code.google.com/p/recaptcha-django/>`_
+* (:mod:`philo.contrib.penfield`) `django-taggit 0.9.3+ <https://github.com/alex/django-taggit>`_
+* (:mod:`philo.contrib.waldo`, optional) `recaptcha-django r6 <http://code.google.com/p/recaptcha-django/>`_
+
+Contents
+++++++++
 
-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>`_.
+.. toctree::
+       :maxdepth: 1
+       
+       what
+       tutorials/intro
+       models/intro
+       exceptions
+       handling_requests
+       signals
+       validators
+       utilities
+       templatetags
+       forms
+       loaders
+       contrib/intro
+       contributing
+
+Indices and tables
+++++++++++++++++++
+
+* :ref:`genindex`
+* :ref:`modindex`
+* :ref:`search`