Use entity idcommon rather than common
[idzebra-moved-to-github.git] / doc / zebra.xml
index d68594c..6ca6724 100644 (file)
@@ -4,48 +4,43 @@
 [
      <!ENTITY % local SYSTEM "local.ent">
      %local;
-     <!ENTITY % entities  SYSTEM "entities.ent">
+     <!ENTITY % entities SYSTEM "entities.ent">
      %entities;
-     <!ENTITY % common  SYSTEM "common/common.ent">
-     %common;
+     <!ENTITY % idcommon SYSTEM "common/common.ent">
+     %idcommon;
+
+     <!ENTITY test SYSTEM "test.xml">
 ]>
-<!-- $Id: zebra.xml,v 1.8 2006-09-03 21:37:27 adam Exp $ -->
+<!-- $Id: zebra.xml,v 1.19 2007-05-22 11:12:53 adam Exp $ -->
 <book id="zebra">
  <bookinfo>
-  <title>Zebra - User's Guide and Reference</title>
-  <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>
+  <title>&zebra; - User's Guide and Reference</title>
+  <authorgroup>
+   <author>&adam;</author>
+   <author>&heikki;</author>
+   <author>&marccromme;</author>
+   <author>&mike;</author>
+   <author>&sebastian;</author>
+  </authorgroup>
+  <releaseinfo>&version;</releaseinfo>
   <copyright>
-   <year>1995-2006</year>
+   <year>1995-2007</year>
    <holder>Index Data</holder>
   </copyright>
   <abstract>
    <simpara>
-    Zebra is a free, fast, friendly information management system.  It
-    can index records in XML/SGML, MARC, e-mail archives and many
+    &zebra; is a free, fast, friendly information management system.  It
+    can index records in &xml;, &sgml;, &marc;, e-mail archives and many
     other formats, and quickly find them using a combination of
     boolean searching and relevance ranking.  Search-and-retrieve
-    applications can be written using APIs in a wide variety of
-    languages, communicating with the Zebra server using
+    applications can be written using &api;s in a wide variety of
+    languages, communicating with the &zebra; server using
     industry-standard information-retrieval protocols or web services.
    </simpara>
    <simpara>
-    This manual explains how to build and install Zebra, configure it
+    This manual explains how to build and install &zebra;, configure it
     appropriately for your application, add data and set up a running
-    information service.  It describes version &version; of Zebra.
+    information service.  It describes version &version; of &zebra;.
    </simpara>
    <simpara>
     <inlinemediaobject>
  
   &chap-introduction;
   &chap-installation;
-  &chap-quickstart;
-  &chap-examples;
+  <!-- &chap-quickstart; -->
+  <!-- &chap-examples; -->
   &chap-architecture;
   &chap-querymodel;
   &chap-administration;
-  &chap-recordmodel-grs;
+  &chap-recordmodel-domxml;
   &chap-recordmodel-alvisxslt;
+  &chap-recordmodel-grs;
   &chap-field-structure;
-  &chap-zebraidx;
-  &chap-server;
-  &app-license;
-  &app-indexdata;
+ <reference id="reference">
+  <title>Reference</title>
+  &manref;
+ </reference>
+ &app-license;
+ &app-indexdata;
  
 </book>
 <!-- Keep this comment at the end of the file