small routing fix

This commit is contained in:
Bernhard Posselt
2012-11-28 03:11:26 +01:00
parent 8c7488d9e9
commit 6d3e6859b0
2 changed files with 11 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
Why use routing
===============
Routing
=======
With routing the request url doesn't need to be matched with a physical file.
Instead the url is mapped to a function that handles the request. This way be
@@ -10,7 +10,7 @@ Last but not least, using routing you only have one place to define the url. So
changing the is pretty easy.
Routing in ownCloud
===================
-------------------
ownCloud uses Symfony Routing Component as its base, look at
http://symfony.com/doc/current/book/routing.html for more information.

View File

@@ -1,6 +1,8 @@
App Tutorial
============
.. sectionauthor:: Bernhard Posselt <nukeawhale@gmail.com>
This will teach you how to get develop your own owncloud app.
Before you start, please check if there already is a `similar app <http://apps.owncloud.com>`_ you could contribute to. Also, feel free to communicate your idea and plans to the `mailing list <https://mail.kde.org/mailman/listinfo/owncloud>`_ so other contributors might join in.
@@ -426,4 +428,9 @@ If you have to include an image in your CSS, use %appswebroot% and %webroot% for
.folder > .title {
background-image: url('%webroot%/core/img/places/folder.svg');
}
}
Publish your app
----------------
At `apps.owncloud.com <https://apps.owncloud.com>`_ for other ownCloud users