From 10963c36b208e35c7430ab32307df4b73fca49a1 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Tue, 17 Dec 2013 17:42:38 +0000 Subject: [PATCH] Rewrite first few sections. --- tools/htdocs/index.html | 69 ++++++++++++++++++++++++++++++++++------------- 1 file changed, 50 insertions(+), 19 deletions(-) diff --git a/tools/htdocs/index.html b/tools/htdocs/index.html index 6959578..2a67a4b 100644 --- a/tools/htdocs/index.html +++ b/tools/htdocs/index.html @@ -6,10 +6,11 @@ body { font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Sans-Serif; } - h1 { color: #606060 } + 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; } @@ -18,7 +19,54 @@

MKWS: the MasterKey Widget Set

-

This site contains tools, not content:

+

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

- -
-

Documentation:

- -
-- 1.7.10.4