Rename
authorMike Taylor <mike@indexdata.com>
Wed, 26 Jun 2013 12:45:42 +0000 (14:45 +0200)
committerMike Taylor <mike@indexdata.com>
Wed, 26 Jun 2013 12:45:42 +0000 (14:45 +0200)
experiments/spclient/index-somesite.html [deleted file]
experiments/spclient/index.html [new file with mode: 0644]

diff --git a/experiments/spclient/index-somesite.html b/experiments/spclient/index-somesite.html
deleted file mode 100644 (file)
index f383292..0000000
+++ /dev/null
@@ -1,25 +0,0 @@
-<?xml version="1.0"?>
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-  <head>
-    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-    <title>MKWS demo client</title>
-    <link rel="stylesheet" href="mkwsStyle.css" />
-    <script type="text/javascript">
-      var mkws_config = { 
-      use_service_proxy: true,
-      service_proxy_url: "http://mkws.indexdata.com/service-proxy/",
-      service_proxy_auth: "http://mkws.indexdata.com/service-proxy/?command=auth&action=login&username=guest&password=guest",
-      }; 
-    </script>
-    <script type="text/javascript" src="mkws-complete.js"></script>
-  </head>
-  <body>
-    <div id="mkwsSwitch"></div>
-    <div id="mkwsLang"></div>
-    <div id="mkwsSearch"></div>
-    <div id="mkwsRecords"></div>
-    <div id="mkwsTargets"></div>
-    <div id="mkwsStat"></div>
-  </body>
-</html>
diff --git a/experiments/spclient/index.html b/experiments/spclient/index.html
new file mode 100644 (file)
index 0000000..f383292
--- /dev/null
@@ -0,0 +1,25 @@
+<?xml version="1.0"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+  <head>
+    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
+    <title>MKWS demo client</title>
+    <link rel="stylesheet" href="mkwsStyle.css" />
+    <script type="text/javascript">
+      var mkws_config = { 
+      use_service_proxy: true,
+      service_proxy_url: "http://mkws.indexdata.com/service-proxy/",
+      service_proxy_auth: "http://mkws.indexdata.com/service-proxy/?command=auth&action=login&username=guest&password=guest",
+      }; 
+    </script>
+    <script type="text/javascript" src="mkws-complete.js"></script>
+  </head>
+  <body>
+    <div id="mkwsSwitch"></div>
+    <div id="mkwsLang"></div>
+    <div id="mkwsSearch"></div>
+    <div id="mkwsRecords"></div>
+    <div id="mkwsTargets"></div>
+    <div id="mkwsStat"></div>
+  </body>
+</html>