5800fa610ead430014911c18e1aeab2711d7c3d2
[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 % idcommon SYSTEM "common/common.ent">
10      %idcommon;
11
12      <!ENTITY test SYSTEM "test.xml">
13 ]>
14 <!-- $Id: zebra.xml,v 1.24 2008-02-01 13:54:39 marc Exp $ -->
15 <book id="zebra">
16  <bookinfo>
17   <title>&zebra; - User's Guide and Reference</title>
18   <authorgroup>
19    <author>&adam;</author>
20    <author>&heikki;</author>
21    <author>&marccromme;</author>
22    <author>&mike;</author>
23    <author>&sebastian;</author>
24   </authorgroup>
25   <releaseinfo>&version;</releaseinfo>
26   <copyright>
27    <year>&copyright-year;</year>
28    <holder>Index Data</holder>
29   </copyright>
30   <abstract>
31    <simpara>
32     &zebra; is a free, fast, friendly information management system.  It
33     can index records in &acro.xml;, &acro.sgml;, &acro.marc;, e-mail archives and many
34     other formats, and quickly find them using a combination of
35     boolean searching and relevance ranking.  Search-and-retrieve
36     applications can be written using &acro.api;s in a wide variety of
37     languages, communicating with the &zebra; server using
38     industry-standard information-retrieval protocols or web services.
39    </simpara>
40    <simpara>
41     This manual explains how to build and install &zebra;, configure it
42     appropriately for your application, add data and set up a running
43     information service. It describes version &version; of &zebra;.
44    </simpara>
45    <simpara>
46     <inlinemediaobject>
47      <imageobject>
48       <imagedata fileref="zebra.png" format="PNG"/>
49      </imageobject>
50      <imageobject>
51       <imagedata fileref="zebra.eps" format="EPS"/>
52      </imageobject>
53     </inlinemediaobject>
54    </simpara>
55   </abstract>
56  </bookinfo>
57  
58   &chap-introduction;
59   &chap-installation;
60   <!-- &chap-quickstart; -->
61   <!-- &chap-examples; -->
62   &chap-tutorial;
63   &chap-architecture;
64   &chap-querymodel;
65   &chap-administration;
66   &chap-recordmodel-domxml;
67   &chap-recordmodel-alvisxslt;
68   &chap-recordmodel-grs;
69   &chap-field-structure;
70  
71  <reference id="reference">
72   <title>Reference</title>
73    <partintro id="reference-introduction">
74     <para>
75      The material in this chapter is drawn directly from the individual
76      manual entries.
77     </para>
78    </partintro>
79   &manref;
80  </reference>
81  
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 -->