Removed to logf calls from tight inside loops
[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 <!-- $Id: zebra.xml,v 1.3 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   <editor>
22    <firstname>Adam</firstname><surname>Dickmeiss</surname>
23   </editor>
24   <copyright>
25    <year>1995-2002</year>
26    <holder>Index Data</holder>
27   </copyright>
28   <abstract>
29    <simpara>
30     The Zebra information server combines a versatile fielded/free-text
31     search engine with a Z39.50-1995 front-end to provide a powerful and
32     flexible information management system.
33     This document explains the procedure for installing and
34     configuring the system, and outlines the possibilities for
35     managing data and providing Z39.50 services with the software.
36    </simpara>
37    <simpara>
38     This manual covers version 1.2.0 of Zebra.
39    </simpara>
40   </abstract>
41  </bookinfo>
42  
43   &chap-introduction;
44   &chap-installation;
45   &chap-quickstart;
46   &chap-administration;
47   &chap-zebraidx;
48   &chap-server;
49   &chap-recordmodel;
50   &app-license;
51   &app-indexdata;
52  
53 </book>
54 <!-- Keep this comment at the end of the file
55 Local variables:
56 mode: sgml
57 sgml-omittag:t
58 sgml-shorttag:t
59 sgml-minimize-attributes:nil
60 sgml-always-quote-attributes:t
61 sgml-indent-step:1
62 sgml-indent-data:t
63 sgml-parent-document:nil
64 sgml-local-catalogs: nil
65 sgml-namecase-general:t
66 End:
67 -->