Towards 1.3.15
[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 oslash "&#x00F8;"> <!-- CIRCLED DIVISION SLASH -->
5         <!ENTITY chap-introduction SYSTEM "introduction.xml">
6         <!ENTITY chap-installation SYSTEM "installation.xml">
7         <!ENTITY chap-quickstart SYSTEM "quickstart.xml">
8         <!ENTITY chap-examples SYSTEM "examples.xml">
9         <!ENTITY chap-administration SYSTEM "administration.xml">
10         <!ENTITY chap-zebraidx SYSTEM "zebraidx.xml">
11         <!ENTITY chap-server SYSTEM "server.xml">
12         <!ENTITY chap-recordmodel SYSTEM "recordmodel.xml">
13         <!ENTITY app-license SYSTEM "license.xml">
14         <!ENTITY app-indexdata SYSTEM "indexdata.xml">
15
16         <!ENTITY zebraidx-options SYSTEM "zebraidx-options.xml">
17         <!ENTITY zebraidx-commands SYSTEM "zebraidx-commands.xml">
18         <!ENTITY ref-local-representation '
19                 <xref linkend="local-representation"/>'>
20         <!ENTITY ref-record-types '
21                 <xref linkend="record-types"/>'>
22         <!ENTITY ref-configuration-file '
23                 <xref linkend="configuration-file"/>'>
24         <!ENTITY ref-shadow-registers '
25                 <xref linkend="shadow-registers"/>'>
26 ]>
27 <!-- $Id: zebra.xml.in,v 1.17 2004-01-15 14:22:22 adam Exp $ -->
28 <book id="zebra">
29  <bookinfo>
30   <title>Zebra - User's Guide and Reference</title>
31   <author>
32    <firstname>Sebastian</firstname><surname>Hammer</surname>
33   </author>
34   <author>
35    <firstname>Adam</firstname><surname>Dickmeiss</surname>
36   </author>
37   <author>
38    <firstname>Heikki</firstname><surname>Levanto</surname>
39   </author>
40   <author>
41    <firstname>Mike</firstname><surname>Taylor</surname>
42   </author>
43   <copyright>
44    <year>1995-2004</year>
45    <holder>Index Data</holder>
46   </copyright>
47   <abstract>
48    <simpara>
49     Zebra is a free, fast, friendly information management system.  It
50     can index records in XML/SGML, MARC, e-mail archives and many
51     other formats, and quickly find them using a combination of
52     boolean searching and relevance ranking.  Search-and-retrieve
53     applications can be written using APIs in a wide variety of
54     languages, communicating with the Zebra server using
55     industry-standard information-retrieval protocols.
56    </simpara>
57    <simpara>
58     This manual explains how to build and install Zebra, configure it
59     appropriately for your application, add data and set up a running
60     information service.  It describes version @VERSION@ of Zebra.
61    </simpara>
62    <simpara>
63     <inlinemediaobject>
64      <imageobject>
65       <imagedata fileref="zebra.png" format="PNG"/>
66      </imageobject>
67      <imageobject>
68       <imagedata fileref="zebra.eps" format="EPS"/>
69      </imageobject>
70     </inlinemediaobject>
71    </simpara>
72   </abstract>
73  </bookinfo>
74  
75   &chap-introduction;
76   &chap-installation;
77   &chap-quickstart;
78   &chap-examples;
79   &chap-administration;
80   &chap-zebraidx;
81   &chap-server;
82   &chap-recordmodel;
83   &app-license;
84   &app-indexdata;
85  
86 </book>
87 <!-- Keep this comment at the end of the file
88 Local variables:
89 mode: sgml
90 sgml-omittag:t
91 sgml-shorttag:t
92 sgml-minimize-attributes:nil
93 sgml-always-quote-attributes:t
94 sgml-indent-step:1
95 sgml-indent-data:t
96 sgml-parent-document:nil
97 sgml-local-catalogs: nil
98 sgml-namecase-general:t
99 End:
100 -->