New file index-mkws.html
authorMike Taylor <mike@indexdata.com>
Wed, 19 Jun 2013 16:41:21 +0000 (17:41 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 19 Jun 2013 16:41:21 +0000 (17:41 +0100)
experiments/spclient/index-mkws.html [new file with mode: 0644]

diff --git a/experiments/spclient/index-mkws.html b/experiments/spclient/index-mkws.html
new file mode 100644 (file)
index 0000000..d67d48b
--- /dev/null
@@ -0,0 +1,32 @@
+<p>
+  There is no content on the MKWS site, just tools:
+</p>
+<ul>
+  <li>
+    <a href="mkws.js">mkws.js</a>
+    --
+    JavaScript code that powers the MasterKey Widget Set
+  </li>
+  <li>
+    <a href="/libjs-pz2/pz2api.1.js">/libjs-pz2/pz2api.1.js</a>
+    --
+    Low-level JavaScript library for access to the MasterKey web
+    service.
+  </li>
+  <li>
+    <a href="mkwsStyle.css">mkwsStyle.css</a>
+    --
+    A stylesheet which styles only MasterKey widgets, and does not
+    otherwise interfere with application-site's styles.
+    <span color="red">
+      Note. This is not yet true: the stylesheet needs tweaking to
+      make it more specific to only the MKWS components. At present it
+      spills over into styling parts of the containing site, too.
+    </span>
+  </li>
+</ul>
+<p>
+  For a very simple application that uses these, see
+  <a href="http://somesite.indexdata.com/"
+          >http://somesite.indexdata.com/</a>
+</p>