From fd0bd2707d3d643cdf83d8599afb1ae65baf0b70 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Fri, 14 Jun 2013 18:05:27 +0100 Subject: [PATCH] Add a README documenting the initial spclient. --- experiments/spclient/README | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 experiments/spclient/README diff --git a/experiments/spclient/README b/experiments/spclient/README new file mode 100644 index 0000000..4264068 --- /dev/null +++ b/experiments/spclient/README @@ -0,0 +1,15 @@ +In its current form, this is very close to +/usr/local/src/git/pazpar2/www/jsdemo/ + +- It uses indexdata_logo.png directly from that location +- It uses styles.css directly from that location +- It uses pz2.js directly from /usr/local/src/git/pazpar2/js +- Its HTML (index.html) differs only in a few lines: + diff /usr/local/src/git/pazpar2/www/jsdemo/index.html index.html + - 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 +- A simple favicon.ico is added to avoid spamming the error-log with 404s +- A simple robots.txt is added + -- 1.7.10.4