48b0350e1da02c2d3b4b13ef55c8d52f933d4148
[mkws-moved-to-github.git] / experiments / spclient / index-mkws.html
1 <p>
2   There is no content on the MKWS site, just tools:
3 </p>
4 <ul>
5   <li>
6     <a href="mkws.js">mkws.js</a>
7     --
8     JavaScript code that powers the MasterKey Widget Set
9   </li>
10   <li>
11     <a href="/libjs-pz2/pz2api.1.js">/libjs-pz2/pz2api.1.js</a>
12     --
13     Low-level JavaScript library for access to the MasterKey web
14     service.
15   </li>
16   <li>
17     <a href="mkws-complete.js"
18             >mkws-complete.js</a>
19     --
20     A single large JavaScript file containing everything needed for
21     MKWS to work: the widget-set itself, the API library, and any
22     additional prerequisites such as jQuery.
23   </li>
24   <li>
25     <a href="mkwsStyle.css">mkwsStyle.css</a>
26     --
27     A stylesheet which styles only MasterKey widgets, and does not
28     otherwise interfere with application-site's styles.
29     <p style="color:darkred">
30       Note. This is not yet quite true: the stylesheet needs tweaking
31       to make it more specific to only the MKWS components. At present
32       it spills over into styling parts of the containing site, too.
33     </p>
34   </li>
35 </ul>
36 <p>
37   For a very simple application that uses these, see
38   <a href="http://somesite.indexdata.com/"
39           >http://somesite.indexdata.com/</a>.
40   It's worth viewing the source to see how small it is.
41   Also on that site a
42   <a href="http://somesite.indexdata.com/jquery.html"
43      >jQuery plugin</a>
44   version with a single line of JavaScript code.
45 </p>
46 <p>
47   See also the <a href="README">README</a> (which may not be fully up
48   to date).
49 </p>
50