Nextcloud Documentation
Go to file
LukeOwncloud 617734db3a explaining commands for updating owncloud
@DeepDiver1975 and @LukasReschke: Thanks for your comments.
Explaination is rather longish now. Hope it's still okay.
2013-01-11 09:19:27 +01:00
_shared_assets Documentation moved to doc.ownloud.org, adjust theme 2013-01-03 12:08:10 +01:00
admin_manual explaining commands for updating owncloud 2013-01-11 09:19:27 +01:00
developer_manual Fix underline warning 2013-01-04 12:03:22 +01:00
user_manual Merge remote-tracking branch 'origin/stable45' 2013-01-04 13:02:30 +01:00
.gitignore Initial server doc layout with bootstrap theme 2012-10-27 00:05:30 +02:00
COPYING Add CC License 2012-11-28 15:05:13 +01:00
HOWTO.rst Improve HOWTO. 2012-12-03 10:48:09 +01:00
README.rst Clarify license 2012-11-24 02:02:50 +01:00

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.

License
-------

All documentation in this repository is licensed under the Creative Commons Attribution 3.0 Unported license (`CC BY 3.0`_).

.. _CC BY 3.0: http://creativecommons.org/licenses/by/3.0/deed.en_US

Style
-------

It's using the `Sphinx Documentation Generator <http://sphinx.pocoo.org/>`_. The syntax follows the `reStructuredText <http://docutils.sourceforge.net/rst.html>`_ style, and can also be edited from GitHub.

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 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
--------
First make sure that these things are installed
 - Python 2
 - Sphinx (e.g. sudo yum install python-sphinx)
 - Sphinx PHPDomain (e.g. easy_install -U sphinxcontrib-phpdomain)

then enter any manual directory, then run ``make html``. The result can be found in the ``_build/html`` subdirectory.