diff --git a/README.rst b/README.rst index 045fcab23..646883660 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,4 @@ +====================== ownCloud Documentation ====================== @@ -8,6 +9,22 @@ the manuals are in this separate directory. Documentation can be seen on: https://doc.owncloud.org +Manuals +------- + +At this point, this repository hosts three manuals: + +* **Users Manual:** Covers topics from an end user's Point of View +* **Administrators Manual:** Setup, Deployment, Best Practices, etc. +* **Developers Manual:** Developing Apps for ownCloud & understanding the + core Architecture. + +Please work in the appropriate branch. stable6 is for ownCloud 6, stable7 is for ownCloud 7, and +master is version 8.0. + +.. note:: ``configuration_server/config_sample_php_parameters.rst is auto-generated from the core + config.sample.php file; changes to this file must be made in core ``_ + License ------- @@ -28,18 +45,6 @@ For PHP documentation you'll need to get the according language domain package. The documenation for PHP source is located at http://packages.python.org/sphinxcontrib-phpdomain/reference.html -Manuals -------- - -At this point, this repository hosts three manuals: - -* **Users Manual:** Covers topics from an end user's Point of View -* **Administrators Manual:** Setup, Deployment, Best Practices, etc. -* **Developers Manual:** Developing Apps for ownCloud & understanding the - core Architecture. - -Please work in the appropriate branch. stable6 is for ownCloud 6, which is still supported; stable7 is for ownCloud 7, and master is version 8.0. - Editing ------- Contributing to the documentation requires a github account.