From e11d2b3aad757a35cdf6151b7ff395908ed75979 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Wed, 13 Mar 2013 18:55:04 +0100 Subject: [PATCH] added comparison link to front app page --- developer_manual/app/index.rst | 2 +- developer_manual/app/intro/createapp.rst | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) 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: +-----------------+-------------------------+--------------------------------+