mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 10:20:02 +07:00
74c66cea1294ea70b6498b5fc00ad9e2ac8c9b7a
It appears that the example fstab entry had unnecessary "**." at the end. I'm fairly ignorant when it comes to this stuff but I can't find any examples of those characters being necessary for the fsck options and mount fails with error: [mntent]: line X in /etc/fstab is bad when that's there.
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), on Mac: ``sudo easy_install Sphinx`` - Sphinx PHPDomain (e.g. ``sudo easy_install -U sphinxcontrib-phpdomain``) then enter any manual directory, then run ``make html``. The result can be found in the ``_build/html`` subdirectory.
Description
Languages
JavaScript
23.6%
HTML
21.7%
CSS
18%
Python
11.8%
Makefile
11.1%
Other
13.8%