Avoid declaration after statement
[idzebra-moved-to-github.git] / doc / zebra.xml.in
index e54c454..282205f 100644 (file)
@@ -6,16 +6,24 @@
         <!ENTITY chap-installation SYSTEM "installation.xml">
         <!ENTITY chap-quickstart SYSTEM "quickstart.xml">
         <!ENTITY chap-examples SYSTEM "examples.xml">
+        <!ENTITY chap-architecture SYSTEM "architecture.xml">
         <!ENTITY chap-administration SYSTEM "administration.xml">
         <!ENTITY chap-zebraidx SYSTEM "zebraidx.xml">
         <!ENTITY chap-server SYSTEM "server.xml">
-        <!ENTITY chap-recordmodel SYSTEM "recordmodel.xml">
+        <!ENTITY chap-recordmodel-grs SYSTEM "recordmodel-grs.xml">
+        <!ENTITY chap-recordmodel-alvisxslt SYSTEM "recordmodel-alvisxslt.xml">
         <!ENTITY app-license SYSTEM "license.xml">
         <!ENTITY app-indexdata SYSTEM "indexdata.xml">
 
         <!ENTITY zebraidx-options SYSTEM "zebraidx-options.xml">
-       <!ENTITY ref-local-representation '
-               <xref linkend="local-representation"/>'>
+        <!ENTITY zebraidx-commands SYSTEM "zebraidx-commands.xml">
+        <!ENTITY zebrasrv-synopsis SYSTEM "zebrasrv-synopsis.xml">
+        <!ENTITY zebrasrv-options SYSTEM "zebrasrv-options.xml">
+        <!ENTITY zebrasrv-virtual SYSTEM "zebrasrv-virtual.xml">
+        <!ENTITY gfs-synopsis-app "zebrasrv">
+
+       <!ENTITY ref-architecture-representation '
+               <xref linkend="architecture-representation"/>'>
        <!ENTITY ref-record-types '
                <xref linkend="record-types"/>'>
        <!ENTITY ref-configuration-file '
        <!ENTITY ref-shadow-registers '
                <xref linkend="shadow-registers"/>'>
 ]>
-<!-- $Id: zebra.xml.in,v 1.14 2003-02-20 21:24:42 adam Exp $ -->
+<!-- $Id: zebra.xml.in,v 1.27 2006-04-25 12:26:27 marc Exp $ -->
 <book id="zebra">
  <bookinfo>
   <title>Zebra - User's Guide and Reference</title>
   <author>
-   <firstname>Sebastian</firstname><surname>Hammer</surname>
-  </author>
-  <author>
    <firstname>Adam</firstname><surname>Dickmeiss</surname>
   </author>
   <author>
    <firstname>Heikki</firstname><surname>Levanto</surname>
   </author>
   <author>
+   <firstname>Marc</firstname><surname>Cromme</surname>
+  </author>
+  <author>
    <firstname>Mike</firstname><surname>Taylor</surname>
   </author>
+  <author>
+   <firstname>Sebastian</firstname><surname>Hammer</surname>
+  </author>
   <copyright>
-   <year>1995-2003</year>
+   <year>1995-2006</year>
    <holder>Index Data</holder>
   </copyright>
   <abstract>
     appropriately for your application, add data and set up a running
     information service.  It describes version @VERSION@ of Zebra.
    </simpara>
+   <simpara>
+    <inlinemediaobject>
+     <imageobject>
+      <imagedata fileref="zebra.png" format="PNG"/>
+     </imageobject>
+     <imageobject>
+      <imagedata fileref="zebra.eps" format="EPS"/>
+     </imageobject>
+    </inlinemediaobject>
+   </simpara>
   </abstract>
  </bookinfo>
  
   &chap-installation;
   &chap-quickstart;
   &chap-examples;
+  &chap-architecture;
   &chap-administration;
+  &chap-recordmodel-grs;
+  &chap-recordmodel-alvisxslt;
   &chap-zebraidx;
   &chap-server;
-  &chap-recordmodel;
   &app-license;
   &app-indexdata;