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