From 1a4126ae585a777756654d64d6439f663cce128a Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 12 Jan 2007 15:21:04 +0000 Subject: [PATCH] Sync with PROTOCOL 1.12 --- doc/pazpar2_protocol.xml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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. -- 1.7.10.4