Change ALL id="mkws*" to class="mkws*", as use of IDs is deprecated
[mkws-moved-to-github.git] / examples / htdocs / popup.html
index b27b252..60529bb 100644 (file)
@@ -3,8 +3,8 @@
     <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
     <title>MKWS demo: popup search box</title>
 
-    <link rel="stylesheet" type="text/css" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
-    <link rel="stylesheet" type="text/css" href="http://mkws.indexdata.com/mkws.css" />
+    <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">
       mkws_config = {
      };
     </script>
 
-    <script type="text/javascript" src="http://code.jquery.com/jquery-1.10.0.min.js"></script>
+    <script type="text/javascript" src="//code.jquery.com/jquery-1.10.0.min.js"></script>
+    <script type="text/javascript" src="//jquery-json.googlecode.com/files/jquery.json-2.4.js"></script>
     <!-- legacy libs for testing
-    <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.4.min.js"></script>
-    <script src="http://code.jquery.com/ui/1.8.0/jquery-ui.min.js"></script>
+    <script type="text/javascript" src="//code.jquery.com/jquery-1.6.4.min.js"></script>
+    <script src="//code.jquery.com/ui/1.8.0/jquery-ui.min.js"></script>
     -->
 
-    <script type="text/javascript" src="http://mkws.indexdata.com/libjs-pz2/pz2api.1.js"></script>
-    <script type="text/javascript" src="http://mkws.indexdata.com/mkws.js"></script>
-
+    <script type="text/javascript" src="//mkws.indexdata.com/pazpar2/js/pz2.js"></script>
+    <script type="text/javascript" src="//mkws.indexdata.com/handlebars-v1.1.2.js"></script>
+    <script type="text/javascript" src="//mkws.indexdata.com/mkws.js"></script>
+    <script type="text/javascript" src="//mkws.indexdata.com/mkws-jquery.js"></script>
   </head>
   <body>
     <script type="text/javascript">
@@ -51,7 +53,7 @@ can have MasterKey searching with minimal effort.
 The following files must be hosted on mkws.indexdata.com:
         mkws.js
         mkws.css
-        /libjs-pz2/pz2api.1.js (*)
+        /pazpar2/js/pz2.js (*)
 
 The following files make up the application:
         index.html
@@ -62,9 +64,9 @@ The following files make up the application:
 Alias for /service-proxy/, to avoid cross-site scripting issues. We
 will fix this.)
 
-(*) if you don't have already installed libjs-pz2 on the machine, you can
+(*) if you don't have already installed pazpar2 on the machine, you can
 do it by installing a debian package or check it out from GIT:
-$ git clone ssh://git.indexdata.com:222/home/git/pub/libjs-pz2
+$ git clone ssh://git.indexdata.com:222/home/git/pub/pazpar2
 
 Configuring a client
 --------------------
@@ -74,6 +76,6 @@ whatever makes up the application itself:
 
 [...]
     </pre>
-    <script src="http://code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
+    <script src="//code.jquery.com/ui/1.10.3/jquery-ui.min.js"></script>
   </body>
 </html>