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