Update of /cvsroot/mhonarc/mhonarc/MHonArc/doc
In directory subversions:/tmp/cvs-serv19792/doc

Modified Files:
        app-rcfileexs.html app-rcidx.html mhonarc.html relnotes.html 
        resources.html 
Log Message:
* Documentation updates, including explanation of TEXTENCODE
  resource.


Index: app-rcfileexs.html
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/doc/app-rcfileexs.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** app-rcfileexs.html  24 Nov 2002 04:18:35 -0000      1.16
--- app-rcfileexs.html  21 Dec 2002 07:26:33 -0000      1.17
***************
*** 48,54 ****
  to format the main index.
  </p></dd>
! <dt><b><a href="rcfileexs/utf-8.mrc.html">Unicode</a></b></dt>
! <dd><p>This resource file has MHonArc convert message character
! data to UTF-8.
  </p></dd>
  </dl>
--- 48,59 ----
  to format the main index.
  </p></dd>
! <dt><b>Unicode UTF-8</b></dt>
! <dd><p>Two example resource files are provided for generating UTF-8-based
! archvies.  The older example, <a href="rcfileexs/utf-8.mrc.html">utf-8.mrc</a>,
! uses <a href="resources/charsetconverters.html">CHARSETCONVERTERS</a>
! as the main method of converting text data into UTF-8.  But, with
! v2.6.0 and the <a href="resources/textencode.html">TEXTENCODE</a> resource,
! an alternative, more efficient, method is available as shown
! in <a href="rcfileexs/utf-8-encode.mrc.html">utf-8-encode.mrc</a>.
  </p></dd>
  </dl>

Index: app-rcidx.html
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/doc/app-rcidx.html,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** app-rcidx.html      24 Nov 2002 04:18:35 -0000      1.21
--- app-rcidx.html      21 Dec 2002 07:26:33 -0000      1.22
***************
*** 146,149 ****
--- 146,150 ----
  <tr valign="top"><td align="right"><b><a 
href="resources/dbfileperms.html"><tt>&lt;DBFILEPERMS&gt;</tt></a></b></td><td>&nbsp;File
 permissions for DBFILE.</td></tr>
  <tr valign="top"><td align="right"><b><a 
href="resources/decodeheads.html"><tt>&lt;DECODEHEADS&gt;</tt><br><tt>&lt;NODECODEHEADS&gt;</tt></a></b></td><td>&nbsp;Store
 "decode-only" characters sets in raw form.</td></tr>
+ <tr valign="top"><td align="right"><b><a 
+href="resources/defcharset.html"><tt>&lt;DEFCHARSET&gt;</tt></a></b></td><td>&nbsp;Default
+ character set for text data.</td></tr>
  <tr valign="top"><td align="right"><b><a 
href="resources/definederived.html"><tt>&lt;DEFINEDERIVED&gt;</tt></a></b></td><td>&nbsp;Define
 extra file(s) to generate for each message page.</td></tr>
  <tr valign="top"><td align="right"><b><a 
href="resources/definevar.html"><tt>&lt;DEFINEVAR&gt;</tt></a></b></td><td>&nbsp;Define
 a custom resource variable.</td></tr>
***************
*** 256,259 ****
--- 257,261 ----
  <tr valign="top"><td align="right"><b><a 
href="resources/tcontend.html"><tt>&lt;TCONTEND&gt;</tt></a></b></td><td>&nbsp;Markup 
after the continuation of a broken thread.</td></tr>
  <tr valign="top"><td align="right"><b><a 
href="resources/textclipfunc.html"><tt>&lt;TEXTCLIPFUNC&gt;</tt></a></b></td><td>&nbsp;Perl
 function to use for text clipping operations.</td></tr>
+ <tr valign="top"><td align="right"><b><a 
+href="resources/textencode.html"><tt>&lt;TEXTENCODE&gt;</tt></a></b></td><td>&nbsp;Encode
+ message text to given character encoding.</td></tr>
  <tr valign="top"><td align="right"><b><a 
href="resources/tfirstpglink.html"><tt>&lt;TFIRSTPGLINK&gt;</tt></a></b></td><td>&nbsp;Link
 markup for first page of thread index.</td></tr>
  <tr valign="top"><td align="right"><b><a 
href="resources/tfoot.html"><tt>&lt;TFOOT&gt;</tt></a></b></td><td>&nbsp;Footer markup 
for thread index page.</td></tr>

Index: mhonarc.html
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/doc/mhonarc.html,v
retrieving revision 1.22
retrieving revision 1.23
diff -C2 -r1.22 -r1.23
*** mhonarc.html        24 Nov 2002 04:18:35 -0000      1.22
--- mhonarc.html        21 Dec 2002 07:26:33 -0000      1.23
***************
*** 37,40 ****
--- 37,41 ----
  <ul>
  <li><a name="important" href="relnotes.html#important">Compatibility Notes</a></li>
+ <li><a name="v2.6.0" href="relnotes.html#v2.6.0">v2.6.0 Notes</a></li>
  <li><a name="general" href="relnotes.html#general">General Notes</a></li>
  </ul>

Index: relnotes.html
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/doc/relnotes.html,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** relnotes.html       10 Dec 2002 04:08:02 -0000      1.12
--- relnotes.html       21 Dec 2002 07:26:33 -0000      1.13
***************
*** 45,48 ****
--- 45,52 ----
  <li><small><a href="#down">DOWNGRADING TO OLDER VERSIONS</a></small>
  </ul>
+ <li><a href="#v2.6.0">v2.6.0 Notes</a>
+ <ul>
+ <li><small><a href="#m2h_text_plain:default"><tt>m2h_text_html::filter</tt>: 
+<tt>default</tt> argument removed</a></small>
+ </ul>
  <li><a href="#general">General Notes</a>
  <ul>
***************
*** 220,223 ****
--- 224,239 ----
  </tr>
  </table>
+ 
+ <!-- *************************************************************** -->
+ <hr>
+ <h2><a name="v2.6.0">v2.6.0 Notes</a></h2>
+ 
+ <h3><a name="m2h_text_plain:default"><tt>m2h_text_html::filter</tt>: 
+<tt>default</tt> argument removed</a></h3>
+     <p>The <tt>default</tt> <a href="resources/mimeargs.html">argument</a>
+     for the <a href="resources/mimefilters.html#m2h_text_plain::filter"
+     ><tt>m2h_text_plain::filter</tt></a> has been removed.  The
+     <a href="resources/defcharset.html">DEFCHARSET</a> resource can
+     be used.
+     </p>
  
  <!-- *************************************************************** -->

Index: resources.html
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/doc/resources.html,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -r1.25 -r1.26
*** resources.html      24 Nov 2002 04:18:35 -0000      1.25
--- resources.html      21 Dec 2002 07:26:33 -0000      1.26
***************
*** 170,173 ****
--- 170,174 ----
  <tr valign="top"><td align="right"><b><a name="dbfileperms" 
href="resources/dbfileperms.html">DBFILEPERMS</a></b></td><td>&nbsp;File permissions 
for DBFILE.</td></tr>
  <tr valign="top"><td align="right"><b><a name="decodeheads" 
href="resources/decodeheads.html">DECODEHEADS</a></b></td><td>&nbsp;Store 
"decode-only" characters sets in raw form.</td></tr>
+ <tr valign="top"><td align="right"><b><a name="defcharset" 
+href="resources/defcharset.html">DEFCHARSET</a></b></td><td>&nbsp;Default character 
+set for text data.</td></tr>
  <tr valign="top"><td align="right"><b><a name="definederived" 
href="resources/definederived.html">DEFINEDERIVED</a></b></td><td>&nbsp;Define extra 
file(s) to generate for each message page.</td></tr>
  <tr valign="top"><td align="right"><b><a name="definevar" 
href="resources/definevar.html">DEFINEVAR</a></b></td><td>&nbsp;Define a custom 
resource variable.</td></tr>
***************
*** 300,303 ****
--- 301,305 ----
  <tr valign="top"><td align="right"><b><a name="tcontend" 
href="resources/tcontend.html">TCONTEND</a></b></td><td>&nbsp;Markup after the 
continuation of a broken thread.</td></tr>
  <tr valign="top"><td align="right"><b><a name="textclipfunc" 
href="resources/textclipfunc.html">TEXTCLIPFUNC</a></b></td><td>&nbsp;Perl function to 
use for text clipping operations.</td></tr>
+ <tr valign="top"><td align="right"><b><a name="textencode" 
+href="resources/textencode.html">TEXTENCODE</a></b></td><td>&nbsp;Encode message text 
+to given character encoding.</td></tr>
  <tr valign="top"><td align="right"><b><a name="tfirstpglink" 
href="resources/tfirstpglink.html">TFIRSTPGLINK</a></b></td><td>&nbsp;Link markup for 
first page of thread index.</td></tr>
  <tr valign="top"><td align="right"><b><a name="tfoot" 
href="resources/tfoot.html">TFOOT</a></b></td><td>&nbsp;Footer markup for thread index 
page.</td></tr>

---------------------------------------------------------------------
To sign-off this list, send email to [EMAIL PROTECTED] with the
message text UNSUBSCRIBE MHONARC-DEV

Reply via email to