From 9020696f3eb3f408c45cba46f63fbc110a41ceaa Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Mon, 21 Jan 2013 23:45:45 +0100 Subject: [PATCH] =?UTF-8?q?more=20files=20that=20need=20to=20be=20changed?= =?UTF-8?q?=C2=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- developer_manual/tutorial.rst | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/developer_manual/tutorial.rst b/developer_manual/tutorial.rst index 36ccfb2fc..3a9187e62 100644 --- a/developer_manual/tutorial.rst +++ b/developer_manual/tutorial.rst @@ -69,9 +69,13 @@ Certain things are still apptemplate specific and you will have to convert them The following things will need to be changed: -* AGPL Header: author and copyright -* **namespace OCA\\AppTemplateAdvanced** to **namespace OCA\\YourAppName** -* The **parent::__construct('apptemplateadvanced')** to **parent::__construct('yourappname')** to in the :file:`dependencyinjection/dicontainer.php` +* In every file: AGPL Headers +* In every file: **namespace OCA\\AppTemplateAdvanced** to **namespace OCA\\YourAppName** +* :file:`dependencyinjection/dicontainer.php`: The **parent::__construct('apptemplateadvanced')** to **parent::__construct('yourappname')** +* :file:`appinfo/info.xml`: Your data +* :file:`appinfo/app.php`: the correct navigation settings +* :file:`appinfo/routes.php`: the name of the routes +* :file:`coffee/app.coffee`: the route names App information --------------- @@ -115,13 +119,13 @@ The second place where app specifc information is stored is in :file:`appinfo/in - yourappname - Your App - Your App description - 1.0 - AGPL - Your Name - 4 + yourappname + Your App + Your App description + 1.0 + AGPL + Your Name + 4