Put author elements in authorgroup.
[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//EN"
3  "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd"
4 [
5      <!ENTITY % local SYSTEM "local.ent">
6      %local;
7      <!ENTITY % entities SYSTEM "entities.ent">
8      %entities;
9      <!ENTITY % common SYSTEM "common/common.ent">
10      %common;
11
12      <!ENTITY test SYSTEM "test.xml">
13 ]>
14 <!-- $Id: zebra.xml,v 1.11 2007-01-15 14:48:51 adam Exp $ -->
15 <book id="zebra">
16  <bookinfo>
17   <title>Zebra - User's Guide and Reference</title>
18   <authorgroup>
19    <author>
20     <firstname>Adam</firstname><surname>Dickmeiss</surname>
21    </author>
22    <author>
23     <firstname>Heikki</firstname><surname>Levanto</surname>
24    </author>
25    <author>
26     <firstname>Marc</firstname><surname>Cromme</surname>
27    </author>
28    <author>
29     <firstname>Mike</firstname><surname>Taylor</surname>
30    </author>
31    <author>
32     <firstname>Sebastian</firstname><surname>Hammer</surname>
33    </author>
34   </authorgroup>
35   <copyright>
36    <year>1995-2006</year>
37    <holder>Index Data</holder>
38   </copyright>
39   <abstract>
40    <simpara>
41     Zebra is a free, fast, friendly information management system.  It
42     can index records in XML/SGML, MARC, e-mail archives and many
43     other formats, and quickly find them using a combination of
44     boolean searching and relevance ranking.  Search-and-retrieve
45     applications can be written using APIs in a wide variety of
46     languages, communicating with the Zebra server using
47     industry-standard information-retrieval protocols or web services.
48    </simpara>
49    <simpara>
50     This manual explains how to build and install Zebra, configure it
51     appropriately for your application, add data and set up a running
52     information service.  It describes version &version; of Zebra.
53    </simpara>
54    <simpara>
55     <inlinemediaobject>
56      <imageobject>
57       <imagedata fileref="zebra.png" format="PNG"/>
58      </imageobject>
59      <imageobject>
60       <imagedata fileref="zebra.eps" format="EPS"/>
61      </imageobject>
62     </inlinemediaobject>
63    </simpara>
64   </abstract>
65  </bookinfo>
66  
67   &chap-introduction;
68   &chap-installation;
69   &chap-quickstart;
70   &chap-examples;
71   &chap-architecture;
72   &chap-querymodel;
73   &chap-administration;
74   &chap-recordmodel-grs;
75   &chap-recordmodel-alvisxslt;
76   &chap-field-structure;
77  
78  <reference id="reference">
79   <title>Reference</title>
80   &manref;
81  </reference>
82  
83  &app-license;
84  &app-indexdata;
85  
86 </book>
87 <!-- Keep this comment at the end of the file
88 Local variables:
89 mode: sgml
90 sgml-omittag:t
91 sgml-shorttag:t
92 sgml-minimize-attributes:nil
93 sgml-always-quote-attributes:t
94 sgml-indent-step:1
95 sgml-indent-data:t
96 sgml-parent-document:nil
97 sgml-local-catalogs: nil
98 sgml-namecase-general:t
99 End:
100 -->