More documentation cleanups
[idzebra-moved-to-github.git] / doc / zebra.xml
1 <?xml version="1.0" standalone="no"?>
2 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
3                     "/usr/share/sgml/docbook/dtd/xml/4.1.2/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 <book id="zebra">
15 <bookinfo>
16
17 <title>Zebra Server - Administrators's Guide and Reference</title>
18 <author>
19 <firstname>Sebastian</firstname><surname>Hammer</surname>
20 </author>
21 <editor>
22 <firstname>Adam</firstname><surname>Dickmeiss</surname>
23 </editor>
24 <copyright>
25 <year>1995-2002</year>
26 <holder>Index Data</holder>
27
28 </copyright>
29 <abstract>
30 <simpara>
31 The Zebra information server combines a versatile fielded/free-text
32 search engine with a Z39.50-1995 frontend to provide a powerful and flexible
33 information management system. This document explains the procedure for
34 installing and configuring the system, and outlines the possibilities
35 for managing data and providing Z39.50
36 services with the software.
37 </simpara>
38 <simpara>
39 This manual covers version 1.2.0 of Zebra.
40 </simpara>
41 </abstract>
42 </bookinfo>
43
44 &chap-introduction;
45 &chap-installation;
46 &chap-quickstart;
47 &chap-administration;
48 &chap-zebraidx;
49 &chap-server;
50 &chap-recordmodel;
51 &app-license;
52 &app-indexdata;
53
54 </book>