← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-documenters/dhis2/dhis2-docbook-docs] Rev 1070: Typo

 

------------------------------------------------------------
revno: 1070
committer: Lars Helge Overland <larshelge@xxxxxxxxx>
branch nick: dhis2-docbook-docs
timestamp: Mon 2014-05-19 21:27:52 +0200
message:
  Typo
modified:
  src/docbkx/en/dhis2_user_man_web_api.xml
  src/docbkx/en/resources/css/docbook_bsd.css


--
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	2014-05-13 09:52:33 +0000
+++ src/docbkx/en/dhis2_user_man_web_api.xml	2014-05-19 19:27:52 +0000
@@ -373,13 +373,14 @@
   </section>
   <section>
     <title>Meta-data filtering</title>
-    <para>To furhter filter the meta-data, we are now (in 2.15) providing several filter operations that can be applied to the returned
-      meta-data list. The format of the filter itself is very easy, and follows the pattern <emphasis role="italic"
-        >property:operator:value</emphasis>, where <emphasis role="italic">property</emphasis> is which property on the meta-data you want
-      to filter on (please see the <emphasis role="italic">schema</emphasis> section to find out what properties are available), <emphasis
-        role="italic">operator</emphasis> is the comparison action you want to perform, and <emphasis role="italic">value</emphasis> is the
-      value to check against (not all operators require value).
-      <table>
+    <para>To further filter the meta-data there are several filter operations that can be applied to
+      the returned list of meta-data. The format of the filter itself is straight-forward and
+      follows the pattern <emphasis role="italic">property:operator:value</emphasis>, where
+        <emphasis role="italic">property</emphasis> is the property on the meta-data you want to
+      filter on (please see the <emphasis role="italic">schema</emphasis> section to find out which
+      properties are available), <emphasis role="italic">operator</emphasis> is the comparison
+      action you want to perform and <emphasis role="italic">value</emphasis> is the value to check
+      against (not all operators require value). <table>
         <title>Available Operators</title>
         <tgroup cols="5">
           <thead>
@@ -448,8 +449,9 @@
           </tbody>
         </tgroup>
       </table></para>
-    <para>Different operators will be taken as <emphasis role="bold">and</emphasis>, and multiple of the same will be taken as <emphasis
-        role="bold">or</emphasis>, the filtering mechanism also allows for recursion (please see below for an example).</para>
+    <para>Different operators will be applied as <emphasis role="bold">and</emphasis>, and equal
+      operators will be applied as <emphasis role="bold">or</emphasis>. The filtering mechanism also
+      allows for recursion - see below for an example:</para>
     <para><emphasis role="bold">Example 1</emphasis>: Get dataElements with ID1 and
       ID2<screen>/api/dataElements?filter=id:eq:ID1&amp;filter=id:eq:ID2</screen></para>
     <para><emphasis role="bold">Example 2</emphasis>: Get all dataElements which has the dataSet with id

=== modified file 'src/docbkx/en/resources/css/docbook_bsd.css'
--- src/docbkx/en/resources/css/docbook_bsd.css	2014-05-16 10:34:45 +0000
+++ src/docbkx/en/resources/css/docbook_bsd.css	2014-05-19 19:27:52 +0000
@@ -104,7 +104,6 @@
 }  
   
 BODY HR {  
-	margin: .6em;  
 	border-width: 0 0 1px 0;  
 	border-style: solid;  
 	border-color: #cecece;