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