[Pkg-owncloud-commits] [owncloud-doc] 34/270: group request parts
David Prévot
taffit at moszumanska.debian.org
Thu Jul 31 03:52:58 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 cec2f0f9dbe73714f79122e3c422078321713327
Author: Bernhard Posselt <dev at bernhard-posselt.com>
Date: Wed May 7 16:07:33 2014 +0200
group request parts
---
developer_manual/app/container.rst | 4 ++--
developer_manual/app/index.rst | 27 +++++++++++----------------
developer_manual/app/request.rst | 4 ++++
3 files changed, 17 insertions(+), 18 deletions(-)
diff --git a/developer_manual/app/container.rst b/developer_manual/app/container.rst
index f715834..506b749 100644
--- a/developer_manual/app/container.rst
+++ b/developer_manual/app/container.rst
@@ -1,5 +1,5 @@
-App configuration
-=================
+Container
+=========
.. sectionauthor:: Bernhard Posselt <dev at bernhard-posselt.com>
diff --git a/developer_manual/app/index.rst b/developer_manual/app/index.rst
index 3a5b5b8..a7c8728 100644
--- a/developer_manual/app/index.rst
+++ b/developer_manual/app/index.rst
@@ -12,10 +12,11 @@ App Development
../general/index
main
- container
- routes
info
classloader
+ routes
+ middleware
+ container
controllers
api
templates
@@ -24,7 +25,6 @@ App Development
l10n
schema
database
- middleware
filesystem
users
hooks
@@ -58,17 +58,18 @@ App development
Inner parts of an app:
* :doc:`main`
-* :doc:`container`
-* :doc:`routes`
* :doc:`info`
* :doc:`classloader`
-Controllers
------------
-Contain the logic for each request:
+Requests
+--------
+How a request is being processed:
-* :doc:`controllers`
-* :doc:`api`
+* :doc:`request`
+* :doc:`routes`
+* :doc:`middleware`
+* :doc:`container`
+* :doc:`controllers` | :doc:`api`
View
----
@@ -86,12 +87,6 @@ Create database tables and run Sql queries:
* :doc:`schema`
* :doc:`database`
-Middleware
-----------
-Hook before or after controller execution and exceptions:
-
-* :doc:`middleware`
-
Filesystem
----------
diff --git a/developer_manual/app/request.rst b/developer_manual/app/request.rst
new file mode 100644
index 0000000..6268f3d
--- /dev/null
+++ b/developer_manual/app/request.rst
@@ -0,0 +1,4 @@
+Request lifecycle
+=================
+
+.. sectionauthor:: Bernhard Posselt <dev at bernhard-posselt.com>
\ No newline at end of file
--
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