Produce PDf idzebra.pdf (was zebra.pdf)
[idzebra-moved-to-github.git] / doc / idzebra.xml
diff --git a/doc/idzebra.xml b/doc/idzebra.xml
new file mode 100644 (file)
index 0000000..f9bbb5b
--- /dev/null
@@ -0,0 +1,99 @@
+<?xml version="1.0" standalone="no"?>
+<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.1//EN"
+ "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd"
+[
+     <!ENTITY % local SYSTEM "local.ent">
+     %local;
+     <!ENTITY % entities SYSTEM "entities.ent">
+     %entities;
+     <!ENTITY % idcommon SYSTEM "common/common.ent">
+     %idcommon;
+
+     <!ENTITY test SYSTEM "test.xml">
+]>
+<book id="zebra">
+ <bookinfo>
+  <title>&zebra; - User's Guide and Reference</title>
+  <authorgroup>
+   <author>&adam;</author>
+   <author>&heikki;</author>
+   <author>&marccromme;</author>
+   <author>&mike;</author>
+   <author>&sebastian;</author>
+  </authorgroup>
+  <releaseinfo>&version;</releaseinfo>
+  <copyright>
+   <year>&copyright-year;</year>
+   <holder>Index Data</holder>
+  </copyright>
+  <abstract>
+   <simpara>
+    &zebra; is a free, fast, friendly information management system.  It
+    can index records in &acro.xml;, &acro.sgml;, &acro.marc;, e-mail archives and many
+    other formats, and quickly find them using a combination of
+    boolean searching and relevance ranking.  Search-and-retrieve
+    applications can be written using &acro.api;s in a wide variety of
+    languages, communicating with the &zebra; server using
+    industry-standard information-retrieval protocols or web services.
+   </simpara>
+   <simpara>
+    This manual explains how to build and install &zebra;, configure it
+    appropriately for your application, add data and set up a running
+    information service. It describes version &version; of &zebra;.
+   </simpara>
+   <simpara>
+    <inlinemediaobject>
+     <imageobject>
+      <imagedata fileref="zebra.png" format="PNG"/>
+     </imageobject>
+     <imageobject>
+      <imagedata fileref="zebra.eps" format="EPS"/>
+     </imageobject>
+    </inlinemediaobject>
+   </simpara>
+  </abstract>
+ </bookinfo>
+  &chap-introduction;
+  &chap-installation;
+  <!-- &chap-quickstart; -->
+  <!-- &chap-examples; -->
+  &chap-tutorial;
+  &chap-architecture;
+  &chap-querymodel;
+  &chap-administration;
+  &chap-recordmodel-domxml;
+  &chap-recordmodel-alvisxslt;
+  &chap-recordmodel-grs;
+  &chap-field-structure;
+ <reference id="reference">
+  <title>Reference</title>
+   <partintro id="reference-introduction">
+    <para>
+     The material in this chapter is drawn directly from the individual
+     manual entries.
+    </para>
+   </partintro>
+  &manref;
+ </reference>
+ &app-license;
+ &gpl2;
+ &app-indexdata;
+</book>
+<!-- Keep this comment at the end of the file
+Local variables:
+mode: sgml
+sgml-omittag:t
+sgml-shorttag:t
+sgml-minimize-attributes:nil
+sgml-always-quote-attributes:t
+sgml-indent-step:1
+sgml-indent-data:t
+sgml-parent-document:nil
+sgml-local-catalogs: nil
+sgml-namecase-general:t
+End:
+-->