Fix typos, broken links, etc.
[idzebra-moved-to-github.git] / doc / zebra.xml.in
index e3032ce..e248c7f 100644 (file)
@@ -1,18 +1,28 @@
 <?xml version="1.0" standalone="no"?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
                     "@DTD_DIR@/docbookx.dtd" [
-        <!ENTITY chap-examples SYSTEM "examples.xml">
         <!ENTITY chap-introduction SYSTEM "introduction.xml">
         <!ENTITY chap-installation SYSTEM "installation.xml">
         <!ENTITY chap-quickstart SYSTEM "quickstart.xml">
+        <!ENTITY chap-examples SYSTEM "examples.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 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 ref-record-types '
+               <xref linkend="record-types"/>'>
+       <!ENTITY ref-configuration-file '
+               <xref linkend="configuration-file"/>'>
+       <!ENTITY ref-shadow-registers '
+               <xref linkend="shadow-registers"/>'>
 ]>
-<!-- $Id: zebra.xml.in,v 1.8 2002-08-29 16:30:22 mike Exp $ -->
+<!-- $Id: zebra.xml.in,v 1.12 2002-10-20 14:02:03 mike Exp $ -->
 <book id="zebra">
  <bookinfo>
   <title>Zebra - User's Guide and Reference</title>
@@ -37,7 +47,7 @@
     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/retrieval
+    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
     industry-standard information-retrieval protocols.
   </abstract>
  </bookinfo>
  
-  &chap-examples;
   &chap-introduction;
   &chap-installation;
   &chap-quickstart;
+  &chap-examples;
   &chap-administration;
   &chap-zebraidx;
   &chap-server;