X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=experiments%2Fspclient%2FREADME;h=21752ba8b0cf6573b03e426809104019dbbe944e;hb=2a8d491025e70ec024c2c98bd21251c2d24bf0c4;hp=912f5c31c2886fb6d110f61d93cfa1df0c0c80a4;hpb=73189250b780b05f7ca685e6abeaef1194791dba;p=mkws-moved-to-github.git diff --git a/experiments/spclient/README b/experiments/spclient/README index 912f5c3..21752ba 100644 --- a/experiments/spclient/README +++ b/experiments/spclient/README @@ -55,6 +55,7 @@ do so many things, but that's not quite trivial.) Then the following special
s can be added (with no content), and will be filled in by MKWS:
-- switch between record and target views +
-- switch between English, Danish and German
-- search box and button
-- result list, including pager/sorting
-- target list, including status @@ -76,6 +77,7 @@ Here is an example of all possible options query_width: 50, /* 5..50 */ perpage_default: 20, /* 10, 20, 30, 50 */ lang: "en", /* "en", "de", "da" */ + debug: 0, /* debug level for development: 0..2 */ pazpar2_url: "/pazpar2/search.pz2", /* URL */ service_proxy_url: "/service-proxy/", /* URL */ @@ -83,6 +85,20 @@ Here is an example of all possible options }; + +Supported Browsers +------------------ + +Any modern HTML5 browser will work fine. JavaScript must be enabled. + +* IE8 or later +* Firefox 17 or later +* Google Chrome 27 or later +* Safari 6 or later +* Opera 12 or later + +Not supported: IE6, IE7 + What next? ----------