From: Mike Taylor Date: Fri, 14 Jun 2013 17:05:27 +0000 (+0100) Subject: Add a README documenting the initial spclient. X-Git-Tag: 0.9.1~612 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=fd0bd2707d3d643cdf83d8599afb1ae65baf0b70;p=mkws-moved-to-github.git Add a README documenting the initial spclient. --- 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 +