[Pkg-owncloud-commits] [owncloud-doc] 36/270: fix links
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 4c6fd559896eb654732cd032370fcc487fe867b8
Author: Bernhard Posselt <dev at bernhard-posselt.com>
Date: Wed May 7 17:00:42 2014 +0200
fix links
---
developer_manual/app/index.rst | 2 ++
developer_manual/app/request.rst | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/developer_manual/app/index.rst b/developer_manual/app/index.rst
index a7c8728..693db25 100644
--- a/developer_manual/app/index.rst
+++ b/developer_manual/app/index.rst
@@ -11,9 +11,11 @@ App Development
:hidden:
../general/index
+ tutorial
main
info
classloader
+ request
routes
middleware
container
diff --git a/developer_manual/app/request.rst b/developer_manual/app/request.rst
index 7db6c19..789a37a 100644
--- a/developer_manual/app/request.rst
+++ b/developer_manual/app/request.rst
@@ -10,7 +10,7 @@ A typical HTTP request consists of the following:
* **A Method**: e.g. GET
* **Request headers**: e.g. Accept: application/json
-The following sections will present an overview over how that request is being processed to provide an in depth view over how ownCloud works. If you are not interested in the internals or don't want to execute anything before and after your controller, feel free to skip this section and continue directly with defining :doc:`your app's routes <routing>`.
+The following sections will present an overview over how that request is being processed to provide an in depth view over how ownCloud works. If you are not interested in the internals or don't want to execute anything before and after your controller, feel free to skip this section and continue directly with defining :doc:`your app's routes <routes>`.
Front controller
----------------
@@ -31,7 +31,7 @@ Afterwards the following steps are performed:
Router
------
-The router parses the :doc:`apps routing files <routing>` (:file:`appinfo/routes.php), inspects the request's **method** and **url**, queries the controller from the :doc:`container` and then passes control to the dispatcher. The dispatcher is responsible for running the hooks (called Middleware) before and after the controller, executing the controller method and rendering the output.
+The router parses the :doc:`apps routing files <routes>` (:file:`appinfo/routes.php), inspects the request's **method** and **url**, queries the controller from the :doc:`container` and then passes control to the dispatcher. The dispatcher is responsible for running the hooks (called Middleware) before and after the controller, executing the controller method and rendering the output.
Middleware
----------
--
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