From e760d336c2099e68e714ecc6e2c93aa65d4f3b07 Mon Sep 17 00:00:00 2001 From: Marc Cromme Date: Wed, 6 Jun 2007 12:02:48 +0000 Subject: [PATCH] updated documentation of Z39.50 proxying in settings config section --- doc/pazpar2_conf.xml | 34 ++++++++++++---------------------- 1 file changed, 12 insertions(+), 22 deletions(-) diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index 06cce2c..158b3be 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -8,7 +8,7 @@ %idcommon; ]> - + Pazpar2 @@ -101,21 +101,6 @@ - zproxy - - - If this item is given, pazpar2 will send all Z39.50 - packages through this Z39.50 proxy server. - At least one of the 'host' and 'post' attributes is required. - The 'host' attribute may contain both host name and port - number, seperated by a colon ':', or only the host name. - An empty 'host' attribute sets the Z39.50 host address - to 'localhost'. - - - - - icu_chain @@ -326,11 +311,6 @@ - - - - - - + @@ -731,6 +711,16 @@ + + pz:zproxy + + + The 'pz:zproxy' setting has the value syntax + 'host.internet.adress:port', it is used to tunnel Z39.50 + requests through the named Z39.50 proxy. + + + -- 1.7.10.4