More documentation cleanups
[idzebra-moved-to-github.git] / doc / zebra.xml.in
index 5ba825f..ef6956a 100644 (file)
@@ -3,44 +3,65 @@
                     "@DTD_DIR@/docbookx.dtd" [
         <!ENTITY chap-introduction SYSTEM "introduction.xml">
         <!ENTITY chap-installation SYSTEM "installation.xml">
+        <!ENTITY chap-quickstart SYSTEM "quickstart.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">
 ]>
+<!-- $Id: zebra.xml.in,v 1.4 2002-04-09 13:26:26 adam Exp $ -->
 <book id="zebra">
-<bookinfo>
-
-<title>Zebra Server - Administrators's Guide and Reference</title>
-<author>
-<firstname>Sebastian</firstname><surname>Hammer</surname>
-</author>
-<editor>
-<firstname>Adam</firstname><surname>Dickmeiss</surname>
-</editor>
-<copyright>
-<year>1995-2002</year>
-<holder>Index Data</holder>
-
-</copyright>
-<abstract>
-<simpara>
-The Zebra information server combines a versatile fielded/free-text
-search engine with a Z39.50-1995 frontend to provide a powerful and flexible
-information management system. This document explains the procedure for
-installing and configuring the system, and outlines the possibilities
-for managing data and providing Z39.50
-services with the software.
-</simpara>
-<simpara>
-This manual covers version @VERSION@ of Zebra.
-</simpara>
-</abstract>
-</bookinfo>
-
-&chap-introduction;
-&chap-installation;
-&chap-administration;
-&app-license;
-&app-indexdata;
-
+ <bookinfo>
+  <title>Zebra Server - Administrators's Guide and Reference</title>
+  <author>
+   <firstname>Sebastian</firstname><surname>Hammer</surname>
+  </author>
+  <editor>
+   <firstname>Adam</firstname><surname>Dickmeiss</surname>
+  </editor>
+  <copyright>
+   <year>1995-2002</year>
+   <holder>Index Data</holder>
+  </copyright>
+  <abstract>
+   <simpara>
+    The Zebra information server combines a versatile fielded/free-text
+    search engine with a Z39.50-1995 frontend to provide a powerful and
+    flexible information management system.
+    This document explains the procedure for installing and
+    configuring the system, and outlines the possibilities for
+    managing data and providing Z39.50 services with the software.
+   </simpara>
+   <simpara>
+    This manual covers version @VERSION@ of Zebra.
+   </simpara>
+  </abstract>
+ </bookinfo>
+  &chap-introduction;
+  &chap-installation;
+  &chap-quickstart;
+  &chap-administration;
+  &chap-zebraidx;
+  &chap-server;
+  &chap-recordmodel;
+  &app-license;
+  &app-indexdata;
 </book>
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-local-catalogs: nil
+sgml-namecase-general:t
+End:
+-->