Add a README documenting the initial spclient.
authorMike Taylor <mike@indexdata.com>
Fri, 14 Jun 2013 17:05:27 +0000 (18:05 +0100)
committerMike Taylor <mike@indexdata.com>
Fri, 14 Jun 2013 17:05:27 +0000 (18:05 +0100)
experiments/spclient/README [new file with mode: 0644]

diff --git a/experiments/spclient/README b/experiments/spclient/README
new file mode 100644 (file)
index 0000000..4264068
--- /dev/null
@@ -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
+