Finish classifying examples.
authorMike Taylor <mike@indexdata.com>
Wed, 18 Dec 2013 17:32:12 +0000 (17:32 +0000)
committerMike Taylor <mike@indexdata.com>
Wed, 18 Dec 2013 17:32:12 +0000 (17:32 +0000)
tools/htdocs/index.html

index d87d1cf..b2e2d6a 100644 (file)
@@ -6,7 +6,7 @@
       body {
       font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif;
       }
-      h1 { font-weight: normal; color: #606060 }
+      h1, h3 { font-weight: normal; color: #606060 }
       .pane { padding: 0em 1em; margin: 0.75em;
               border: 0.5em solid #eee;
               border-radius: 1em;
@@ -39,7 +39,7 @@
     </div>
 
     <div class="pane">
-      <h2>Example</h2>
+      <h2>A minimal example</h2>
       <p>
        Here is a completely functional (though ugly) MKWS-based
        searching application:
        </li>
       </ul>
 
-      <h3>Intermediate examples</h3>
+      <h3>Advanced examples</h3>
       <ul>
        <li>
-          The
-          <a href="http://example.indexdata.com/jquery.html"
-             >jQuery plugin</a>
-          version, consisting of a single JavaScript statement.
-       </li>
-       <li>
          An application that
          <a href="http://example.indexdata.com/lowlevel.html"
             >uses lower-level MKWS components</a>
             >the templating language</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>
+          The
+          <a href="http://example.indexdata.com/jquery.html"
+             >jQuery plugin</a>
+          version, consisting of a single JavaScript statement.
+       </li>
+       <li>
           <a href="http://example.indexdata.com/popup.html"
              >A version that uses a jQuery popup</a>.
        </li>
+      </ul>
+
+      <h3>Non-standard interfaces</h3>
+      <ul>
        <li>
           <a href="http://example.indexdata.com/dict.html"
              >An application that uses MKWS to find dictionary
              >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>,
           <a href="http://sagp.miketaylor.org.uk/style.css"
              >that site's stylesheet</a>.)
        </li>
+<!--
        <li>
          Another existing web-site,
           <a href="http://zthes.z3950.org/"
              >The Zthes specifications</a>,
          which has been fitted with a popup MKWS search-box.
        </li>
+-->
       </ul>
     </div>