dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #21187
[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 657: Typo
------------------------------------------------------------
revno: 657
committer: Lars Helge Øverland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Mon 2013-03-04 11:14:16 +0100
message:
Typo
modified:
src/docbkx/en/dhis2_user_man_web_api.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_web_api.xml'
--- src/docbkx/en/dhis2_user_man_web_api.xml 2013-03-04 08:09:53 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml 2013-03-04 10:14:16 +0000
@@ -1296,6 +1296,9 @@
<listitem>
<para>html</para>
</listitem>
+ <listitem>
+ <para>xls (MS Excel)</para>
+ </listitem>
</itemizedlist>
<para>As an example, to request an analytics response in XML format you can use the following
URL:</para>
@@ -1419,9 +1422,9 @@
</section>
<section>
<title>Generating the analytics tables</title>
- <para>The analytics resource is utilzing a set of database tables which are optimized for data
- aggregation. These tables must be updated in order to reflect the latest, captured data.
- This task is typically one for a system administrator and not consuming clients. These
+ <para>The analytics resource is utilizing a set of database tables which are optimized for
+ data aggregation. These tables must be updated in order to reflect the latest, captured
+ data. This task is typically one for a system administrator and not consuming clients. These
tables can be generated and scheduled to be refreshed at regular intervals through the user
interface of DHIS 2. It can also be generated directly from the Web API - to do so you can
make a request for the following resource using the HTTP PUT