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