Update the list of available files.
[mkws-moved-to-github.git] / doc / README.markdown
index 49d415d..50f057c 100644 (file)
@@ -1,6 +1,6 @@
 % The MasterKey Widget Set
 % Mike Taylor; Wolfram Schneider
-% 10 July 2013
+% 10 July 2014
 
 
 Introduction
@@ -18,10 +18,14 @@ can have MasterKey searching with minimal effort.
 
 The following files are hosted on `mkws.indexdata.com`:
 
-* `mkws.js`
+* `mkws.js` (and its compressed version `mkws.min.js`)
 * `/pazpar2/js/pz2.js`
-* `mkws-complete.js` -- a single file consisting of `mkws.js`,
-  jQuery (which it uses), Handlebars (ditto) and `pz2.js`
+* `mkws-complete.js` (and its compressed version `mkws-complete.min.js`)
+  -- a single file consisting of `mkws.js` together with the files it
+  uses: `pz2.js` jQuery, jQuery-JSON and Handlebars.
+* Local copy of `jquery-1.10.0.min.js`
+* Local copy of `jquery.json-2.4.js`
+* Local copy of `handlebars-v1.1.2.js`
 * `mkws.css`
 
 
@@ -75,6 +79,7 @@ possible options:
         show_lang: true,            /* true, false: show/hide language menu */
         show_sort: true,            /* true, false: show/hide sort menu */
         show_perpage: true,         /* true, false: show/hide perpage menu */
+        show_switch: true,          /* true, false: show/hide switch menu */
         lang_options: ["en", "de", "da"],
                                     /* display languages links for given languages, [] for all */
         facets: ["xtargets", "subject", "author"],
@@ -99,4 +104,4 @@ For much more detail, see
 
 - - -
 
-Copyright 2013 IndexData ApS. <http://indexdata.com>
+Copyright 2014 IndexData ApS. <http://indexdata.com>