mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/doc/resources mimefilters.html,1.24,1.25

2003-01-18 18:38:17
Update of /cvsroot/mhonarc/mhonarc/MHonArc/doc/resources
In directory subversions:/tmp/cvs-serv12293/resources

Modified Files:
	mimefilters.html 
Log Message:
* Some doc updates.


Index: mimefilters.html
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/doc/resources/mimefilters.html,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** mimefilters.html	4 Jan 2003 02:58:52 -0000	1.24
--- mimefilters.html	19 Jan 2003 01:38:11 -0000	1.25
***************
*** 26,30 ****
  <li><small><a href="#m2h_text_html">m2h_text_html::filter</a></small>
  <li><small><a href="#m2h_text_plain">m2h_text_plain::filter</a></small>
- <li><small><a href="#m2h_text_setext">m2h_text_setext::filter</a></small>
  <li><small><a href="#m2h_text_tsv">m2h_text_tsv::filter</a></small>
  <li><small><a href="#m2h_null">m2h_null::filter</a></small>
--- 26,29 ----
***************
*** 581,584 ****
--- 580,591 ----
  <td>PGP signature</td></tr>
  <tr valign="top">
+ <td align=left><strong>application/pkcs7-mime</strong></td>
+ <td align=center><tt>p7m</tt></td>
+ <td>S/MIME encrypted message</td></tr>
+ <tr valign="top">
+ <td align=left><strong>application/pkcs7-signature</strong></td>
+ <td align=center><tt>p7s</tt></td>
+ <td>S/MIME cryptographic signature</td></tr>
+ <tr valign="top">
  <td align=left><strong>application/postscript</strong></td>
  <td align=center><tt>ps</tt></td>
***************
*** 1253,1261 ****
  <td>X pixmap</td></tr>
  <tr valign="top">
! <td align=left><strong>image/x-xwd</strong></td>
  <td align=center><tt>xwd</tt></td>
  <td>X window dump</td></tr>
  <tr valign="top">
! <td align=left><strong>image/x-xwindowdump</strong></td>
  <td align=center><tt>xwd</tt></td>
  <td>X window dump</td></tr>
--- 1260,1268 ----
  <td>X pixmap</td></tr>
  <tr valign="top">
! <td align=left><strong>image/xwd</strong></td>
  <td align=center><tt>xwd</tt></td>
  <td>X window dump</td></tr>
  <tr valign="top">
! <td align=left><strong>image/xwindowdump</strong></td>
  <td align=center><tt>xwd</tt></td>
  <td>X window dump</td></tr>
***************
*** 1355,1359 ****
  into a linked URL with some descriptive information,
  if provided.  The following access-types are supported:
! ANON-FTP, FTP, TFTP, LOCAL-FILE, and URL.  Note, LOCAL-FILE is
  only supported if the <tt>local-file</tt> option is specified.
  </p>
--- 1362,1366 ----
  into a linked URL with some descriptive information,
  if provided.  The following access-types are supported:
! ANON-FTP, FTP, TFTP, HTTP, LOCAL-FILE, and URL.  Note, LOCAL-FILE is
  only supported if the <tt>local-file</tt> option is specified.
  </p>
***************
*** 1872,1883 ****
  </table>
  
- <p>All arguments should be separated by at least one space.</p>
- 
- <H3><a name="m2h_text_setext">m2h_text_setext::filter</a></h3>
- 
- <p>This filter converts text/setext and text/x-setext messages
- to HTML.
- </p>
- 
  <H3><a name="m2h_text_tsv">m2h_text_tsv::filter</a></h3>
  
--- 1879,1882 ----
***************
*** 1962,1969 ****
  text/plain;		   <a href="#m2h_text_plain">m2h_text_plain::filter</a>;	mhtxtplain.pl
  text/richtext;		   <a href="#m2h_text_enriched">m2h_text_enriched::filter</a>;	mhtxtenrich.pl
- text/setext;		   <a href="#m2h_text_setext">m2h_text_setext::filter</a>;	mhtxtsetext.pl
  text/tab-separated-values; <a href="#m2h_text_tsv">m2h_text_tsv::filter</a>;	mhtxttsv.pl
  text/x-html;		   <a href="#m2h_text_html">m2h_text_html::filter</a>;	mhtxthtml.pl
- text/x-setext;		   <a href="#m2h_text_setext">m2h_text_setext::filter</a>;	mhtxtsetext.pl
  video/*;		   <a href="#m2h_external">m2h_external::filter</a>;	mhexternal.pl
  x-sun-attachment;	   <a href="#m2h_text_plain">m2h_text_plain::filter</a>;	mhtxtplain.pl
--- 1961,1966 ----
***************
*** 1999,2003 ****
  	$ret .= "&lt;tr&gt;";
  	foreach $field (split(/\t/, $line)) {
! 	    $ret .= "&lt;td&gt;$field&lt;/td&gt;";
  	}
  	$ret .= "&lt;/tr&gt;\n";
--- 1996,2000 ----
  	$ret .= "&lt;tr&gt;";
  	foreach $field (split(/\t/, $line)) {
! 	    $ret .= '&lt;td&gt;' . mhonarc::htmlize($field) . '&lt;/td&gt;';
  	}
  	$ret .= "&lt;/tr&gt;\n";

---------------------------------------------------------------------
To sign-off this list, send email to majordomo(_at_)mhonarc(_dot_)org with the
message text UNSUBSCRIBE MHONARC-DEV