From: Mike Taylor Date: Wed, 15 Oct 2014 10:45:34 +0000 (+0100) Subject: Reorder sections. X-Git-Tag: 1.0.0~198^2~8 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=3762249c688c55aa491c2adf5cbd5518bfc54d14 Reorder sections. --- diff --git a/doc/index.markdown b/doc/index.markdown index 4484c19..00a9dcb 100644 --- a/doc/index.markdown +++ b/doc/index.markdown @@ -17,19 +17,6 @@ searching with minimal effort. All you need to do is pull in our JavaScript and optional stylesheet, then add `
`s to your page that have special `class` attributes. We do the rest. -A minimal example ------------------ - -Here is a completely functional (though ugly) MKWS-based -searching application: - - -
-
- -That's it. A complete metasearching application. Everything -else is refinement. - Supported Browsers ------------------ @@ -45,6 +32,19 @@ Any modern browser will work fine. JavaScript must be enabled. Not supported: IE6, IE7 +A minimal example +----------------- + +Here is a completely functional (though ugly) MKWS-based +searching application: + + +
+
+ +That's it. A complete metasearching application. Everything +else is refinement. + Documentation -------------