From 13c9c3716dbbd0bb25f2ba5d152ebc93c148ca79 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Mon, 13 Oct 2014 15:40:34 +0100 Subject: [PATCH] Move index.html to old-index.html, as we will be generating index.html from MarkDown --- tools/htdocs/index.html | 283 ------------------------------------------- tools/htdocs/old-index.html | 283 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 283 insertions(+), 283 deletions(-) delete mode 100644 tools/htdocs/index.html create mode 100644 tools/htdocs/old-index.html diff --git a/tools/htdocs/index.html b/tools/htdocs/index.html deleted file mode 100644 index eafed5c..0000000 --- a/tools/htdocs/index.html +++ /dev/null @@ -1,283 +0,0 @@ - - - - - MKWS: the MasterKey Widget Set - - - - MKWS logo -

MKWS: the MasterKey Widget Set

- - - -
-

A minimal example

-

- Here is a completely functional (though ugly) MKWS-based - searching application: -

-
-
-<script type="text/javascript"
-        src="http://mkws.indexdata.com/mkws-complete.js"></script>
-<div id="mkwsSearch"></div>
-<div id="mkwsResults"></div>
-
-

- That's it. A complete metasearching application. Everything - else is refinement. -

-
- -
-

Documentation

- -
- -
-

Tools

-

- Here are the files that this web-site provides: -

- -

- Minified versions of the MKWS JavaScript files are also available: -

- -

- (This domain also hosts two web-service endpoints that are used by - running MKWS-based applications: - /service-proxy-auth - is used to authenticate new sessions and - /service-proxy/ - is the main endpoint for searching and retrieval. But there is - no need to use these directly: the widgets take care of that.) -

-
- -
-

Versions

-

- The links above to the various forms of the widget-set JavaScript - (mkws.js, - mkws-complete.js, - mkws.min.js - and - mkws-complete.min.js) - are always to the current versions of those - files. Applications that rely on a particular version can - instead use the specific numbered versions in - the releases area, - for example - releases/mkws-0.9.1.js. -

-

- The current version number is always in - the VERSION file. -

-

- Version history is in - the NEWS file. -

-
- -
-

Examples using the widget-set

-

- It's worth viewing the source of these to see how small they - are and how various things are done. -

-

Simple examples

- - -

Advanced examples

- - -

Non-standard interfaces

- -
- -
-

Target selection

-

- MKWS comes pre-configured to search in a set of a dozen or so - open-access targets, as a proof of concept. But you'll want - to use it to search your own selection of targets -- some open - access, some subscription. -

-

- We can set that up for you: email us on - info@indexdata.com. -

-
- -

- Copyright (©) 2013-2014 Index Data ApS. - http://indexdata.com -

- - diff --git a/tools/htdocs/old-index.html b/tools/htdocs/old-index.html new file mode 100644 index 0000000..eafed5c --- /dev/null +++ b/tools/htdocs/old-index.html @@ -0,0 +1,283 @@ + + + + + MKWS: the MasterKey Widget Set + + + + MKWS logo +

MKWS: the MasterKey Widget Set

+ + + +
+

A minimal example

+

+ Here is a completely functional (though ugly) MKWS-based + searching application: +

+
+
+<script type="text/javascript"
+        src="http://mkws.indexdata.com/mkws-complete.js"></script>
+<div id="mkwsSearch"></div>
+<div id="mkwsResults"></div>
+
+

+ That's it. A complete metasearching application. Everything + else is refinement. +

+
+ +
+

Documentation

+ +
+ +
+

Tools

+

+ Here are the files that this web-site provides: +

+ +

+ Minified versions of the MKWS JavaScript files are also available: +

+ +

+ (This domain also hosts two web-service endpoints that are used by + running MKWS-based applications: + /service-proxy-auth + is used to authenticate new sessions and + /service-proxy/ + is the main endpoint for searching and retrieval. But there is + no need to use these directly: the widgets take care of that.) +

+
+ +
+

Versions

+

+ The links above to the various forms of the widget-set JavaScript + (mkws.js, + mkws-complete.js, + mkws.min.js + and + mkws-complete.min.js) + are always to the current versions of those + files. Applications that rely on a particular version can + instead use the specific numbered versions in + the releases area, + for example + releases/mkws-0.9.1.js. +

+

+ The current version number is always in + the VERSION file. +

+

+ Version history is in + the NEWS file. +

+
+ +
+

Examples using the widget-set

+

+ It's worth viewing the source of these to see how small they + are and how various things are done. +

+

Simple examples

+ + +

Advanced examples

+ + +

Non-standard interfaces

+ +
+ +
+

Target selection

+

+ MKWS comes pre-configured to search in a set of a dozen or so + open-access targets, as a proof of concept. But you'll want + to use it to search your own selection of targets -- some open + access, some subscription. +

+

+ We can set that up for you: email us on + info@indexdata.com. +

+
+ +

+ Copyright (©) 2013-2014 Index Data ApS. + http://indexdata.com +

+ + -- 1.7.10.4