From a96413b9df8d1409a227405b488d1aaa8c8bfeb4 Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Thu, 12 Oct 2006 12:02:19 +0000 Subject: [PATCH] fixed typo's --- doc/auth_simple.xml | 8 ++++---- doc/http_file.xml | 4 ++-- doc/metaproxy.xml | 16 ++++++++++++++-- doc/multi.xml | 4 ++-- doc/record_transform.xml | 12 ++++++------ doc/sru_z3950.xml | 6 +++--- 6 files changed, 31 insertions(+), 19 deletions(-) diff --git a/doc/auth_simple.xml b/doc/auth_simple.xml index 05457d4..b9aecef 100644 --- a/doc/auth_simple.xml +++ b/doc/auth_simple.xml @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd" [ ]> - + auth_simple @@ -12,12 +12,12 @@ auth_simple - simple authentication and authorisation. + simple authentication and authorization. DESCRIPTION - Simple authentication and authorisation. The configuration + Simple authentication and authorization. The configuration specifies the name of a file that is the user register, which lists username:password pairs, one per line, colon separated. When a session begins, it @@ -25,7 +25,7 @@ a pair in the register. - ### discuss authorisation phase + ### discuss authorization phase diff --git a/doc/http_file.xml b/doc/http_file.xml index 02f3113..11047d8 100644 --- a/doc/http_file.xml +++ b/doc/http_file.xml @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd" [ ]> - + http_file @@ -19,7 +19,7 @@ This module enables file access via the HTTP protocol. All URLs with a given prefix are directed to a specific - documentroot (on local file storage). The module only serves + document root (on local file storage). The module only serves static content. diff --git a/doc/metaproxy.xml b/doc/metaproxy.xml index 622fc72..22268ab 100644 --- a/doc/metaproxy.xml +++ b/doc/metaproxy.xml @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd" [ ]> - + metaproxy @@ -43,7 +43,7 @@ --config config - Specify the configuation. + Specify the configuration. @@ -76,6 +76,10 @@ 3mp , + bounce + 3mp + , + frontend_net 3mp , @@ -96,10 +100,18 @@ 3mp , + record_transform + 3mp + , + session_shared 3mp , + sru_z3950 + 3mp + , + template 3mp , diff --git a/doc/multi.xml b/doc/multi.xml index 201844e..dab3f27 100644 --- a/doc/multi.xml +++ b/doc/multi.xml @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd" [ ]> - + multi @@ -37,7 +37,7 @@ multi filter, then unavailable databases are not reported to the client, but simply ignored (unless every one of the databases is - unanavailable). + unavailable). diff --git a/doc/record_transform.xml b/doc/record_transform.xml index 5ec12a0..fec01f4 100644 --- a/doc/record_transform.xml +++ b/doc/record_transform.xml @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd" [ ]> - + record_transform @@ -20,9 +20,9 @@ This filter acts only on Z3950 present requests, and let all other types of packages and requests pass untouched. It's use is twofold: blocking Z3950 present requests, which the backend - server does not understand and can not honour, and transforming + server does not understand and can not honor, and transforming the present syntax and elementset name according to the rules - specified, to fetch only exisitng record formats, and transform + specified, to fetch only existing record formats, and transform them on the fly to requested record syntaxes. @@ -33,15 +33,15 @@ element. The syntax attribute is mandatory, but the name attribute may be omitted, in which case any - element name is accepted. An additonal - identifier attribute can be added to explicetly + element name is accepted. An additional + identifier attribute can be added to explicitly describe the Z3950 identifier string. Record transformations are invoked when the optional attributes backendsyntax and backendname as well as the <convert> element are specified. - Record conversions come in two flavours: + Record conversions come in two flavors: <marc> binary conversions between different binary MARC formats and MarcXML formats, and <xslt> stylesheet transformations performed diff --git a/doc/sru_z3950.xml b/doc/sru_z3950.xml index dbe6581..8c23ff1 100644 --- a/doc/sru_z3950.xml +++ b/doc/sru_z3950.xml @@ -2,7 +2,7 @@ "http://www.oasis-open.org/docbook/xml/4.1/docbookx.dtd" [ ]> - + sru_z3950 @@ -12,14 +12,14 @@ sru_z3950 - transforming SRU webservice requests to Z3950 metaproxy packages + transforming SRU web service requests to Z3950 metaproxy packages DESCRIPTION The sru_z3950 metaproxy filter transforms valid SRU/GET or SRU/SOAP requests to Z3950 requests, and wraps the - recieved hit counts and XML records into suitable SRU response messages. + received hit counts and XML records into suitable SRU response messages. It supports only the SRU searchRetrieve operation, which -- 1.7.10.4