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