makelinks¶
makelinks substitutes all appearances of web addresses or mail links with a real link-tag. Web addresses and mail links must be contained in the text in the following form:
http://www.example.com
mailto:name@example.com
http.extTarget¶
http.ATagBeforeWrap¶
Property
http.ATagBeforeWrap
Data type
Description
If set, the link is first wrapped with http.wrap
and then the
<a>
-tag.
Default
0
http.keep¶
Property
http.keep
Data type
list: "scheme","path","query"
Description
As default the link-text will be the full domain-name of the link.
Example:
With the URL http://www.example.com/test/doc.php?id=3 in our text we will get the following results:
http.keep = "": www.example.com
http.keep = "scheme": http://www.example.com
http.keep = "scheme,path": http://www.example.com/test/doc.php
http.keep = "scheme,path,query": http://www.example.com/test/doc.php?id=3
http.ATagParams¶
Property
http.ATagParams
Data type
<A>-params / stdWrap
Description
Additional parameters
Example:
http.ATagParams = class="board"
mailto.ATagBeforeWrap¶
Property
mailto.ATagBeforeWrap
Data type
Description
If set, the link is first wrapped with mailto wrap
and then the
<a>
-tag.
Default
0