URICONV parameter* == URICONV={convSpec|defElem|defAttr}
convSpec == convList:attrListdefElem == defelem:+,elemnameListdefAttr == defattr:+,attrnameList
-- default: it will be shown by URICONV=dump
Specify which kind of URI rewriting should be applied to which kind
of attributes of tags in HTML document. The convList is a list of
following items.
normalize MOUNTed URL if it includes "../" in URL-path
partial
--
represent (MOUNTed) URLs as partial URLs if possible
full
--
convert all of URLs to full URLs
The special convListURICONV="+" means loading the default URICONV
configuration (no attrList in this case in the current implementation).
The attrList is a list of attributes names each may be postfixed
with an element name. A special attributes name "+" means the
default set of attributes. An attribute prefixed with "-"
character is excluded from the calculated set of attributes.
Another special convListURICONV="where:any" enables searching URL
to be rewritten not only in HTML tags but also
in XML, JavaScript, CSS (Cascading Style Sheets) and SWF (Shockwave Flush).
Example:
URICONV=mount,normal,partial:+ -- might be the default after Ver.6 URICONV=full:+,-HREF/BASE -- rewrite everything except HREF/BASE URICONV=dump -- show the current URICONV config. URICONV=+ URICONV=mount:-SRC/IMG URICONV=full:SRC/IMG