Updated documentation to match API 0.7.2
[projects/chimara/chimara.git] / docs / reference / chimara-docs.sgml
index 8f5c73fc316aa0409c9066f9e8f4734e85baa67a..43dbffa4e85f88ed3964e7d437194c9c02650544 100644 (file)
@@ -6,11 +6,7 @@
 <book id="index" xmlns:xi="http://www.w3.org/2003/XInclude">
   <bookinfo>
     <title>Chimara Reference Manual</title>
-    <releaseinfo>
-      for Chimara &version;. The latest version of this documentation can be 
-      found on-line at <ulink role="online-location" 
-      url="http://[SERVER]/chimara/index.html">http://[SERVER]/chimara/</ulink>.
-    </releaseinfo>
+    <releaseinfo>for Chimara &version;</releaseinfo>
   </bookinfo>
 
   <reference>
@@ -48,6 +44,8 @@
       <xi:include href="xml/glk-line-input.sgml"/>
       <xi:include href="xml/glk-character-input.xml"/>
       <xi:include href="xml/glk-case.xml"/>
+         <xi:include href="xml/glk-normalize.xml"/>
+         <xi:include href="xml/glk-normalization.sgml"/>
     </chapter>
     
     <!-- Chapter 3. Windows -->
@@ -84,7 +82,7 @@
          <xi:include href="xml/glk-stream-positions.xml"/>
          <xi:include href="xml/glk-styles.xml"/>
          <xi:include href="xml/glk-stylehints.xml"/>
-         <!--<xi:include href="xml/glk-style-measure.xml"/>-->
+         <xi:include href="xml/glk-style-measure.xml"/>
          <xi:include href="xml/glk-stream-types.xml"/>
          <xi:include href="xml/glk-stream-other.xml"/>
        </chapter>
       <title>Graphics</title>
       <xi:include href="xml/glk-image-resources.xml"/>
       <xi:include href="xml/glk-graphics-windows.xml"/>
-      <!--<xi:include href="xml/glk-graphics-text.xml"/>-->
+      <xi:include href="xml/glk-graphics-text.xml"/>
       <xi:include href="xml/glk-graphics-testing.xml"/>
     </chapter>
     
     <!-- Chapter 8. Sound -->
-<!--    <chapter>
+    <chapter>
       <title>Sound</title>
+      <xi:include href="glk-sound-resources.sgml"/>
       <xi:include href="xml/glk-sound-channels.xml"/>
       <xi:include href="xml/glk-playing-sounds.xml"/>
       <xi:include href="xml/glk-sound-other.xml"/>
       <xi:include href="xml/glk-sound-testing.xml"/>
     </chapter>
--->    
+    
     <!-- Chapter 9. Hyperlinks -->
     <chapter>
       <title>Hyperlinks</title>
       <xi:include href="xml/glk-accepting-hyperlinks.xml"/>
       <xi:include href="xml/glk-hyperlinks-testing.xml"/>
     </chapter>
+
+       <!-- Chapter 10. The System Clock -->
+       <chapter>
+         <title>The System Clock</title>
+         <xi:include href="xml/glk-clock.xml"/>
+         <xi:include href="xml/glk-clock-conversions.xml"/>
+         <xi:include href="xml/glk-clock-testing.xml"/>
+       </chapter>
     
-    <!-- Chapter 10. Porting, Adapting and Other Messy Bits -->
+    <!-- Chapter 11. Porting, Adapting and Other Messy Bits -->
     <xi:include href="glk-porting.sgml"/>
    
-    <!-- Chapter 11. Appendices -->
+    <!-- Appendices -->
     <appendix>
       <title>The Dispatch Layer</title>
       <xi:include href="dispatch.sgml"/>
      <title>Glk Extensions</title>
      <xi:include href="xml/glkext-startup.xml"/>
      <xi:include href="xml/glkext-unix.xml"/>
+     <xi:include href="xml/glkext-garglk.xml"/>
     </appendix>
   </reference>
+  
+  <!-- Index -->
+  <index id="api-index">
+   <title>Index of symbols</title>
+   <xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
+  </index>
 </book>