mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-03 10:20:02 +07:00
small routing fix
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user