30aac5337a41729922b75e4d729cbdd2962d6b3e
[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.2//EN"
3                     "@DTD_DIR@/docbookx.dtd" [
4         <!ENTITY oslash "&#x00F8;"> <!-- CIRCLED DIVISION SLASH -->
5         <!ENTITY chap-introduction SYSTEM "introduction.xml">
6         <!ENTITY chap-installation SYSTEM "installation.xml">
7         <!ENTITY chap-quickstart SYSTEM "quickstart.xml">
8         <!ENTITY chap-examples SYSTEM "examples.xml">
9         <!ENTITY chap-administration SYSTEM "administration.xml">
10         <!ENTITY chap-zebraidx SYSTEM "zebraidx.xml">
11         <!ENTITY chap-server SYSTEM "server.xml">
12         <!ENTITY chap-recordmodel SYSTEM "recordmodel.xml">
13         <!ENTITY app-license SYSTEM "license.xml">
14         <!ENTITY app-indexdata SYSTEM "indexdata.xml">
15
16         <!ENTITY zebraidx-options SYSTEM "zebraidx-options.xml">
17         <!ENTITY zebraidx-commands SYSTEM "zebraidx-commands.xml">
18         <!ENTITY zebrasrv-synopsis SYSTEM "zebrasrv-synopsis.xml">
19         <!ENTITY zebrasrv-options SYSTEM "zebrasrv-options.xml">
20         <!ENTITY zebrasrv-virtual SYSTEM "zebrasrv-virtual.xml">
21         <!ENTITY gfs-synopsis-app "zebrasrv">
22
23         <!ENTITY ref-local-representation '
24                 <xref linkend="local-representation"/>'>
25         <!ENTITY ref-record-types '
26                 <xref linkend="record-types"/>'>
27         <!ENTITY ref-configuration-file '
28                 <xref linkend="configuration-file"/>'>
29         <!ENTITY ref-shadow-registers '
30                 <xref linkend="shadow-registers"/>'>
31 ]>
32 <!-- $Id: zebra.xml.in,v 1.20 2005-08-12 13:19:06 marc Exp $ -->
33 <book id="zebra">
34  <bookinfo>
35   <title>Zebra - User's Guide and Reference</title>
36   <author>
37    <firstname>Sebastian</firstname><surname>Hammer</surname>
38   </author>
39   <author>
40    <firstname>Adam</firstname><surname>Dickmeiss</surname>
41   </author>
42   <author>
43    <firstname>Heikki</firstname><surname>Levanto</surname>
44   </author>
45   <author>
46    <firstname>Mike</firstname><surname>Taylor</surname>
47   </author>
48   <author>
49    <firstname>Marc</firstname><surname>Cromme</surname>
50   </author>
51   <copyright>
52    <year>1995-2005</year>
53    <holder>Index Data</holder>
54   </copyright>
55   <abstract>
56    <simpara>
57     Zebra is a free, fast, friendly information management system.  It
58     can index records in XML/SGML, MARC, e-mail archives and many
59     other formats, and quickly find them using a combination of
60     boolean searching and relevance ranking.  Search-and-retrieve
61     applications can be written using APIs in a wide variety of
62     languages, communicating with the Zebra server using
63     industry-standard information-retrieval protocols.
64    </simpara>
65    <simpara>
66     This manual explains how to build and install Zebra, configure it
67     appropriately for your application, add data and set up a running
68     information service.  It describes version @VERSION@ of Zebra.
69    </simpara>
70    <simpara>
71     <inlinemediaobject>
72      <imageobject>
73       <imagedata fileref="zebra.png" format="PNG"/>
74      </imageobject>
75      <imageobject>
76       <imagedata fileref="zebra.eps" format="EPS"/>
77      </imageobject>
78     </inlinemediaobject>
79    </simpara>
80   </abstract>
81  </bookinfo>
82  
83   &chap-introduction;
84   &chap-installation;
85   &chap-quickstart;
86   &chap-examples;
87   &chap-administration;
88   &chap-zebraidx;
89   &chap-server;
90   &chap-recordmodel;
91   &app-license;
92   &app-indexdata;
93  
94 </book>
95 <!-- Keep this comment at the end of the file
96 Local variables:
97 mode: sgml
98 sgml-omittag:t
99 sgml-shorttag:t
100 sgml-minimize-attributes:nil
101 sgml-always-quote-attributes:t
102 sgml-indent-step:1
103 sgml-indent-data:t
104 sgml-parent-document:nil
105 sgml-local-catalogs: nil
106 sgml-namecase-general:t
107 End:
108 -->