X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tools%2Fhtdocs%2Findex.html;h=c1341be181a8fb51a958e4c0b82c97924111198f;hb=7722615c17cf1b36d1d2f25c6b60eadfc04653ee;hp=96a8c2429ff02a13e7adb645fa57faac2972e736;hpb=21d3d07a6ef091e2e67106129b246107d355af39;p=mkws-moved-to-github.git diff --git a/tools/htdocs/index.html b/tools/htdocs/index.html index 96a8c24..c1341be 100644 --- a/tools/htdocs/index.html +++ b/tools/htdocs/index.html @@ -6,8 +6,8 @@ body { font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif; } - h1 { font-weight: normal; color: #606060 } - h2 { font-size: 100% } + h1, h3 { font-weight: normal; color: #606060 } + h2 { margin-top: 0.5em } .pane { padding: 0em 1em; margin: 0.75em; border: 0.5em solid #eee; border-radius: 1em; @@ -40,7 +40,7 @@
-

Example

+

A minimal example

Here is a completely functional (though ugly) MKWS-based searching application: @@ -113,6 +113,17 @@

+ 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 @@ -125,77 +136,117 @@

+

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 maintainance

+

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. +

- The set of targets provided by MKWS by default can be - maintained using - MKAdmin - by users with appropriate credentials. - Go to - the main console - and act as the "MK Demo" library administrator. + We can set that up for you: email us on + info@indexdata.com.