X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fserver.xml;h=f5fa9ea64b7c04cb36682a17b35beda4e9769a04;hb=25a37c9be836f891281688788a7a1f967ea2b2cb;hp=382a63463fe624d2eaee729529a2288b052e9e20;hpb=7d77cebae2b7af01eb7211f4ca9860217b3d32cb;p=idzebra-moved-to-github.git diff --git a/doc/server.xml b/doc/server.xml index 382a634..f5fa9ea 100644 --- a/doc/server.xml +++ b/doc/server.xml @@ -1,10 +1,17 @@ - + The Z39.50 Server Running the Z39.50 Server (zebrasrv) + + Syntax @@ -51,11 +58,9 @@ -z - Use the Z39.50 protocol (default). These two options complement - each other. You can use both multiple times on the same command - line, between listener-specifications (see below). This way, you - can set up the server to listen for connections in both protocols - concurrently, on different local ports. + Use the Z39.50 protocol. Currently the only protocol supported. + The option is retained for historical reasons, and for future + extensions. @@ -129,10 +134,10 @@ - A listener-address consists of a transport - mode followed by a colon (:) followed by a listener address. + A listener-address consists of an optional + transport mode followed by a colon (:) followed by a listener address. The transport mode is either ssl or - tcp. + tcp (default). @@ -148,7 +153,8 @@ - The port number defaults to 210 (standard Z39.50 port). + The port number defaults to 210 (standard Z39.50 port) for + privileged users (root), and 9999 for normal users. @@ -176,7 +182,7 @@ - zebrasrv -u daemon tcp:@ + zebrasrv -u daemon @ @@ -212,6 +218,12 @@ Search + + The supported query type are 1 and 101. All operators are currently supported with the restriction that only proximity units of type "word" @@ -223,7 +235,7 @@ - The server has full support for piggy-backed present requests (see + The server has full support for piggy-backed retrieval (see also the following section). @@ -246,6 +258,7 @@ A phrase register is created for those fields in the .abs file that contains a p-specifier. + @@ -376,7 +389,7 @@ x? - Matches x once or twice. Priority: high. + Matches x zero or once. Priority: high.