← Back to team overview

dhis2-devs team mailing list archive

[Branch ~dhis2-devs-core/dhis2/trunk] Rev 9215: FRED-API: added mission statement on index page

 

------------------------------------------------------------
revno: 9215
committer: Morten Olav Hansen <mortenoh@xxxxxxxxx>
branch nick: dhis2
timestamp: Fri 2012-12-07 23:42:02 +0300
message:
  FRED-API: added mission statement on index page
modified:
  dhis-2/dhis-web/dhis-web-api-fred/src/main/webapp/WEB-INF/api-fred-velocity/v1/index.vm
  dhis-2/dhis-web/dhis-web-api-fred/src/main/webapp/WEB-INF/api-fred-velocity/v1/layout.vm


--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk

Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-web/dhis-web-api-fred/src/main/webapp/WEB-INF/api-fred-velocity/v1/index.vm'
--- dhis-2/dhis-web/dhis-web-api-fred/src/main/webapp/WEB-INF/api-fred-velocity/v1/index.vm	2012-12-06 20:06:23 +0000
+++ dhis-2/dhis-web/dhis-web-api-fred/src/main/webapp/WEB-INF/api-fred-velocity/v1/index.vm	2012-12-07 20:42:02 +0000
@@ -1,5 +1,24 @@
-<h1>Information</h1>
-
-<p>This is a template for a simple marketing or informational website. It includes a large callout called the hero unit and three
-    supporting pieces of content. Use it as a starting point to create something more unique.
-</p>
+<div class="offset1 span10">
+    <div class="hero-unit">
+        <h2>Facility Registry Expansion Development</h2>
+
+        <p style="font-size: 0.8em;">The Open Facility Registry Service Project or FRED - "Facility Registry Expansion Development" will model the benefits of an NHIS
+            Health Information Exchange (HIE) and provide a roadmap for implementation of the full range of NHIS components. The development
+            and documentation of a Facility Registry Service (a master facilities list along with documented methods of interoperability)
+            will provide a common and replicable solution for integrated e/mHealth systems. In collaboration with national entities,
+            academia, solution providers, NGOs (NetHope members) and donors, we will develop a standards-based service that reflect national
+            policies and regulation, using the subset of the Facility Registry Service to illustrate how the rest of the NHIS components can
+            be similarly orchestrated. In a repeatable fashion, FRED will complete the design, development, and reference implementation of
+            a Facility Registry Service and prepare for its interoperability with existing key e/mHealth tools in multiple countries during
+            the next 9-12 months. FRED will provide an open source, standards-based, repeatable approach to the implementation of a Facility
+            Registry Service; it will at the same time accommodate unique national requirements as well as allow for continuous and
+            evolutionary improvements.
+        </p>
+
+        <p>
+            <a class="btn btn-primary btn-large" href="http://facility-registry-api.readthedocs.org/en/latest/api_specifications.html";>
+                Read the specification &raquo;
+            </a>
+        </p>
+    </div>
+</div>

=== modified file 'dhis-2/dhis-web/dhis-web-api-fred/src/main/webapp/WEB-INF/api-fred-velocity/v1/layout.vm'
--- dhis-2/dhis-web/dhis-web-api-fred/src/main/webapp/WEB-INF/api-fred-velocity/v1/layout.vm	2012-12-07 14:16:37 +0000
+++ dhis-2/dhis-web/dhis-web-api-fred/src/main/webapp/WEB-INF/api-fred-velocity/v1/layout.vm	2012-12-07 20:42:02 +0000
@@ -33,12 +33,12 @@
                 <span class="icon-bar"></span>
             </a>
 
-            <a class="brand" href="$baseUrl">FRED Facility API v1.0</a>
+            <a class="brand" href="$baseUrl">FRED API v1.0</a>
 
             <div class="nav-collapse collapse">
                 <ul class="nav">
                     <li #if( $pageName == "home" )class="active"#end><a href="$baseUrl"><span class="icon-home"> </span> Home</a></li>
-                    <li #if( $pageName == "facilities" )class="active"#end><a href="$baseUrl/facilities/"><span class="icon-search"> </span> Facilities</a></li>
+                    <li #if( $pageName == "facilities" )class="active"#end><a href="$baseUrl/facilities"><span class="icon-search"> </span> Facilities</a></li>
                 </ul>
             </div>
         </div>