dom: accept type="adelete" (accept bad deletes)
[idzebra-moved-to-github.git] / doc / idzebra.xml
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3  "http://www.oasis-open.org/docbook/xml/4.4/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 <book id="zebra">
15  <bookinfo>
16   <title>&zebra; - User's Guide and Reference</title>
17   <authorgroup>
18    <author>&adam;</author>
19    <author>&heikki;</author>
20    <author>&marccromme;</author>
21    <author>&mike;</author>
22    <author>&sebastian;</author>
23   </authorgroup>
24   <releaseinfo>&version;</releaseinfo>
25   <copyright>
26    <year>&copyright-year;</year>
27    <holder>Index Data</holder>
28   </copyright>
29   <abstract>
30    <simpara>
31     &zebra; is a free, fast, friendly information management system.  It
32     can index records in &acro.xml;, &acro.sgml;, &acro.marc;, e-mail archives and many
33     other formats, and quickly find them using a combination of
34     boolean searching and relevance ranking.  Search-and-retrieve
35     applications can be written using &acro.api;s in a wide variety of
36     languages, communicating with the &zebra; server using
37     industry-standard information-retrieval protocols or web services.
38    </simpara>
39    <simpara>
40     This manual explains how to build and install &zebra;, configure it
41     appropriately for your application, add data and set up a running
42     information service. It describes version &version; of &zebra;.
43    </simpara>
44    <simpara>
45     <inlinemediaobject>
46      <imageobject>
47       <imagedata fileref="zebra.png" format="PNG"/>
48      </imageobject>
49      <imageobject>
50       <imagedata fileref="zebra.eps" format="EPS"/>
51      </imageobject>
52     </inlinemediaobject>
53    </simpara>
54   </abstract>
55  </bookinfo>
56  
57   &chap-introduction;
58   &chap-installation;
59   <!-- &chap-quickstart; -->
60   <!-- &chap-examples; -->
61   &chap-tutorial;
62   &chap-architecture;
63   &chap-querymodel;
64   &chap-administration;
65   &chap-recordmodel-domxml;
66   &chap-recordmodel-alvisxslt;
67   &chap-recordmodel-grs;
68   &chap-field-structure;
69  
70  <reference id="reference">
71   <title>Reference</title>
72    <partintro id="reference-introduction">
73     <para>
74      The material in this chapter is drawn directly from the individual
75      manual entries.
76     </para>
77    </partintro>
78   &manref;
79  </reference>
80  
81  &app-license;
82  &gpl2;
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 -->