From bb122f7ade3c97ad83ee3e61c009b704bd657815 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Thu, 19 Dec 2013 15:35:11 +0000 Subject: [PATCH] Add "Versions" section with links to old versions and NEWS file. --- tools/htdocs/index.html | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/tools/htdocs/index.html b/tools/htdocs/index.html index 67a20ee..67ad015 100644 --- a/tools/htdocs/index.html +++ b/tools/htdocs/index.html @@ -136,6 +136,32 @@
+

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 -- 1.7.10.4