2007.
[idzebra-moved-to-github.git] / doc / zebra.xml
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1//EN"
3  "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd"
4 [
5      <!ENTITY % local SYSTEM "local.ent">
6      %local;
7      <!ENTITY % entities SYSTEM "entities.ent">
8      %entities;
9      <!ENTITY % common SYSTEM "common/common.ent">
10      %common;
11
12      <!ENTITY test SYSTEM "test.xml">
13 ]>
14 <!-- $Id: zebra.xml,v 1.13 2007-01-15 15:10:16 adam Exp $ -->
15 <book id="zebra">
16  <bookinfo>
17   <title>Zebra - User's Guide and Reference</title>
18   <authorgroup>
19    <author>
20     <firstname>Adam</firstname><surname>Dickmeiss</surname>
21    </author>
22    <author>
23     <firstname>Heikki</firstname><surname>Levanto</surname>
24    </author>
25    <author>
26     <firstname>Marc</firstname><surname>Cromme</surname>
27    </author>
28    <author>
29     <firstname>Mike</firstname><surname>Taylor</surname>
30    </author>
31    <author>
32     <firstname>Sebastian</firstname><surname>Hammer</surname>
33    </author>
34   </authorgroup>
35   <releaseinfo>&version;</releaseinfo>
36   <copyright>
37    <year>1995-2007</year>
38    <holder>Index Data</holder>
39   </copyright>
40   <abstract>
41    <simpara>
42     Zebra is a free, fast, friendly information management system.  It
43     can index records in XML/SGML, MARC, e-mail archives and many
44     other formats, and quickly find them using a combination of
45     boolean searching and relevance ranking.  Search-and-retrieve
46     applications can be written using APIs in a wide variety of
47     languages, communicating with the Zebra server using
48     industry-standard information-retrieval protocols or web services.
49    </simpara>
50    <simpara>
51     This manual explains how to build and install Zebra, configure it
52     appropriately for your application, add data and set up a running
53     information service.  It describes version &version; of Zebra.
54    </simpara>
55    <simpara>
56     <inlinemediaobject>
57      <imageobject>
58       <imagedata fileref="zebra.png" format="PNG"/>
59      </imageobject>
60      <imageobject>
61       <imagedata fileref="zebra.eps" format="EPS"/>
62      </imageobject>
63     </inlinemediaobject>
64    </simpara>
65   </abstract>
66  </bookinfo>
67  
68   &chap-introduction;
69   &chap-installation;
70   &chap-quickstart;
71   &chap-examples;
72   &chap-architecture;
73   &chap-querymodel;
74   &chap-administration;
75   &chap-recordmodel-grs;
76   &chap-recordmodel-alvisxslt;
77   &chap-field-structure;
78  
79  <reference id="reference">
80   <title>Reference</title>
81   &manref;
82  </reference>
83  
84  &app-license;
85  &app-indexdata;
86  
87 </book>
88 <!-- Keep this comment at the end of the file
89 Local variables:
90 mode: sgml
91 sgml-omittag:t
92 sgml-shorttag:t
93 sgml-minimize-attributes:nil
94 sgml-always-quote-attributes:t
95 sgml-indent-step:1
96 sgml-indent-data:t
97 sgml-parent-document:nil
98 sgml-local-catalogs: nil
99 sgml-namecase-general:t
100 End:
101 -->