X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tools%2Fhtdocs%2Findex.html;h=2a67a4b74fb8b57090455cf530b3d3f2e8725840;hb=10963c36b208e35c7430ab32307df4b73fca49a1;hp=570f42eebd97908d0452bd285cab8cefbed7817a;hpb=ee4374f6a75c04b5638395b097575f9e477426e9;p=mkws-moved-to-github.git diff --git a/tools/htdocs/index.html b/tools/htdocs/index.html index 570f42e..2a67a4b 100644 --- a/tools/htdocs/index.html +++ b/tools/htdocs/index.html @@ -6,130 +6,187 @@ body { font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif; } - h1 { color: #606060 } - p { font-weight: bold } + h1 { font-weight: normal; color: #606060 } + h2 { font-size: 100% } + .pane { background: #eee; border-radius: 1em; + padding: 0.25em 1em; margin: 0.75em; } + pre { background: #ddd; padding: 0.5em; } + MKWS logo

MKWS: the MasterKey Widget Set

-

- This site contains tools, not content: -

- -

- For examples of how to use the widget-set, see: -

- -

- The set of targets can be maintained: -

- -

- Documentation is as yet in short supply: -

- + +
+

Add metasearching to your web-site painlessly

+

+ The MasterKey Widget Set provides the easiest possible way to + enhance an existing web-site with customised searching across + multiple sources, ranking and merging the results. +

+

+ All you need to do is pull in our JavaScript and optional + stylesheet, then add <div>s to your page that + have special id attributes. We do the rest. +

+
+ +
+

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

+ +
+ +
+

For examples of how to use the widget-set, see:

+ +
+ +
+

The set of targets can be maintained:

+ +