From: Adam Dickmeiss Date: Wed, 30 Jun 2010 14:45:50 +0000 (+0200) Subject: Produce PDf idzebra.pdf (was zebra.pdf) X-Git-Tag: v2.0.45~4 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=8785cf4f0724a75a71b76c418a5f83a1192c0955 Produce PDf idzebra.pdf (was zebra.pdf) Include other formatting changes as well. acronym/literal inside screen not in use anymore. --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 8b56aa4..8d315ae 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -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 diff --git a/doc/administration.xml b/doc/administration.xml index e247452..6ee4e09 100644 --- a/doc/administration.xml +++ b/doc/administration.xml @@ -797,9 +797,7 @@ The value of the register setting is a sequence of tokens. Each token takes the form: - - dir:size - + dir:size The dir specifies a directory in which index files will be stored and the size specifies the maximum diff --git a/doc/idzebra.xml b/doc/idzebra.xml new file mode 100644 index 0000000..f9bbb5b --- /dev/null +++ b/doc/idzebra.xml @@ -0,0 +1,99 @@ + + + %local; + + %entities; + + %idcommon; + + +]> + + + &zebra; - User's Guide and Reference + + &adam; + &heikki; + &marccromme; + &mike; + &sebastian; + + &version; + + ©right-year; + Index Data + + + + &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. + + + 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;. + + + + + + + + + + + + + + + &chap-introduction; + &chap-installation; + + + &chap-tutorial; + &chap-architecture; + &chap-querymodel; + &chap-administration; + &chap-recordmodel-domxml; + &chap-recordmodel-alvisxslt; + &chap-recordmodel-grs; + &chap-field-structure; + + + Reference + + + The material in this chapter is drawn directly from the individual + manual entries. + + + &manref; + + + &app-license; + &gpl2; + &app-indexdata; + + + diff --git a/doc/isam-hint b/doc/isam-hint deleted file mode 100644 index 9c478db..0000000 --- a/doc/isam-hint +++ /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 -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: -List-Post: -List-Subscribe: , - -List-Id: Zebra Information Server -List-Unsubscribe: , - -List-Archive: -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" - diff --git a/doc/recordmodel-alvisxslt.xml b/doc/recordmodel-alvisxslt.xml index bdc4a0c..c633022 100644 --- a/doc/recordmodel-alvisxslt.xml +++ b/doc/recordmodel-alvisxslt.xml @@ -50,7 +50,7 @@ <schema name="index" identifier="http://indexdata.dk/zebra/xslt/1" stylesheet="xsl/oai2index.xsl" /> <schema name="dc" stylesheet="xsl/oai2dc.xsl" /> - <!-- use split level 2 when indexing whole &acro.oai; Record lists --> + <!-- use split level 2 when indexing whole OAI Record lists --> <split level="2"/> </schemaInfo> diff --git a/doc/zebra.xml b/doc/zebra.xml deleted file mode 100644 index f9bbb5b..0000000 --- a/doc/zebra.xml +++ /dev/null @@ -1,99 +0,0 @@ - - - %local; - - %entities; - - %idcommon; - - -]> - - - &zebra; - User's Guide and Reference - - &adam; - &heikki; - &marccromme; - &mike; - &sebastian; - - &version; - - ©right-year; - Index Data - - - - &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. - - - 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;. - - - - - - - - - - - - - - - &chap-introduction; - &chap-installation; - - - &chap-tutorial; - &chap-architecture; - &chap-querymodel; - &chap-administration; - &chap-recordmodel-domxml; - &chap-recordmodel-alvisxslt; - &chap-recordmodel-grs; - &chap-field-structure; - - - Reference - - - The material in this chapter is drawn directly from the individual - manual entries. - - - &manref; - - - &app-license; - &gpl2; - &app-indexdata; - - -