From 2cf00accd8a7a4921fb36482ac276faf4eecdd77 Mon Sep 17 00:00:00 2001 From: Daniel Molkentin Date: Sat, 27 Oct 2012 00:23:55 +0200 Subject: [PATCH] Add README --- README.rst | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/README.rst b/README.rst index 38a7cbad5..2a600a7ce 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,29 @@ Owncloud Documentation ====================== +This is the ownCloud documentation. It currently focuses on the server, client manuals are in the respective git repositories. Because of the complexity of the server and the split into the core and apps modules, the manuals are in this separate directory. + +Style +------- + +It's using the `Sphinx Documentation Generator `_. The syntax follows the `reStructuredText `_ style, and can also be edited from GitHub. + +Manuals +------- + +At this point, this repository hosts three manuals: + +* **Users Manual:** Covers topics from an end users Point of View +* **Administrators Manual:** Setup, Deployment, Best Practices, etc. +* **Developers Manual:** Developing Apps for ownCloud & understanding the core Architecture. + +Versioning +---------- + +The ``master`` branch is always the development branch. If a new server version is being released, the documentation is branched. + +Building +-------- + +Enter any manual directory, then run ``make html``. The result can be found in the ``_build/html`` subdirectory. +