added comparison link to front app page

This commit is contained in:
Bernhard Posselt
2013-03-13 18:55:04 +01:00
parent 45523464d2
commit e11d2b3aad
2 changed files with 6 additions and 1 deletions

View File

@@ -27,7 +27,7 @@ After this you can start to write your app:
App Development using ownCloud App API
--------------------------------------
You can choose between the traditional and MVC style (App Framework) approach. This approach uses the basic ownCloud libraries and provides no classes to use for MVC development and testing.
You can choose between the traditional and MVC style (App Framework) approach. For a comparison see :ref:`appframework-compare`. This approach uses the basic ownCloud libraries and provides no classes to use for MVC development and testing.
* :doc:`app/tutorial`

View File

@@ -76,6 +76,11 @@ The basic files are now in place and the app is enabled. There are two ways to c
If you are new to programming and want to create an app fast you migth want to use the ownCloud app API, if you are an advanced programmer or used to frameworks you might want to use the App Framework App.
.. _appframework-compare:
App Framework Comparison
^^^^^^^^^^^^^^^^^^^^^^^^
To simplify the decision see this comparison chart:
+-----------------+-------------------------+--------------------------------+