From 30006392c5d236b5da322842855bd246b2ccfdd8 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 25 Nov 2011 08:45:21 +0100 Subject: [PATCH] zoom doc: describe database parameters --- doc/zoom.xml | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) diff --git a/doc/zoom.xml b/doc/zoom.xml index 2c85515..b80df07 100644 --- a/doc/zoom.xml +++ b/doc/zoom.xml @@ -76,9 +76,22 @@ %db of the URL is replaced by the actual database specified as part of Search. + + The special sequence %realm is replaced by value + of attribute realm or by realm DATABASE argument. + + attribute realm + + + The default realm value. Used for %realm in URL, unless + specified in DATABASE argument. + + + + attribute proxy @@ -510,6 +523,82 @@ + DATABASE parameters + + Extra information may be carried in the Z39.50 Datbase or SRU path, + such as authentication to be passed to backend etc. Some of + the parameters override TARGET profile values. The format is + + + udb,parm1=value1&parm2=value2&... + + + Where udb is the unique database recognised by the backend and parm1, + value1, .. are parameters to be passed. The following describes the + supported parameters. + + + + user + + + Specifies user to be passed to backend. If this parameters is + omitted, the user will be taken from TARGET profile setting + authentication. + + + + + password + + + Specifies password to be passed to backend. If this parameters is + omitted, the password will be taken from TARGET profile setting + authentication. + + + + + proxy + + + Specifies proxy to be for backend. If this parameters is + omitted, the proxy will be taken from TARGET profile setting + cfProxy. + + + + + cproxysession + + + Session ID for content proxy. This parameter is, generally, + not used by anything but the content proxy itself. + + + + + realm + + + Session realm to be used for this target, changed the resulting + URL to be used for getting a target profile, by changing the + value that gets substituted for the %realm string. + + + + + x-parm + + + All parameters that has prefix x, dash are passed verbatim + to the backend. + + + + + + SCHEMA