Changes
Jump to navigation
Jump to search
Use HTTPS for the CiNii and NKC (National Library of the Czech Republic) links in order to provide increased privacy and security for users. (From what it appears, accessing an HTTP version of a link generates a 301 redirect to an HTTPS version of the link.)
local function ciniiLink( id )
return '[httphttps://ci.nii.ac.jp/author/' .. id .. '?l=en ' .. id .. ']'
end
local function nkcLink( id )
return '[httphttps://aleph.nkp.cz/F/?func=find-c&local_base=aut&ccl_term=ica=' .. id .. '&CON_LNG=ENG ' .. id .. ']'
end