From: Mike Taylor Date: Sun, 20 Oct 2002 14:02:02 +0000 (+0000) Subject: Fix typos, broken links, etc. X-Git-Tag: ZEBRA.1.3.3.DEBIAN.5~18 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=b7fc2a00e8b425dafdee22ec0fd73599f84b1760 Fix typos, broken links, etc. --- diff --git a/doc/administration.xml b/doc/administration.xml index ea8af75..f21101f 100644 --- a/doc/administration.xml +++ b/doc/administration.xml @@ -1,5 +1,5 @@ - + Administrating Zebra + About Index Data and the Zebra Server @@ -27,7 +27,7 @@ Fax +45 3341 0101 Email info@indexdata.dk - www.indexdata.dk + indexdata.dk diff --git a/doc/introduction.xml b/doc/introduction.xml index 8a3a147..3e4d19f 100644 --- a/doc/introduction.xml +++ b/doc/introduction.xml @@ -1,12 +1,12 @@ - + Introduction Overview - + Zebra is a high-performance, general-purpose structured text indexing and retrieval engine. It reads structured records in a @@ -318,14 +318,14 @@ First, there's the Zebra web site at - , + , which always has the most recent version available for download. If you have a problem with Zebra, the first thing to do is see whether it's fixed in the current release. Second, there's the Zebra mailing list. Its home page at - + includes a complete archive of all messages that have ever been posted on the list. The Zebra mailing list is used both for announcements from the authors (new @@ -338,7 +338,7 @@ Third, it's possible to buy a commercial support contract, with well defined service levels and response times, from Index Data. See - + for details. diff --git a/doc/recordmodel.xml b/doc/recordmodel.xml index a3b3cb1..ee1182a 100644 --- a/doc/recordmodel.xml +++ b/doc/recordmodel.xml @@ -1,5 +1,5 @@ - + The Record Model @@ -259,7 +259,7 @@ - + Variants @@ -460,12 +460,12 @@ - An action is surrounded by curly braces ({...}), and + An action is surrounded by curly braces ({...}), and consists of a sequence of statements. Statements may be separated by newlines or semicolons (;). Within actions, the strings that matched the expressions immediately preceding the action can be referred to as - $0, $1, $2, etc. + $0, $1, $2, etc. @@ -476,7 +476,7 @@ - begin type [parameter ... ] + begin type [parameter ... ] Begin a new @@ -539,7 +539,7 @@ - end [type] + end [type] Close a tagged element. If no parameter is given, @@ -840,8 +840,8 @@ Generally, the files are simple ASCII files, which can be maintained - using any text editor. Blank lines, and lines beginning with a (#) are - ignored. Any characters on a line followed by a (#) are also ignored. + using any text editor. Blank lines, and lines beginning with a (#) are + ignored. Any characters on a line followed by a (#) are also ignored. All other lines contain directives, which provide some setting or value to the system. Generally, settings are characterized by a single @@ -1128,7 +1128,7 @@ att - att-value att-name [local-value] + att-value att-name [local-value] (o,r) This @@ -1463,7 +1463,7 @@ simpleElement - path ['variant' variant-request] + path ['variant' variant-request] (o,r) This corresponds to a simple element request @@ -1748,9 +1748,9 @@ - Curly braces {} may be used to enclose ranges of single + Curly braces {} may be used to enclose ranges of single characters (possibly using the escape convention described in the - preceding point), eg. {a-z} to introduce the + preceding point), eg. {a-z} to introduce the standard range of ASCII characters. Note that the interpretation of such a range depends on the concrete representation in your local, physical character set. diff --git a/doc/server.xml b/doc/server.xml index f5fa9ea..3eb876f 100644 --- a/doc/server.xml +++ b/doc/server.xml @@ -1,5 +1,5 @@ - + The Z39.50 Server @@ -16,7 +16,7 @@ Syntax - zebrasrv [options] [listener-address ...] + zebrasrv [options] [listener-address ...] @@ -78,7 +78,7 @@ The log level. Use a comma-separated list of members of the set - {fatal,debug,warn,log,all,none}. + {fatal,debug,warn,log,all,none}. @@ -147,7 +147,7 @@ - hostname | IP-number [: portnumber] + hostname | IP-number [: portnumber] @@ -322,7 +322,7 @@ For the Truncation attribute, No Truncation is the default. Left Truncation is not supported. - Process # is supported, as is + Process # in search term is supported, as is Regxp-1. Regxp-2 enables the fault-tolerant (fuzzy) search. As a default, a single error (deletion, insertion, @@ -403,7 +403,7 @@ - x|y + x|y Matches either x or y. diff --git a/doc/zebra.xml.in b/doc/zebra.xml.in index 2ab791d..e248c7f 100644 --- a/doc/zebra.xml.in +++ b/doc/zebra.xml.in @@ -11,9 +11,18 @@ + + '> + '> + '> + '> ]> - + Zebra - User's Guide and Reference diff --git a/doc/zebraidx-man.sgml b/doc/zebraidx-man.sgml index b6f4294..87fdf3e 100644 --- a/doc/zebraidx-man.sgml +++ b/doc/zebraidx-man.sgml @@ -1,7 +1,20 @@ + + Zebra - User's Guide + and Reference"> + Local Representation %ref-tail;"> + Record Types %ref-tail;"> + The Zebra Configuration File + %ref-tail;"> + Safe Updating - Using Shadow + Registers %ref-tail;"> ]> - + diff --git a/doc/zebraidx-options.xml b/doc/zebraidx-options.xml index 11aab92..4618108 100644 --- a/doc/zebraidx-options.xml +++ b/doc/zebraidx-options.xml @@ -1,5 +1,5 @@ @@ -14,10 +14,10 @@ grs.subtype. If no subtype is provided for the GRS (General Record Structure) type, the canonical input format - is assumed (see ). + is assumed (see &ref-local-representation;). Generally, it is probably advisable to specify the record types in the zebra.cfg file (see - ), to avoid confusion at + &ref-record-types;), to avoid confusion at subsequent updates. @@ -38,7 +38,7 @@ Update the files according to the group settings for group - (see ). + (see &ref-configuration-file;). @@ -77,7 +77,7 @@ Disable the use of shadow registers for this operation - (see ). + (see &ref-shadow-registers;). diff --git a/doc/zebraidx.xml b/doc/zebraidx.xml index 9c1c0ce..91906f4 100644 --- a/doc/zebraidx.xml +++ b/doc/zebraidx.xml @@ -1,5 +1,5 @@ - + Running the Maintenance Interface (zebraidx) @@ -11,7 +11,7 @@ Syntax - $ zebraidx [options] command [directory] ... + $ zebraidx [options] command [directory] ... Options: @@ -21,6 +21,22 @@ Commands + + + diff --git a/examples/dinosauricon/zebra.cfg b/examples/dinosauricon/zebra.cfg index d7eba32..2b27df4 100644 --- a/examples/dinosauricon/zebra.cfg +++ b/examples/dinosauricon/zebra.cfg @@ -1,4 +1,5 @@ -# $Header: /home/cvsroot/idis/examples/dinosauricon/Attic/zebra.cfg,v 1.5 2002-10-08 08:08:52 mike Exp $ +# $Header: /home/cvsroot/idis/examples/dinosauricon/Attic/zebra.cfg,v 1.6 2002-10-20 14:02:03 mike Exp $ # Bare-bones master configuration file for Zebra profilePath: .:../../tab:../../../yaz/tab -recordType: grs.sgml +recordType: grs.xml +attset: bib1.att