[Pkg-owncloud-commits] [owncloud-doc] 75/270: restructure page

David Prévot taffit at moszumanska.debian.org
Thu Jul 31 03:53:03 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 7d5e41e44aa2eaff07177c57bde03cd0feb5ab8b
Author: Bernhard Posselt <dev at bernhard-posselt.com>
Date:   Mon May 12 02:02:43 2014 +0200

    restructure page
---
 .../app/{settings.rst => configuration.rst}          |  6 +++---
 developer_manual/app/index.rst                       | 20 +++++++-------------
 2 files changed, 10 insertions(+), 16 deletions(-)

diff --git a/developer_manual/app/settings.rst b/developer_manual/app/configuration.rst
similarity index 98%
rename from developer_manual/app/settings.rst
rename to developer_manual/app/configuration.rst
index 1929ebd..68515eb 100644
--- a/developer_manual/app/settings.rst
+++ b/developer_manual/app/configuration.rst
@@ -1,6 +1,6 @@
-========
-Settings
-========
+=============
+Configuration
+=============
 
 .. sectionauthor:: Bernhard Posselt <dev at bernhard-posselt.com>
 
diff --git a/developer_manual/app/index.rst b/developer_manual/app/index.rst
index 27c8ed4..0892de0 100644
--- a/developer_manual/app/index.rst
+++ b/developer_manual/app/index.rst
@@ -27,7 +27,7 @@ App Development
    l10n
    schema
    database
-   settings
+   configuration
    filesystem
    users
    hooks
@@ -81,23 +81,17 @@ The app's presentation layer:
 * :doc:`css`
 * :doc:`l10n`
 
-Model (Database access)
------------------------
-Create database tables and run Sql queries:
+Storage
+-------
+Create database tables, run Sql queries, store/retrieve configuration information and access the filesystem:
 
 * :doc:`schema`
 * :doc:`database`
-* :doc:`settings`
-
-
-Filesystem
-----------
-Accessing the filesystem:
-
+* :doc:`configuration`
 * :doc:`filesystem`
 
-Users
------
+Authentication & Users
+----------------------
 Creating, deleting, updating, searching, login and logout:
 
 * :doc:`users`

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list