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