X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=doc%2Fmkws-manual.markdown;h=fa86847542dafdc864dcde9bfe94253ba66d4305;hp=8750d91f0c14f90ae7db9403ffd82d880d6ae486;hb=0fc946af7aee27a0180ae240938c78243cafe05f;hpb=03e8840df1f155c280c98d68d9704918652c0f5c diff --git a/doc/mkws-manual.markdown b/doc/mkws-manual.markdown index 8750d91..fa86847 100644 --- a/doc/mkws-manual.markdown +++ b/doc/mkws-manual.markdown @@ -431,7 +431,7 @@ this is very simple: "//sp-mkws.indexdata.com/service-proxy/?command=auth&action=perconfig" }; -> TODO This should be the default setting +> TODO This should be the default setting: see **MKWS-251**. And ensure that access to the MWKS application is from the correct Referrer URL or IP-range. @@ -445,10 +445,11 @@ URL containing that hostname, such as `//yourname.sp-mkws.indexdata.com/service-proxy/?command=auth&action=perconfig` > TODO It should be possible to change just the hostname without -> needing to repeat the rest of the URL (protocol, path, query) +> needing to repeat the rest of the URL (protocol, path, query): see +> **MKWS-252**. > TODO When changing the SP authentication URL, the Pazpar2 URL should -> in general change along with it. +> in general change along with it: see **MKWS-253**. ### (Optional): embed credentials for access to the library @@ -459,7 +460,8 @@ by setting the `service_proxy_auth` configuration item to a URL such as `//sp-mkws.indexdata.com/service-proxy/?command=auth&action=perconfig&username=mike&password=swordfish` > TODO It should be possible to add the username and password to the -> configuration without needing to repeat the rest of the URL. +> configuration without needing to repeat the rest of the URL: see +> **MKWS-254**. ### (Optional): conceal credentials from HTML source @@ -480,7 +482,7 @@ yourname.com: Step 1: add a rewriting authentication alias to the configuration: RewriteEngine on - RewriteRule /spauth/ http://mkws.indexdata.com/service-proxy/?command=auth&action=check,login&username=U&password=PW [P] + RewriteRule /spauth/ http://sp-mkws.indexdata.com/service-proxy/?command=auth&action=check,login&username=U&password=PW [P] Step 2: set the MKWS configuration item `service_proxy_auth` to @@ -618,9 +620,9 @@ structure. 3. [10, 20, 30, 50] -4. http://mkws.indexdata.com/service-proxy-auth +4. http://sp-mkws.indexdata.com/service-proxy-auth -5. http://mkws.indexdata.com/service-proxy/ +5. http://sp-mkws.indexdata.com/service-proxy/ 6. [["relevance"], ["title:1", "title"], ["date:0", "newest"], ["date:1", "oldest"]] @@ -699,19 +701,19 @@ from that toolkit. The relevant lines are: ---- -Element Type Default Description --------- ----- --------- ------------ -popup_width string 880 Width of the popup window (if used), in - pixels. +Element Type Default Description +-------- ----- ------- ------------ +popup_width string 880 Width of the popup window (if used), in + pixels. -popup_height string 760 Height of the popup window (if used), in - pixels. +popup_height string 760 Height of the popup window (if used), in + pixels. -popup_button string input.mkwsButton (Never change this.) +popup_button string `input.mkwsButton` (Never change this.) -popup_modal string 0 Modal confirmation mode. Valid values are 0 or 1 +popup_modal string 0 Modal confirmation mode. Valid values are 0 or 1 -popup_autoOpen string 1 Open popup window on load. Valid values are 0 or 1 +popup_autoOpen string 1 Open popup window on load. Valid values are 0 or 1 ----