dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #25281
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 828: App clarification
------------------------------------------------------------
revno: 828
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Tue 2013-10-08 13:01:57 +0200
message:
App clarification
removed:
src/docbkx/en/resources/images/apps/appList.png
modified:
src/docbkx/en/dhis2_user_man_apps.xml
--
lp:~dhis2-documenters/dhis2/dhis2-docbook-docs
https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs
Your team DHIS 2 developers is subscribed to branch lp:~dhis2-documenters/dhis2/dhis2-docbook-docs.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-documenters/dhis2/dhis2-docbook-docs/+edit-subscription
=== 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 <emphasis role="italic">icons→48</emphasis>
property is used for the icon that is displayed on the list of apps that are installed on a
DHIS 2 instance.</para>
- <para>The App can contain HTML, Javascript, CSS and image files. The file structure looks like
- this:</para>
- <screen>/ #html files
-/manifest.webapp #manifest file
-/css/ #css stylesheets
-/img/ #images
-/js/ #javascripts</screen>
- <para><inlinegraphic fileref="resources/images/apps/appList.png"/></para>
- <para>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.</para>
+ <para>The App can contain HTML, Javascript, CSS and image files. The file structure could look
+ like this:</para>
+ <screen>/
+/manifest.webapp #manifest file (mandatory)
+/css/ #css stylesheets (optional)
+/img/ #images (optional)
+/js/ #javascripts (optional)</screen>
+ <para>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.</para>
+ <para>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.</para>
</section>
<section>
<title>Configuring DHIS 2 for Apps Installation</title>
=== 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