X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=experiments%2Fspclient%2FREADME;h=abbe885afa0f0d94c82b409ef92562192828ab60;hb=708369f41234109b651cbe8f97133ffb1bff4377;hp=d9452e198fd92b9accef8b340c91ddaf220895ac;hpb=7d0c83ea74d240780b70bd3ae9f0a6fd7f94fca4;p=mkws-moved-to-github.git diff --git a/experiments/spclient/README b/experiments/spclient/README index d9452e1..abbe885 100644 --- a/experiments/spclient/README +++ b/experiments/spclient/README @@ -57,7 +57,7 @@ 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 +
-- result list, including pager/sorting
-- target list, including status
-- summary statistics @@ -76,13 +76,14 @@ Here is an example of all possible options lang_menu: true, /* true, false: show/hide language menu */ lang_display: ["en", "de", "da"], /* display languages links for given languages, [] for all */ - termlist_menu: true, /* true, false: show/hide termlist menu/facets */ + facets: ["sources", "subjects", "authors"], /* display facets, in this order, [] for none */ sort_default: "relevance", /* "relevance", "title:1", "date:0", "date:1" */ 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 */ + responsive_design: false /* true, false: resize for smaller mobile devices */ pazpar2_url: "/pazpar2/search.pz2", /* URL */ service_proxy_url: "/service-proxy/", /* URL */ service_proxy_auth: "/service-proxy-auth", /* URL */ @@ -120,9 +121,6 @@ What next? ---------- Main areas of work: -* Fix cross-site issues proper * Make MKWS robust to missing widgets -* Make CSS more tightly targeted at MKWS elements only -* Make CSS prettier -* Embed in a real, existing, site * Clean up the code +