Minor fixes, especially in the beginning
[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-administration SYSTEM "administration.xml">
8         <!ENTITY chap-zebraidx SYSTEM "zebraidx.xml">
9         <!ENTITY chap-server SYSTEM "server.xml">
10         <!ENTITY chap-recordmodel SYSTEM "recordmodel.xml">
11         <!ENTITY app-license SYSTEM "license.xml">
12         <!ENTITY app-indexdata SYSTEM "indexdata.xml">
13 ]>
14 <!-- $Id: zebra.xml.in,v 1.6 2002-04-10 14:47:49 heikki Exp $ -->
15 <book id="zebra">
16  <bookinfo>
17   <title>Zebra Server - Administrators' Guide and Reference</title>
18   <author>
19    <firstname>Sebastian</firstname><surname>Hammer</surname>
20   </author>
21   <author>
22    <firstname>Adam</firstname><surname>Dickmeiss</surname>
23   </author>
24   <author>
25    <firstname>Heikki</firstname><surname>Levanto</surname>
26   </author>
27   <copyright>
28    <year>1995-2002</year>
29    <holder>Index Data</holder>
30   </copyright>
31   <abstract>
32    <simpara>
33     The Zebra information server combines a versatile fielded/free-text
34     search engine with a Z39.50 v3 front-end to provide a powerful and
35     flexible information management system.
36     This document explains the procedure for installing and
37     configuring the system, managing data and providing Z39.50 
38     services with the software.
39    </simpara>
40    <simpara>
41     This manual covers version @VERSION@ of Zebra.
42    </simpara>
43   </abstract>
44  </bookinfo>
45  
46   &chap-introduction;
47   &chap-installation;
48   &chap-quickstart;
49   &chap-administration;
50   &chap-zebraidx;
51   &chap-server;
52   &chap-recordmodel;
53   &app-license;
54   &app-indexdata;
55  
56 </book>
57 <!-- Keep this comment at the end of the file
58 Local variables:
59 mode: sgml
60 sgml-omittag:t
61 sgml-shorttag:t
62 sgml-minimize-attributes:nil
63 sgml-always-quote-attributes:t
64 sgml-indent-step:1
65 sgml-indent-data:t
66 sgml-parent-document:nil
67 sgml-local-catalogs: nil
68 sgml-namecase-general:t
69 End:
70 -->