docbook xml manual
[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-administration SYSTEM "administration.xml">
7         <!ENTITY app-license SYSTEM "license.xml">
8         <!ENTITY app-indexdata SYSTEM "indexdata.xml">
9 ]>
10 <book id="zebra">
11 <bookinfo>
12
13 <title>Zebra Server - Administrators's Guide and Reference</title>
14 <author>
15 <firstname>Sebastian</firstname><surname>Hammer</surname>
16 </author>
17 <copyright>
18 <year>1995-2002</year>
19 <simpara>Index Data</simpara>
20 </copyright>
21 <abstract>
22 <simpara>
23 The Zebra information server combines a versatile fielded/free-text
24 search engine with a Z39.50-1995 frontend to provide a powerful and flexible
25 information management system. This document explains the procedure for
26 installing and configuring the system, and outlines the possibilities
27 for managing data and providing Z39.50
28 services with the software.
29 </simpara>
30 <simpara>
31 This manual covers version @VERSION@ of Zebra.
32 </simpara>
33 </abstract>
34
35 </bookinfo>
36
37 &chap-introduction;
38 &chap-installation;
39 &chap-administration;
40 &app-license;
41 &app-indexdata;
42
43 </book>