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