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