Sync with PROTOCOL 1.12
authorAdam Dickmeiss <adam@indexdata.dk>
Fri, 12 Jan 2007 15:21:04 +0000 (15:21 +0000)
committerAdam Dickmeiss <adam@indexdata.dk>
Fri, 12 Jan 2007 15:21:04 +0000 (15:21 +0000)
doc/pazpar2_protocol.xml

index 2d75c17..537d98d 100644 (file)
@@ -8,7 +8,7 @@
      <!ENTITY % common SYSTEM "common/common.ent">
      %common;
 ]>
-<!-- $Id: pazpar2_protocol.xml,v 1.1 2007-01-12 14:54:58 adam Exp $ -->
+<!-- $Id: pazpar2_protocol.xml,v 1.2 2007-01-12 15:21:04 adam Exp $ -->
 <refentry id="pazpar2_protocol">
  <refentryinfo>
   <productname>Pazpar2</productname>
    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. 
   </para>
   <para>
    Each command is described in sub sections to follow.