Ignore generated htmlhelp.hhp, toc.hhc
[idzebra-moved-to-github.git] / doc / zebra.xml.in
index e3032ce..2ddc219 100644 (file)
@@ -1,35 +1,33 @@
 <?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-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 % entities  SYSTEM "@srcdir@/entities.ent">
+     %entities;
+     <!ENTITY % common  SYSTEM "@srcdir@/common/common.ent">
+     %common;
 ]>
-<!-- $Id: zebra.xml.in,v 1.8 2002-08-29 16:30:22 mike Exp $ -->
+<!-- $Id: zebra.xml.in,v 1.28 2006-05-24 19:12:46 adam Exp $ -->
 <book id="zebra">
  <bookinfo>
   <title>Zebra - User's Guide and Reference</title>
   <author>
-   <firstname>Sebastian</firstname><surname>Hammer</surname>
-  </author>
-  <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>
   <copyright>
-   <year>1995-2002</year>
+   <year>1995-2006</year>
    <holder>Index Data</holder>
   </copyright>
   <abstract>
@@ -37,7 +35,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.
     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-examples;
   &chap-introduction;
   &chap-installation;
   &chap-quickstart;
+  &chap-examples;
+  &chap-architecture;
   &chap-administration;
+  &chap-recordmodel-grs;
+  &chap-recordmodel-alvisxslt;
   &chap-zebraidx;
   &chap-server;
-  &chap-recordmodel;
   &app-license;
   &app-indexdata;