document that jQuery.pazpar2() plugin is gone
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 6 Aug 2014 09:53:48 +0000 (09:53 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 6 Aug 2014 09:53:48 +0000 (09:53 +0000)
examples/htdocs/README
examples/htdocs/jquery.html [deleted file]
tools/htdocs/index.html

index d1e1c2b..83e20ff 100644 (file)
@@ -3,7 +3,6 @@ Public demo pages
 auto.html
 dict.html
 index.html
-jquery.html 
 language.html
 localauth.html
 lowlevel.html
diff --git a/examples/htdocs/jquery.html b/examples/htdocs/jquery.html
deleted file mode 100644 (file)
index 6ebb30f..0000000
+++ /dev/null
@@ -1,22 +0,0 @@
-<html>
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>MKWS demo: jQuery plugin</title>
-    <link rel="stylesheet" type="text/css" href="//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
-    <link rel="stylesheet" type="text/css" href="//mkws.indexdata.com/mkws.css" />
-
-    <script type="text/javascript" src="//mkws.indexdata.com/mkws-complete.js"></script>
-    <script src="//code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
-  </head>
-  <body>
-    <script type="text/javascript">
-    jQuery.pazpar2({
-        "layout": "popup",               /* "table" [default], "div", "popup" */
-        "id_button": "input.mkwsButton", /* submit button id in search field */
-        "id_popup": ".mkwsPopup",        /* internal id of popup window */
-        "width": 880,                    /* popup width, should be at least 800 */ 
-        "height": 760                    /* popup height, should be at least 600 */
-    });
-    </script>
-  </body>
-</html>
index f98e095..9835c66 100644 (file)
             >Apache2 configuration stanza</a>.
        </li>
        <li>
-          The
-          <a href="//example.indexdata.com/jquery.html"
-             >jQuery plugin</a>
-          version, consisting of a single JavaScript statement.
-       </li>
-       <li>
           <a href="//example.indexdata.com/popup.html"
              >A version that uses a jQuery popup</a>.
        </li>