Produce PDf idzebra.pdf (was zebra.pdf)
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 30 Jun 2010 14:45:50 +0000 (16:45 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 30 Jun 2010 14:45:50 +0000 (16:45 +0200)
Include other formatting changes as well. acronym/literal inside
screen not in use anymore.

doc/Makefile.am
doc/administration.xml
doc/idzebra.xml [new file with mode: 0644]
doc/isam-hint [deleted file]
doc/recordmodel-alvisxslt.xml
doc/zebra.xml [deleted file]

index 8b56aa4..8d315ae 100644 (file)
@@ -20,7 +20,7 @@ XMLFILES =  \
    recordmodel-grs.xml \
    manref.xml \
    tutorial.xml \
-   zebra.xml \
+   idzebra.xml \
    zebrasrv-options.xml \
    zebrasrv-synopsis.xml \
    zebrasrv-virtual.xml 
@@ -59,17 +59,13 @@ idzebra-config$(PACKAGE_SUFFIX).1: idzebra-config.xml
 
 $(HTMLFILES): $(XMLFILES) $(PNGFILES)
        rm -f *.html
-       $(HTML_COMPILE) $(srcdir)/zebra.xml
+       $(HTML_COMPILE) $(srcdir)/idzebra.xml
 
-index.tkl: $(XMLFILES)
-       rm -f *.tkl
-       $(TKL_COMPILE) $(srcdir)/zebra.xml
-
-zebra.pdf: $(XMLFILES) domfilter.pdf
+idzebra.pdf: $(XMLFILES) domfilter.pdf
        for i in $(PNGFILES); do \
                if test ! -f $$i; then cp $(srcdir)/$$i .; fi; \
        done
-       $(PDF_COMPILE) $(srcdir)/zebra.xml
+       $(PDF_COMPILE) $(srcdir)/idzebra.xml
 
 manref.xml: $(XMLMAN) $(srcdir)/common/ref2dbinc.xsl
        rm -f manref.xml
@@ -111,7 +107,7 @@ domfilter.png: domfilter.svg
        unset DISPLAY; inkscape --export-png=$@ --export-width=600 $?
 
 domfilter.eps: domfilter.svg
-       unset DISPLAY; inkscape --export-eps=$@ --export-bbox-page $?
+       unset DISPLAY; inkscape --export-eps=$@ $?
 
 doc-clean:
        rm -f manref.xml *.html *.pdf *.[0-9] domfilter.png domfilter.eps
index e247452..6ee4e09 100644 (file)
    The value of the <literal>register</literal> setting is a sequence
    of tokens. Each token takes the form:
    
-   <screen>
-    <emphasis>dir</emphasis><literal>:</literal><emphasis>size</emphasis> 
-   </screen>
+   <emphasis>dir</emphasis><literal>:</literal><emphasis>size</emphasis> 
    
    The <emphasis>dir</emphasis> specifies a directory in which index files
    will be stored and the <emphasis>size</emphasis> specifies the maximum
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:
+-->
diff --git a/doc/isam-hint b/doc/isam-hint
deleted file mode 100644 (file)
index 9c478db..0000000
+++ /dev/null
@@ -1,54 +0,0 @@
-From zebralist-admin@indexdata.dk  Mon Nov 25 12:13:35 2002
-Envelope-to: zebra@miketaylor.org.uk
-To: zebralist@indexdata.dk
-Subject: Re: [Zebralist] Some progress on Harvest's move to Zebra
-References: <200211242045.19196.lee@arco.de> <4.2.0.58.20021125113016.029edf10@b
-agel.indexdata.dk>
-Mime-Version: 1.0
-Content-Type: text/plain; charset=us-ascii
-Content-Disposition: inline
-In-Reply-To: <4.2.0.58.20021125113016.029edf10@bagel.indexdata.dk>
-User-Agent: Mutt/1.3.28i
-From: Heikki Levanto <heikki@indexdata.dk>
-Sender: zebralist-admin@indexdata.dk
-Errors-To: zebralist-admin@indexdata.dk
-X-BeenThere: zebralist@indexdata.dk
-X-Mailman-Version: 2.0.11
-Precedence: bulk
-List-Help: <mailto:zebralist-request@indexdata.dk?subject=help>
-List-Post: <mailto:zebralist@indexdata.dk>
-List-Subscribe: <http://www.indexdata.dk/mailman/listinfo/zebralist>,
-        <mailto:zebralist-request@indexdata.dk?subject=subscribe>
-List-Id: Zebra Information Server <zebralist.indexdata.dk>
-List-Unsubscribe: <http://www.indexdata.dk/mailman/listinfo/zebralist>,
-        <mailto:zebralist-request@indexdata.dk?subject=unsubscribe>
-List-Archive: <http://www.indexdata.dk/pipermail/zebralist/>
-Date: Mon, 25 Nov 2002 12:45:14 +0100
-X-Spam-Status: No, hits=-4.4 required=5.0 tests=IN_REP_TO,AWL version=2.20
-X-Spam-Level: 
-Content-Length: 949
-
-On Mon, Nov 25, 2002 at 11:31:55AM +0100, Sebastian Hammer wrote:
-> We'd be very keen to have feedback on the incremental indexing performance 
-> of the current version of Zebra -- there are some significant improvements 
-> on single record updates but we don't have a lot of statistics yet on 
-> larger update batches.
-
-I would like to add a piece of advice: Most of the improvements on
-incremental updates are in the new isam system. To see them in effect,
-you will have to add the line
-  isam: b
-in your zebra.cfg. After this you will need to reindex everything. The
-effect should be especially good on smallish incremental updates to
-large bases. 
-
-The isam-b was introduced in 1.3.0, but we recommend using 1.3.2 (or
-later).
-
-
-
-
-
--- 
-Heikki Levanto     heikki@indexdata.dk     "In Murphy We Turst"
-
index bdc4a0c..c633022 100644 (file)
@@ -50,7 +50,7 @@
         &lt;schema name="index" identifier="http://indexdata.dk/zebra/xslt/1"
             stylesheet="xsl/oai2index.xsl" /&gt;
         &lt;schema name="dc" stylesheet="xsl/oai2dc.xsl" /&gt;
-        &lt;!-- use split level 2 when indexing whole &acro.oai; Record lists --&gt;
+        &lt;!-- use split level 2 when indexing whole OAI Record lists --&gt;
         &lt;split level="2"/&gt;
       &lt;/schemaInfo&gt;
     </screen> 
diff --git a/doc/zebra.xml b/doc/zebra.xml
deleted file mode 100644 (file)
index f9bbb5b..0000000
+++ /dev/null
@@ -1,99 +0,0 @@
-<?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:
--->