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