2007.
[idzebra-moved-to-github.git] / doc / zebra.xml
index 5d0ad29..634eaee 100644 (file)
@@ -1,41 +1,66 @@
 <?xml version="1.0" standalone="no"?>
-<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
-                    "/usr/share/sgml/docbook/dtd/xml/4.1.2/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">
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd"
+[
+     <!ENTITY % local SYSTEM "local.ent">
+     %local;
+     <!ENTITY % entities SYSTEM "entities.ent">
+     %entities;
+     <!ENTITY % common SYSTEM "common/common.ent">
+     %common;
+
+     <!ENTITY test SYSTEM "test.xml">
 ]>
-<!-- $Id: zebra.xml,v 1.2 2002-04-09 19:20:23 adam Exp $ -->
+<!-- $Id: zebra.xml,v 1.13 2007-01-15 15:10:16 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>
+  <title>Zebra - User's Guide and Reference</title>
+  <authorgroup>
+   <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>
+  </authorgroup>
+  <releaseinfo>&version;</releaseinfo>
   <copyright>
-   <year>1995-2002</year>
+   <year>1995-2007</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.
+    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 or web services.
    </simpara>
    <simpara>
-    This manual covers version 1.2.0 of Zebra.
+    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>
+    <inlinemediaobject>
+     <imageobject>
+      <imagedata fileref="zebra.png" format="PNG"/>
+     </imageobject>
+     <imageobject>
+      <imagedata fileref="zebra.eps" format="EPS"/>
+     </imageobject>
+    </inlinemediaobject>
    </simpara>
   </abstract>
  </bookinfo>
   &chap-introduction;
   &chap-installation;
   &chap-quickstart;
+  &chap-examples;
+  &chap-architecture;
+  &chap-querymodel;
   &chap-administration;
-  &chap-zebraidx;
-  &chap-server;
-  &chap-recordmodel;
-  &app-license;
-  &app-indexdata;
+  &chap-recordmodel-grs;
+  &chap-recordmodel-alvisxslt;
+  &chap-field-structure;
+ <reference id="reference">
+  <title>Reference</title>
+  &manref;
+ </reference>
+ &app-license;
+ &app-indexdata;
  
 </book>
 <!-- Keep this comment at the end of the file