=== modified file 'src/docbkx/en/dhis2_user_man_apps.xml' --- src/docbkx/en/dhis2_user_man_apps.xml 2013-06-11 12:14:36 +0000 +++ src/docbkx/en/dhis2_user_man_apps.xml 2013-10-08 11:01:57 +0000 @@ -60,16 +60,19 @@ on which the App has been installed. The icons→48 property is used for the icon that is displayed on the list of apps that are installed on a DHIS 2 instance. - The App can contain HTML, Javascript, CSS and image files. The file structure looks like - this: - / #html files -/manifest.webapp #manifest file -/css/ #css stylesheets -/img/ #images -/js/  #javascripts - - All the files in the project should then be compressed into a standard zip package. This - zip package can then be installed into DHIS 2 as you will see in the next section. + The App can contain HTML, Javascript, CSS and image files. The file structure could look + like this: + / +/manifest.webapp #manifest file (mandatory) +/css/ #css stylesheets (optional) +/img/ #images (optional) +/js/  #javascripts (optional) + Note that it is only the manifest.webapp file which must be placed in the root. It is up + the developer to organize CSS, images and Javascript files inside the app. + All the files in the project should be compressed into a standard zip archive. Note that + the manifest.webapp file must be located on the root of the zip archive (do not include a + parent directory in the archive). This zip archive can then be installed into DHIS 2 as you + will see in the next section.
Configuring DHIS 2 for Apps Installation === removed file 'src/docbkx/en/resources/images/apps/appList.png' Binary files src/docbkx/en/resources/images/apps/appList.png 2013-05-30 18:09:09 +0000 and src/docbkx/en/resources/images/apps/appList.png 1970-01-01 00:00:00 +0000 differ