X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/0959d38b27c03863ec376839dcc6d896d04e36ea..22b7ea83d27048a5261459849e059d1b9e07eceb:/docs/index.rst diff --git a/docs/index.rst b/docs/index.rst index d387fa8..7e960a0 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -8,12 +8,27 @@ Welcome to Philo's documentation! ================================= -Contents: +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 `_ and/or make a fork of the git repository on `GitHub `_ or `Gitorious `_. Feel free to join us on IRC at `irc://irc.oftc.net/#philo `_. + +Contents +++++++++ .. toctree:: - :maxdepth: 2 + :maxdepth: 1 - intro + what + tutorials/intro models/intro exceptions handling_requests @@ -26,24 +41,8 @@ Contents: contrib/intro 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 `_.