Update of mhonarc/MHonArc/doc/resources
Modified Files:
mimefilters.html
Log Message:
Bug #11761: Added link and nolink arguments to m2h_text_plain::filter.
These options can be used to deal with bug reported by specifying
nolink="mailto" to the filter.
======================================================================
FILE: mhonarc/MHonArc/doc/resources/mimefilters.html
<http://www.mhonarc.org/cgi-bin/viewcvs.cgi/*checkout*/mhonarc/MHonArc/doc/resources/mimefilters.html?rev=1.31>
<http://www.mhonarc.org/cgi-bin/viewcvs.cgi/mhonarc/MHonArc/doc/resources/mimefilters.html.diff?r1=1.30&r2=1.31&diff_format=h>
--- mimefilters.html 13 May 2005 18:50:39 -0000 1.30
+++ mimefilters.html 27 May 2005 06:28:32 -0000 1.31
@@ -1818,7 +1818,7 @@
</p>
-<p>The default behavior of the filter is wrap the data in
-the HTML <tt>PRE</tt> element and escape special characters. It will
-also convert text that looks like a URL into a hyperlink.
+<p>The default behavior of the filter is to wrap the data in
+the HTML <tt>PRE</tt> element and escape special characters. It
+also converts text that looks like a URL into a hyperlink.
Character data will be translated as specified by the
<a href="charsetconverters.html">CHARSETCONVERTERS</a> resources.
@@ -1829,5 +1829,5 @@
Quoted text will be wrapped in HTML <tt>BLOCKQUOTE</tt> tags with
inline CSS styles to highlight quoted text with a vertical bar in the
-left margin as follows:
+left margin:
</p>
<blockquote style="border-left: #0000FF solid 0.1em; margin-left: 0.0em; padding-left: 1.0em">This is some quoted text.
@@ -1934,4 +1934,14 @@
</tr>
<tr valign=top>
+<td><strong><a name="tpa_link"><tt>link=</tt></strong><var>scheme1</var><tt>,</tt>...</a></td>
+<td><p>A comma separated list of URL schemes denoting which URLs
+to convert into hyperlinks. By default, all URLs will be converted
+into hyperlinks. This option allows you to restrict the set of
+URLs converted.
+</p>
+<p>Compare this argument with <a href="#tpa_nolink"><tt>nolink</tt></a>.
+</p>
+</tr>
+<tr valign=top>
<td><strong><tt>maxwidth=</tt></strong><var>#</var></td>
<td><p>Force the maximum width of lines to be <var>#</var> characters
@@ -1948,4 +1958,14 @@
</tr>
<tr valign=top>
+<td><strong><a name="tpa_nolink"><tt>nolink=</tt></strong><var>scheme1</var><tt>,</tt>...</a></td>
+<td><p>A comma separated list of URL schemes denoting which URLs
+to <strong>not</strong> convert into hyperlinks. By default, all
+URLs will be converted into hyperlinks.
+This option allows you to specify URLs that should never be converted.
+</p>
+<p>Compare this argument with <a href="#tpa_link"><tt>link</tt></a>.
+</p>
+</tr>
+<tr valign=top>
<td><strong><tt>nonfixed</tt></strong></td>
<td><p>Do not wrap message text in the HTML <tt>PRE</tt> element. This will
@@ -1958,5 +1978,6 @@
<tr valign=top>
<td><strong><tt>nourl</tt></strong></td>
-<td><p>Do not hyperlink URLs.
+<td><p>Do not hyperlink URLs. This option overrides
+<tt>link</tt> and <tt>nolink</tt>.
</p>
</tr>
---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-COMMITS