Added charmap facility to delete leading articles
[idzebra-moved-to-github.git] / doc / zebra.xml.in
index 74ea169..48f5991 100644 (file)
@@ -1,41 +1,73 @@
 <?xml version="1.0" standalone="no"?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
                     "@DTD_DIR@/docbookx.dtd" [
+        <!ENTITY oslash "&#x00F8;"> <!-- CIRCLED DIVISION SLASH -->
         <!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 zebraidx-commands SYSTEM "zebraidx-commands.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.5 2002-04-09 19:20:23 adam Exp $ -->
+<!-- $Id: zebra.xml.in,v 1.17 2004-01-15 14:22:22 adam Exp $ -->
 <book id="zebra">
  <bookinfo>
-  <title>Zebra Server - Administrators' Guide and Reference</title>
+  <title>Zebra - User's Guide and Reference</title>
   <author>
    <firstname>Sebastian</firstname><surname>Hammer</surname>
   </author>
-  <editor>
+  <author>
    <firstname>Adam</firstname><surname>Dickmeiss</surname>
-  </editor>
+  </author>
+  <author>
+   <firstname>Heikki</firstname><surname>Levanto</surname>
+  </author>
+  <author>
+   <firstname>Mike</firstname><surname>Taylor</surname>
+  </author>
   <copyright>
-   <year>1995-2002</year>
+   <year>1995-2004</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 front-end 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.
+    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
+    industry-standard information-retrieval protocols.
+   </simpara>
+   <simpara>
+    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.
    </simpara>
    <simpara>
-    This manual covers version @VERSION@ of Zebra.
+    <inlinemediaobject>
+     <imageobject>
+      <imagedata fileref="zebra.png" format="PNG"/>
+     </imageobject>
+     <imageobject>
+      <imagedata fileref="zebra.eps" format="EPS"/>
+     </imageobject>
+    </inlinemediaobject>
    </simpara>
   </abstract>
  </bookinfo>
@@ -43,6 +75,7 @@
   &chap-introduction;
   &chap-installation;
   &chap-quickstart;
+  &chap-examples;
   &chap-administration;
   &chap-zebraidx;
   &chap-server;