diff --git a/developer_manual/app/index.rst b/developer_manual/app/index.rst index fe3e73921..d3a9962da 100644 --- a/developer_manual/app/index.rst +++ b/developer_manual/app/index.rst @@ -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` diff --git a/developer_manual/app/intro/createapp.rst b/developer_manual/app/intro/createapp.rst index 0afae1467..0acfc58c0 100644 --- a/developer_manual/app/intro/createapp.rst +++ b/developer_manual/app/intro/createapp.rst @@ -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: +-----------------+-------------------------+--------------------------------+