From a1aa179e356e5ef3e6ce7c444bae39f218874b04 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 14 Jun 2013 22:04:58 +0100 Subject: [PATCH] Describe departures of example_client.js from master copy. --- experiments/spclient/README | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/experiments/spclient/README b/experiments/spclient/README index 4264068..be54707 100644 --- a/experiments/spclient/README +++ b/experiments/spclient/README @@ -9,7 +9,12 @@ In its current form, this is very close to - It has a boolean indicating whether the SP is in use - When that is set it performs simple authentication (The username/pw are hardwired into the Apache2 config) -- Its JavaScript (example_client.js) differs more +- Its JavaScript (example_client.js) differs only in a few lines: + diff /usr/local/src/git/pazpar2/www/jsdemo/example_client.js example_client.js + - usesessions and pazpar2path are set differently if SP is in use + - authURLServiceProxy is defined (to be used in the HTML) + - status info has extra info to say whether SP is in use - A simple favicon.ico is added to avoid spamming the error-log with 404s - A simple robots.txt is added + -- 1.7.10.4