Changes
fixed COinS metadata to not url.encode page's rfr_id pagename
local ctx_ver = "Z39.88-2004"
OCinSdata.rft_val_fmt = "info:ofi/fmt:kev:mtx:"
if ( nil ~= Periodical ) then
OCinSdata["rft.genre"] = "article"
OCinStitle = OCinStitle .. "&" .. name .. "=" .. mw.url.encode(value)
end
OCinStitle = OCinStitle .. "&rfr_id=info:sid/en.wikipedia.org:"
.. config.fullpagename -- end COinS data by page's non-encoded pagename
-- Now perform various field substitutions.
--20Oct2012 Fixed COinS data to not urlencode all, as "ctx_ver=Z39.88-2004"
--20Oct2012 Fixed COinS to not end with "&" but use leading "&rft...=" form.
--20Oct2012 Fixed COinS to not url.encode page's "rfr_id=..." pagename.
--20Oct2012 ?
--20Oct2012 ?
--
--End