restructure page

This commit is contained in:
Bernhard Posselt
2014-05-12 02:02:43 +02:00
parent c8511fd7c2
commit 7d5e41e44a
2 changed files with 10 additions and 16 deletions

View File

@@ -1,6 +1,6 @@
========
Settings
========
=============
Configuration
=============
.. sectionauthor:: Bernhard Posselt <dev@bernhard-posselt.com>

View File

@@ -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`