← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 763: Minor

 

------------------------------------------------------------
revno: 763
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Tue 2013-06-11 14:14:36 +0200
message:
  Minor
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-10 17:03:48 +0000
+++ src/docbkx/en/dhis2_user_man_apps.xml	2013-06-11 12:14:36 +0000
@@ -62,11 +62,11 @@
       DHIS 2 instance.</para>
     <para>The App can contain HTML, Javascript, CSS and image files. The file structure looks like
       this:</para>
-    <screen>appname/                   #html files
-appname/manifest.webapp    #manifest file
-appname/css/               #css stylesheets
-appname/img/               #images
-appname/js/                #javascripts</screen>
+    <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>