mhonarc-commits
[Top] [All Lists]

CVS: mhonarc/MHonArc/doc/_helper addvartbls.pl,1.8,1.9 mkrestmpl.pl,1.21,1.22

2002-12-09 21:08:50
Update of /cvsroot/mhonarc/mhonarc/MHonArc/doc/_helper
In directory subversions:/tmp/cvs-serv7632/_helper

Modified Files:
	addvartbls.pl mkrestmpl.pl 
Log Message:
* Added iso-2022-jp release note.
* Update charsetconverters to reflect default value change to iso-8859-{1,jp}.
* Added documentation for available charsetconverter converter functions.
* Moved filter description in mimefilters to its own section.
* Added inline TOCs to all resource pages.


Index: addvartbls.pl
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/doc/_helper/addvartbls.pl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** addvartbls.pl	28 Oct 2000 05:10:47 -0000	1.8
--- addvartbls.pl	10 Dec 2002 04:08:02 -0000	1.9
***************
*** 77,84 ****
      open(OUT, "> $file") or die "Unable to create $file: $!\n";
      while (<IN>) {
! 	next  unless /<h2>Resource Variables/i;
  	print OUT $_;
  	while (<IN>) {
! 	     next unless /^<!-- \*\*\*/;
  	     $divider = $_;
  	     last;
--- 77,84 ----
      open(OUT, "> $file") or die "Unable to create $file: $!\n";
      while (<IN>) {
! 	next  unless /<h2>.*Resource Variables/i;
  	print OUT $_;
  	while (<IN>) {
! 	     next unless /^<!-- \*\*\*/ || /^<h2/i || /^<hr/i;
  	     $divider = $_;
  	     last;

Index: mkrestmpl.pl
===================================================================
RCS file: /cvsroot/mhonarc/mhonarc/MHonArc/doc/_helper/mkrestmpl.pl,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -r1.21 -r1.22
*** mkrestmpl.pl	20 Nov 2002 23:53:08 -0000	1.21
--- mkrestmpl.pl	10 Dec 2002 04:08:02 -0000	1.22
***************
*** 28,32 ****
  <!-- *************************************************************** -->
  <hr>
! <h2>Syntax</h2>
  
  <dl>
--- 28,32 ----
  <!-- *************************************************************** -->
  <hr>
! <h2><a name="syntax">Syntax</a></h2>
  
  <dl>
***************
*** 55,59 ****
  <!-- *************************************************************** -->
  <hr>
! <h2>Description</h2>
  
  <p>
--- 55,59 ----
  <!-- *************************************************************** -->
  <hr>
! <h2><a name="description">Description</a></h2>
  
  <p>
***************
*** 62,66 ****
  <!-- *************************************************************** -->
  <hr>
! <h2>Default Setting</h2>
  
  <p>
--- 62,66 ----
  <!-- *************************************************************** -->
  <hr>
! <h2><a name="default">Default Setting</a></h2>
  
  <p>
***************
*** 69,73 ****
  <!-- *************************************************************** -->
  <hr>
! <h2>Resource Variables</h2>
  
  <p>N/A
--- 69,73 ----
  <!-- *************************************************************** -->
  <hr>
! <h2><a name="rcvars">Resource Variables</a></h2>
  
  <p>N/A
***************
*** 76,80 ****
  <!-- *************************************************************** -->
  <hr>
! <h2>Examples</h2>
  
  <p>None.
--- 76,80 ----
  <!-- *************************************************************** -->
  <hr>
! <h2><a name="examples">Examples</a></h2>
  
  <p>None.
***************
*** 83,87 ****
  <!-- *************************************************************** -->
  <hr>
! <h2>Version</h2>
  
  <p>
--- 83,87 ----
  <!-- *************************************************************** -->
  <hr>
! <h2><a name="version">Version</a></h2>
  
  <p>
***************
*** 90,94 ****
  <!-- *************************************************************** -->
  <hr>
! <h2>See Also</h2>
  
  <p>
--- 90,94 ----
  <!-- *************************************************************** -->
  <hr>
! <h2><a name="seealso">See Also</a></h2>
  
  <p>

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