Running tweaks. I am cheating on the autoconf system at the moment,
[idzebra-moved-to-github.git] / doc / zebra.xml.in
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3                     "@DTD_DIR@/docbookx.dtd" [
4         <!ENTITY chap-examples SYSTEM "examples.xml">
5         <!ENTITY chap-introduction SYSTEM "introduction.xml">
6         <!ENTITY chap-installation SYSTEM "installation.xml">
7         <!ENTITY chap-quickstart SYSTEM "quickstart.xml">
8         <!ENTITY chap-administration SYSTEM "administration.xml">
9         <!ENTITY chap-zebraidx SYSTEM "zebraidx.xml">
10         <!ENTITY chap-server SYSTEM "server.xml">
11         <!ENTITY chap-recordmodel SYSTEM "recordmodel.xml">
12         <!ENTITY app-license SYSTEM "license.xml">
13         <!ENTITY app-indexdata SYSTEM "indexdata.xml">
14 ]>
15 <!-- $Id: zebra.xml.in,v 1.8 2002-08-29 16:30:22 mike Exp $ -->
16 <book id="zebra">
17  <bookinfo>
18   <title>Zebra - User's Guide and Reference</title>
19   <author>
20    <firstname>Sebastian</firstname><surname>Hammer</surname>
21   </author>
22   <author>
23    <firstname>Adam</firstname><surname>Dickmeiss</surname>
24   </author>
25   <author>
26    <firstname>Heikki</firstname><surname>Levanto</surname>
27   </author>
28   <author>
29    <firstname>Mike</firstname><surname>Taylor</surname>
30   </author>
31   <copyright>
32    <year>1995-2002</year>
33    <holder>Index Data</holder>
34   </copyright>
35   <abstract>
36    <simpara>
37     Zebra is a free, fast, friendly information management system.  It
38     can index records in XML/SGML, MARC, e-mail archives and many
39     other formats, and quickly find them using a combination of
40     boolean searching and relevance ranking.  Search/retrieval
41     applications can be written using APIs in a wide variety of
42     languages, communicating with the Zebra server using
43     industry-standard information-retrieval protocols.
44    </simpara>
45    <simpara>
46     This manual explains how to build and install Zebra, configure it
47     appropriately for your application, add data and set up a running
48     information service.  It describes version @VERSION@ of Zebra.
49    </simpara>
50   </abstract>
51  </bookinfo>
52  
53   &chap-examples;
54   &chap-introduction;
55   &chap-installation;
56   &chap-quickstart;
57   &chap-administration;
58   &chap-zebraidx;
59   &chap-server;
60   &chap-recordmodel;
61   &app-license;
62   &app-indexdata;
63  
64 </book>
65 <!-- Keep this comment at the end of the file
66 Local variables:
67 mode: sgml
68 sgml-omittag:t
69 sgml-shorttag:t
70 sgml-minimize-attributes:nil
71 sgml-always-quote-attributes:t
72 sgml-indent-step:1
73 sgml-indent-data:t
74 sgml-parent-document:nil
75 sgml-local-catalogs: nil
76 sgml-namecase-general:t
77 End:
78 -->