From 7d5e41e44aa2eaff07177c57bde03cd0feb5ab8b Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 12 May 2014 02:02:43 +0200 Subject: [PATCH] restructure page --- .../app/{settings.rst => configuration.rst} | 6 +++--- developer_manual/app/index.rst | 20 +++++++------------ 2 files changed, 10 insertions(+), 16 deletions(-) rename developer_manual/app/{settings.rst => configuration.rst} (98%) 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 1929ebd9e..68515eb05 100644 --- a/developer_manual/app/settings.rst +++ b/developer_manual/app/configuration.rst @@ -1,6 +1,6 @@ -======== -Settings -======== +============= +Configuration +============= .. sectionauthor:: Bernhard Posselt diff --git a/developer_manual/app/index.rst b/developer_manual/app/index.rst index 27c8ed4e5..0892de0d8 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`