4 The MasterKey Widget Set, or MKWS, is a project to create some very
5 simple HTML/JS/CSS widgets that can be dropped into ANY website,
6 irrespective of CMS or lack thereof, to enable MasterKey searching.
13 Makefile -- delegates to tools/htdocs/Makefile
14 tools -- the tools that make up the Widget Set
15 examples -- examples of applications that use MKWS
17 notes -- internal documents, not for customers
23 On debian, you will need:
24 $ sudo apt-get install curl git-core pandoc yui-compressor node-js
26 On Debian 7 (wheezy), you do not need git-core, plain git will do, but
27 you probably have that on a development box already. Unfortunately, node-js
28 is not available for wheezy. Either you can get it from wheezy-backports,
29 or you can download the source from http://nodejs.org/download/ and build
30 it yourself. Looks like you need node and npm, make install puts them
33 For apache setup, see tools/apache2/README