From: Adam Dickmeiss Date: Fri, 12 Jan 2007 15:21:04 +0000 (+0000) Subject: Sync with PROTOCOL 1.12 X-Git-Tag: stable.27032007~122 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;h=1a4126ae585a777756654d64d6439f663cce128a;p=pazpar2-moved-to-github.git Sync with PROTOCOL 1.12 --- diff --git a/doc/pazpar2_protocol.xml b/doc/pazpar2_protocol.xml index 2d75c17..537d98d 100644 --- a/doc/pazpar2_protocol.xml +++ b/doc/pazpar2_protocol.xml @@ -8,7 +8,7 @@ %common; ]> - + Pazpar2 @@ -29,7 +29,10 @@ Webservice requests are any that refer to filename "search.pz2". Arguments are GET-style parameters. Argument 'command' is required and specifies command. Any request not recognized as a webservice request as described, - are forwarded to the HTTP server specified in option -p. + are forwarded to the HTTP server specified in configuration. + This way, the webserver can host the user interface (itself dynamic + or static HTML), and AJAX-style calls can be used from JS to interact + with the search logic. Each command is described in sub sections to follow.