[Pkg-owncloud-commits] [owncloud-doc] 32/270: group by mvc
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 30b76b3a2d0ad753920578f7e0c52600a9a25c86
Author: Bernhard Posselt <dev at bernhard-posselt.com>
Date: Wed May 7 01:36:40 2014 +0200
group by mvc
---
developer_manual/app/index.rst | 69 +++++++++++++++++-------------------------
1 file changed, 28 insertions(+), 41 deletions(-)
diff --git a/developer_manual/app/index.rst b/developer_manual/app/index.rst
index 94f626f..e71feaa 100644
--- a/developer_manual/app/index.rst
+++ b/developer_manual/app/index.rst
@@ -11,25 +11,24 @@ App Development
:hidden:
../general/index
- tutorial
main
container
routes
info
classloader
controllers
- schema
- database
+ api
templates
js
css
+ l10n
+ schema
+ database
middleware
- hooks
- backgroundjobs
filesystem
users
- l10n
- api
+ hooks
+ backgroundjobs
userbackend
filesystembackend
testing
@@ -65,29 +64,26 @@ Inner parts of an app:
Controllers
-----------
-Contain the logic for each request
+Contain the logic for each request:
* :doc:`controllers`
+* :doc:`api`
-Database
---------
-Create database tables and run Sql queries:
-
-* :doc:`schema`
-* :doc:`database`
-
-Templates
----------
-Create the basic HTML markup of your app:
+View
+----
+The app's presentation layer:
* :doc:`templates`
-
-JavaScript & CSS
-----------------
-Add JavaScript and CSS to your app:
-
* :doc:`js`
* :doc:`css`
+* :doc:`l10n`
+
+Model (Database access)
+-----------------------
+Create database tables and run Sql queries:
+
+* :doc:`schema`
+* :doc:`database`
Middleware
----------
@@ -95,17 +91,6 @@ Hook before or after controller execution and exceptions:
* :doc:`middleware`
-Hooks
------
-Listen on events like user creation and execute code:
-
-* :doc:`hooks`
-
-Background Jobs
----------------
-Periodically run code in the background:
-
-* :doc:`backgroundjobs`
Filesystem
----------
@@ -119,15 +104,17 @@ Creating, deleting, updating, searching, login and logout:
* :doc:`users`
-Translation
------------
-* :doc:`l10n`
+Hooks
+-----
+Listen on events like user creation and execute code:
+
+* :doc:`hooks`
-Creating a RESTful API
-----------------------
-How to create an API that other apps can connect to:
+Background Jobs
+---------------
+Periodically run code in the background:
-* :doc:`api`
+* :doc:`backgroundjobs`
Backends
--------
--
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