241d1942e919bd9e2bfbf88b7f823a171bc54c88
[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.18 2007-03-01 11:18:40 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>1995-2007</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 &xml;, &sgml;, &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 &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-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   &manref;
73  </reference>
74  
75  &app-license;
76  &app-indexdata;
77  
78 </book>
79 <!-- Keep this comment at the end of the file
80 Local variables:
81 mode: sgml
82 sgml-omittag:t
83 sgml-shorttag:t
84 sgml-minimize-attributes:nil
85 sgml-always-quote-attributes:t
86 sgml-indent-step:1
87 sgml-indent-data:t
88 sgml-parent-document:nil
89 sgml-local-catalogs: nil
90 sgml-namecase-general:t
91 End:
92 -->