From 4bf351b7b4a6f013bb5f9b164eb700dd8b7ed68f Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 18 Feb 2010 13:37:07 +0000 Subject: [PATCH] Consistently use the capitalisation AJAX rather than a mixture of Ajax and AJAX. --- doc/pazpar2_conf.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/pazpar2_conf.xml b/doc/pazpar2_conf.xml index de76d9d..9f762bc 100644 --- a/doc/pazpar2_conf.xml +++ b/doc/pazpar2_conf.xml @@ -568,7 +568,7 @@ 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. @@ -588,7 +588,7 @@ 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). -- 1.7.10.4