X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/7beaf5e7ce33721111cf455028dc872ff8a5512a..eb82cce559a0c88c386822d0ecb53ae8fa1da1f5:/docs/index.rst diff --git a/docs/index.rst b/docs/index.rst index cfc7136..05422dd 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -3,36 +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: +Philo is a foundation for developing web content management systems. Please, read the :doc:`notes for our latest release `. + +Prerequisites: + +* `Python 2.5.4+ `_ +* `Django 1.3+ `_ +* `django-mptt e734079+ `_ +* (optional) `django-grappelli 2.0+ `_ +* (optional) `south 0.7.2+ `_ +* (:mod:`philo.contrib.penfield`) `django-taggit 0.9.3+ `_ +* (:mod:`philo.contrib.waldo`, optional) `recaptcha-django r6+ `_ + +Contents +++++++++ .. toctree:: - :maxdepth: 2 - - intro - models/intro + :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` - -What is Philo? -============== - -Philo is a foundation for developing web content management systems. - -Prerequisites: - -* `Python 2.5.4+ `_ -* `Django 1.2+ `_ -* `django-mptt e734079+ `_ -* (Optional) `django-grappelli 2.0+ `_ -* (Optional) `south 0.7.2+ `_ -* (Optional) `recaptcha-django r6 `_ - -To contribute, please visit the `project website `_ or make a fork of the `git repository `_. Feel free to join us on IRC at `irc://irc.oftc.net/#philo `_.