From 4f606f0faf502a0aa4d05d3b84caca247759c806 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 2 Oct 2012 11:01:24 +0200 Subject: [PATCH] Strip trailing white space --- debian/metaproxy.xml | 2 +- doc/auth_simple.xml | 16 ++-- doc/backend_test.xml | 14 +-- doc/book.xml | 176 ++++++++++++++++++------------------ doc/bounce.xml | 16 ++-- doc/cgi.xml | 18 ++-- doc/cql_rpn.xml | 22 ++--- doc/frontend_net.xml | 18 ++-- doc/http_file.xml | 18 ++-- doc/limit.xml | 20 ++-- doc/load_balance.xml | 22 ++--- doc/log.xml | 52 +++++------ doc/metaproxy.xml | 22 ++--- doc/multi.xml | 22 ++--- doc/query_rewrite.xml | 16 ++-- doc/record_transform.xml | 26 +++--- doc/session_shared.xml | 18 ++-- doc/sort.xml | 20 ++-- doc/sru_z3950.xml | 34 +++---- doc/template.xml | 12 +-- doc/virt_db.xml | 24 ++--- doc/z3950_client.xml | 20 ++-- doc/zeerex_explain.xml | 26 +++--- doc/zoom.xml | 58 ++++++------ etc/config-cgi.xml | 2 +- etc/config-loc.xml | 6 +- etc/config-record-transform.xml | 4 +- etc/config-shared1.xml | 4 +- etc/config-sru-holdings.xml | 6 +- etc/config-sru-to-z3950.xml | 10 +- etc/config-zoom.xml | 8 +- etc/config0.xml | 2 +- etc/config1.xml | 4 +- etc/config4.xml | 2 +- etc/config5.xml | 6 +- etc/explain.xml | 16 ++-- example-module/config.xml | 2 +- rpm/metaproxy.xml | 2 +- xml/experiments/config-imagine.xml | 10 +- xml/experiments/zeerex-info.xml | 18 ++-- 40 files changed, 397 insertions(+), 397 deletions(-) diff --git a/debian/metaproxy.xml b/debian/metaproxy.xml index cb913ad..f766210 100644 --- a/debian/metaproxy.xml +++ b/debian/metaproxy.xml @@ -9,7 +9,7 @@ FN - + diff --git a/doc/auth_simple.xml b/doc/auth_simple.xml index 4ab7cb8..0d3163a 100644 --- a/doc/auth_simple.xml +++ b/doc/auth_simple.xml @@ -1,4 +1,4 @@ - @@ -9,18 +9,18 @@ Metaproxy Index Data - + auth_simple 3mp Metaproxy Module - + auth_simple Metaproxy Simple Authentication And Authorization Module - + DESCRIPTION Simple authentication and authorization. The configuration @@ -40,7 +40,7 @@ xmlns:xi="http://www.w3.org/2001/XInclude" /> - + EXAMPLES A typical configuration looks like this: @@ -54,8 +54,8 @@ - - + + SEE ALSO @@ -64,7 +64,7 @@ - + ©right; diff --git a/doc/backend_test.xml b/doc/backend_test.xml index f541b8b..8848e13 100644 --- a/doc/backend_test.xml +++ b/doc/backend_test.xml @@ -1,4 +1,4 @@ - @@ -15,12 +15,12 @@ 3mp Metaproxy Module - + backend_test Metaproxy Backend Test Z39.50 Server Module - + DESCRIPTION A pseudo Z39.50 server for test purposes. @@ -35,7 +35,7 @@ xmlns:xi="http://www.w3.org/2001/XInclude" /> - + EXAMPLES A typical configuration looks like this: @@ -44,8 +44,8 @@ ]]> - - + + SEE ALSO @@ -54,7 +54,7 @@ - + ©right; diff --git a/doc/book.xml b/doc/book.xml index d8f8e3c..0aced16 100644 --- a/doc/book.xml +++ b/doc/book.xml @@ -1,6 +1,6 @@ @@ -39,10 +39,10 @@ processes, interprets and redirects requests from IR clients using standard protocols such as the binary ANSI/NISO Z39.50 - and the information search and retrieval + and the information search and retrieval web service SRU as well as functioning as a limited - HTTP server. + HTTP server. Metaproxy is configured by an XML file which @@ -72,7 +72,7 @@ Introduction - + Metaproxy is a stand alone program that acts as a universal router, proxy and @@ -80,7 +80,7 @@ as Z39.50 and SRU. To clients, it acts as a server of these protocols: it can be searched, - records can be retrieved from it, etc. + records can be retrieved from it, etc. To servers, it acts as a client: it searches in them, retrieves records from them, etc. it satisfies its clients' requests by transforming them, multiplexing them, forwarding them @@ -123,7 +123,7 @@ including examples. - + Installation @@ -138,7 +138,7 @@ Libxslt - This is an XSLT processor - based on + This is an XSLT processor - based on Libxml2. Both Libxml2 and Libxslt must be installed with the development components (header files, etc.) as well as the run-time libraries. @@ -265,7 +265,7 @@ The latter the compiler toolset (eg. gcc34). - Pass --help to configure to get a list of + Pass --help to configure to get a list of available options. @@ -274,7 +274,7 @@
Installation on Debian GNU/Linux - All dependencies for Metaproxy are available as + All dependencies for Metaproxy are available as Debian packages for the sarge (stable in 2005) and etch (testing in 2005) distributions. @@ -312,14 +312,14 @@
Installation on RPM based Linux Systems - All external dependencies for Metaproxy are available as - RPM packages, either from your distribution site, or from the + All external dependencies for Metaproxy are available as + RPM packages, either from your distribution site, or from the RPMfind site. - For example, an installation of the requires Boost C++ development + For example, an installation of the requires Boost C++ development libraries on RedHat Fedora C4 and C5 can be done like this: - + wget ftp://fr.rpmfind.net/wlinux/fedora/core/updates/testing/4/SRPMS/boost-1.33.0-3.fc4.src.rpm sudo rpmbuild --buildroot src/ --rebuild -p fc4/boost-1.33.0-3.fc4.src.rpm sudo rpm -U /usr/src/redhat/RPMS/i386/boost-*rpm @@ -332,7 +332,7 @@ There is currently no official RPM package for YAZ++. - See the YAZ++ pages + See the YAZ++ pages for more information on a Unix tarball install. @@ -458,9 +458,9 @@ - + - + After successful compilation you'll find metaproxy.exe in the @@ -471,7 +471,7 @@
- + YAZ Proxy Comparison @@ -536,7 +536,7 @@ SRU Virtual database, i.e. select any Z39.50 target for path - Supported with filter virt_db, + Supported with filter virt_db, sru_z3950 Supported @@ -717,8 +717,8 @@ Filters - - + +
Introductory notes @@ -756,7 +756,7 @@ others are sinks: they consume packages and return a result (backend_test, bounce, - http_file, + http_file, z3950_client); the others are true filters, that read, process and pass on the packages they are fed @@ -771,8 +771,8 @@ virt_db).
- - + +
Overview of filter types @@ -794,7 +794,7 @@ The filters are here listed in alphabetical order: - + - 100 - 10 + 100 + 10 @@ -111,7 +111,7 @@ the following databaseNames (virtual databases): - + diff --git a/etc/config-record-transform.xml b/etc/config-record-transform.xml index bce4097..af2d7a8 100644 --- a/etc/config-record-transform.xml +++ b/etc/config-record-transform.xml @@ -10,14 +10,14 @@ 30 - + Front - - + @@ -19,7 +19,7 @@ - + diff --git a/etc/config-sru-holdings.xml b/etc/config-sru-holdings.xml index a12be02..5f21260 100644 --- a/etc/config-sru-holdings.xml +++ b/etc/config-sru-holdings.xml @@ -5,8 +5,8 @@ be fetched from Z39.50 OPAC records from a Z39.50 target. The virt_db is NOT used and, thus, the database does not map to a Z93.50 target. The Z39.50 is set, instead via the new x-target SRU parameter . --> - @@ -48,7 +48,7 @@ The Z39.50 is set, instead via the new x-target SRU parameter . - + diff --git a/etc/config-sru-to-z3950.xml b/etc/config-sru-to-z3950.xml index 9d43280..ff681b0 100644 --- a/etc/config-sru-to-z3950.xml +++ b/etc/config-sru-to-z3950.xml @@ -1,6 +1,6 @@ - @@ -45,7 +45,7 @@ - + @@ -56,7 +56,7 @@ - + @@ -68,7 +68,7 @@ - + diff --git a/etc/config-zoom.xml b/etc/config-zoom.xml index 0389f15..b472d4f 100644 --- a/etc/config-zoom.xml +++ b/etc/config-zoom.xml @@ -16,12 +16,12 @@ element_raw="raw" explain_xsl="torus2zeerex.xsl" record_xsl="pz2dc.xsl" - > + > - + @@ -206,7 +206,7 @@ - + diff --git a/etc/config0.xml b/etc/config0.xml index 8edecf5..182839b 100644 --- a/etc/config0.xml +++ b/etc/config0.xml @@ -10,7 +10,7 @@ /fn_stat - + diff --git a/etc/config1.xml b/etc/config1.xml index 3860287..dd91ae4 100644 --- a/etc/config1.xml +++ b/etc/config1.xml @@ -1,6 +1,6 @@ - @@ -16,7 +16,7 @@ true - + diff --git a/etc/config4.xml b/etc/config4.xml index da3df3d..267c6a5 100644 --- a/etc/config4.xml +++ b/etc/config4.xml @@ -2,7 +2,7 @@ - + 10 diff --git a/etc/config5.xml b/etc/config5.xml index d963e0c..fc2245b 100644 --- a/etc/config5.xml +++ b/etc/config5.xml @@ -7,12 +7,12 @@ @:9000 - + F - %Y%m%d-%H%M%S + %Y%m%d-%H%M%S @@ -20,7 +20,7 @@ B - %Y%m%d-%H%M%S + %Y%m%d-%H%M%S diff --git a/etc/explain.xml b/etc/explain.xml index f93f6ab..f98b3a2 100644 --- a/etc/explain.xml +++ b/etc/explain.xml @@ -176,14 +176,14 @@ Dublin Core - + @@ -207,9 +207,9 @@ - + - @@ -223,14 +223,14 @@ - + 0 dc xml docpath/sru.xsl - + @@ -245,5 +245,5 @@ - + diff --git a/example-module/config.xml b/example-module/config.xml index 2b562e3..5803f52 100644 --- a/example-module/config.xml +++ b/example-module/config.xml @@ -7,7 +7,7 @@ @:9000 - + diff --git a/rpm/metaproxy.xml b/rpm/metaproxy.xml index c35096f..8982a4a 100644 --- a/rpm/metaproxy.xml +++ b/rpm/metaproxy.xml @@ -10,7 +10,7 @@ FN - + diff --git a/xml/experiments/config-imagine.xml b/xml/experiments/config-imagine.xml index 7879f5a..634de6e 100644 --- a/xml/experiments/config-imagine.xml +++ b/xml/experiments/config-imagine.xml @@ -20,12 +20,12 @@ - + - - + + @@ -36,7 +36,7 @@ mylog.log - + @@ -99,7 +99,7 @@ yp2::filter::Log::Context : public Context Filters are constructed with a FilterFactory class which exposes a -method +method Filter* createFilter(std::string type) diff --git a/xml/experiments/zeerex-info.xml b/xml/experiments/zeerex-info.xml index 9c92988..978bfa6 100644 --- a/xml/experiments/zeerex-info.xml +++ b/xml/experiments/zeerex-info.xml @@ -1,6 +1,6 @@ - @@ -30,7 +30,7 @@ - @@ -106,7 +106,7 @@ 3 - + @@ -244,7 +244,7 @@ - @@ -254,7 +254,7 @@ - @@ -266,7 +266,7 @@ ? - @@ -286,7 +286,7 @@ - + 0 @@ -304,7 +304,7 @@ - + @@ -367,4 +367,4 @@ - + -- 1.7.10.4