Consistently use the capitalisation AJAX rather than a mixture of Ajax
authorMike Taylor <mike@miketaylor.org.uk>
Thu, 18 Feb 2010 13:37:07 +0000 (13:37 +0000)
committerMike Taylor <mike@miketaylor.org.uk>
Thu, 18 Feb 2010 13:37:07 +0000 (13:37 +0000)
and AJAX.

doc/pazpar2_conf.xml

index de76d9d..9f762bc 100644 (file)
   <note>
    <para>
     The following discussion of practical issues related to session and settings
-    management are cast in terms of a user interface based on Ajax/Javascript
+    management are cast in terms of a user interface based on AJAX/Javascript
     technology. It would apply equally well to many other kinds of browser-based logic.
    </para>
   </note>
   <para>
    Step 1: The Javascript client loads, and asks the webserver for a new Pazpar2
    session ID. This can be done using a Javascript call, for instance. Note that
-   it is possible to submit Ajax HTTPXmlRequest calls either to Pazpar2 or to the
+   it is possible to submit AJAX HTTPXmlRequest calls either to Pazpar2 or to the
    webserver that Pazpar2 is proxying for. See (XXX Insert link to Pazpar2 protocol).
     </para>