X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Findex.markdown;h=66107d67461175c0f22d4fa755e372f10cc50594;hb=25a4a41b23b627aca2760bdb21dbd53915ca3304;hp=1dff908308b2dd09ab19e416bb4b29441ef0bd86;hpb=114208b19241b72ffee33029e0f6be09c306059c;p=mkws-moved-to-github.git diff --git a/doc/index.markdown b/doc/index.markdown index 1dff908..66107d6 100644 --- a/doc/index.markdown +++ b/doc/index.markdown @@ -11,7 +11,7 @@ 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 `
`s to your page that have special `id` attributes. We +then add `
`s to your page that have special `class` attributes. We do the rest. A minimal example @@ -22,8 +22,8 @@ searching application: -
-
+
+
That's it. A complete metasearching application. Everything else is refinement. @@ -49,6 +49,8 @@ Here are the files that this web-site provides: A local copy of the Handlebars templating library, since it doesn't like to be hotlinked. +* Local copy of `jquery-1.10.0.min.js` +* Local copy of `jquery.json-2.4.js` * mkws-complete.js -- A single large JavaScript file containing everything needed for MKWS to work: the widget-set itself, the API library, and @@ -57,6 +59,7 @@ Here are the files that this web-site provides: A stylesheet which styles only MasterKey widgets, and does not otherwise interfere with application-site's styles. + Minified versions of the MKWS JavaScript files are also available: * mkws.min.js