jquery.html -> index-jquery.html
authorWolfram Schneider <wosch@indexdata.dk>
Wed, 3 Jul 2013 12:42:50 +0000 (12:42 +0000)
committerWolfram Schneider <wosch@indexdata.dk>
Wed, 3 Jul 2013 12:42:50 +0000 (12:42 +0000)
experiments/spclient/index-jquery.html [new file with mode: 0644]
experiments/spclient/index-mkws.html
experiments/spclient/jquery.html [deleted file]

diff --git a/experiments/spclient/index-jquery.html b/experiments/spclient/index-jquery.html
new file mode 100644 (file)
index 0000000..d38bd8c
--- /dev/null
@@ -0,0 +1,11 @@
+<html>
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>MKWS demo client</title>
+    <link rel="stylesheet" href="http://mkws.indexdata.com/mkwsStyle.css" />
+    <script type="text/javascript" src="http://mkws.indexdata.com/mkws-complete.js"></script>
+  </head>
+  <body>
+    <script type="text/javascript">jQuery.pazpar2()</script>
+  </body>
+</html>
index d29dd05..8c5fd63 100644 (file)
@@ -61,7 +61,7 @@
       </li>
       <li>
         The
-        <a href="http://somesite.indexdata.com/jquery.html"
+        <a href="http://somesite.indexdata.com/index-jquery.html"
            >jQuery plugin</a>
         version, consisting of a single line of JavaScript code.
       </li>
diff --git a/experiments/spclient/jquery.html b/experiments/spclient/jquery.html
deleted file mode 100644 (file)
index d38bd8c..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
-<html>
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>MKWS demo client</title>
-    <link rel="stylesheet" href="http://mkws.indexdata.com/mkwsStyle.css" />
-    <script type="text/javascript" src="http://mkws.indexdata.com/mkws-complete.js"></script>
-  </head>
-  <body>
-    <script type="text/javascript">jQuery.pazpar2()</script>
-  </body>
-</html>