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