From: Mike Taylor Date: Tue, 1 Oct 2013 13:00:04 +0000 (+0100) Subject: Popups, Authentication X-Git-Tag: 0.9.1~198 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=e8fde472c56a1f008e34dc74b39e5801d5b8c415;p=mkws-moved-to-github.git Popups, Authentication --- diff --git a/tools/htdocs/whitepaper.markdown b/tools/htdocs/whitepaper.markdown index 334cc2c..6bcbc79 100644 --- a/tools/htdocs/whitepaper.markdown +++ b/tools/htdocs/whitepaper.markdown @@ -235,12 +235,33 @@ termlists should appear. ### Popup results with jQuery UI -TODO +The [jQuery UI library](http://en.wikipedia.org/wiki/JQuery_UI) +can be used to construct MKWS applications in which the only component +generally visible on the page is a search box, and the results appear +in a popup. The key part of such an application is this invocation of +the MKWS jQuery plugin: + + + +The necessary scaffolding can be seen in an example application, +http://example.indexdata.com/index-popup.html ### Authentication and target configuration -TODO +By default, MKWS configures itself to use a demo account on a service +hosted by mkws.indexdata.com. This demo account provides access to +about a dozen free data sources. Authentication onto this service is +via an authentication URL on the same server, which MKWS uses by +default so no configuration is needed. + +Access to a customised set of resources (including resources that +require authentication) can be provided. In this case, a +customer-specific authentication URL is used to gain access to these +rather than the default set. Contact Index Data on info@indexdata.com +for details. Reference Guide