mirror of
https://github.com/nextcloud/documentation.git
synced 2026-01-04 10:46:21 +07:00
added comparison link to front app page
This commit is contained in:
@@ -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`
|
||||
|
||||
|
||||
@@ -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:
|
||||
|
||||
+-----------------+-------------------------+--------------------------------+
|
||||
|
||||
Reference in New Issue
Block a user