Add links to local-authentication demo and corresponding Apache2 fragment.
[mkws-moved-to-github.git] / tools / htdocs / index.html
index 7b90bcc..d39035b 100644 (file)
@@ -22,7 +22,7 @@
         JavaScript code that powers the MasterKey Widget Set
       </li>
       <li>
-        <a href="/libjs-pz2/pz2api.1.js">/libjs-pz2/pz2api.1.js</a>
+        <a href="/pazpar2/js/pz2.js">/pazpar2/js/pz2.js</a>
         --
         Low-level JavaScript library for access to the MasterKey web
         service.
@@ -36,7 +36,7 @@
         additional prerequisites such as jQuery.
       </li>
       <li>
-        <a href="mkwsStyle.css">mkwsStyle.css</a>
+        <a href="mkws.css">mkws.css</a>
         --
         A stylesheet which styles only MasterKey widgets, and does not
         otherwise interfere with application-site's styles.
@@ -60,7 +60,7 @@
         It's worth viewing the source to see how small it is.
       </li>
       <li>
-        <a href="http://example.indexdata.com/index-full.html"
+        <a href="http://example.indexdata.com/language.html"
            >A more detailed version</a>
        that contains a configuration structure instead of accepting
         the defaults. Includes a custom translation option to present
       </li>
       <li>
         The
-        <a href="http://example.indexdata.com/index-jquery.html"
+        <a href="http://example.indexdata.com/jquery.html"
            >jQuery plugin</a>
         version, consisting of a single line of JavaScript code.
       </li>
       <li>
        An application that
-       <a href="http://example.indexdata.com/index-lowlevel.html"
+       <a href="http://example.indexdata.com/lowlevel.html"
           >uses lower-level MKWS components</a>
        rather than the all-in-one <tt>#mkwsResults</tt> division,
        allowing it to use a rather different layout.
       </li>
       <li>
-        <a href="http://example.indexdata.com/index-mobile.html"
+       An application that specifies how to display brief and full records
+       <a href="http://example.indexdata.com/templates.html"
+          >using Handlebar templates</a>.
+       (Read about
+       <a href="http://handlebarsjs.com/"
+          >the templating language</a>.)
+      </li>
+      <li>
+        <a href="http://example.indexdata.com/mobile.html"
            >A version suitable for mobile devices</a>,
        with a responsive design that moves components around
         depending on the screen size.
       </li>
       <li>
-        <a href="http://example.indexdata.com/index-popup.html"
+        <a href="http://example.indexdata.com/popup.html"
            >A version that uses a jQuery popup</a>.
       </li>
       <li>
+        <a href="http://example.indexdata.com/dict.html"
+           >An application that uses MKWS to find dictionary
+           definitions of words when you highlight them</a>.
+      </li>
+      <li>
+        <a href="http://example.indexdata.com/auto.html"
+           >An application that runs an automatic search on load</a>.
+      </li>
+      <li>
+       <a href="http://example.indexdata.com/localauth.html"
+          >An application that uses a local authentication regime</a>,
+       and the corresponding
+       <a href="http://example.indexdata.com/apache-config.txt"
+          >Apache2 configuration stanza</a>.
+      </li>
+      <li>
         An existing web-site,
         <a href="http://sagp.miketaylor.org.uk/"
            >The Self-Appointed Grammar Police</a>,
       </li>
     </ul>
     <p>
-      Documentation is as yet in short supply:
+      Documentation:
     </p>
     <ul>
       <li>
-        The <a href="README"
-               >README</a> (which may not be fully up to
-        date).
+        The <a href="whitepaper.html">The whitepaper, including a reference section.</a>
+      </li>
+      <li>
+        The <a href="README.html">README.html</a>
       </li>
       <li>
         The <a href="html-structure.txt"