Update of /cvsroot/tmda/tmda/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv4896/htdocs

Modified Files:
        config-vars.ht config-vars.html resources.ht resources.html 
Log Message:
Rename:
AUTORESPONSE_TEMPLATE_EMAIL_HEADERS --> TEMPLATE_EMAIL_HEADERS
AUTORESPONSE_TEMPLATE_ENCODED_HEADERS --> TEMPLATE_ENCODED_HEADERS


Index: config-vars.ht
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config-vars.ht,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- config-vars.ht      18 Oct 2002 22:36:17 -0000      1.3
+++ config-vars.ht      24 Oct 2002 17:52:12 -0000      1.4
@@ -43,10 +43,6 @@
 </tr>
 <tr>
 <td><a 
href="#AUTORESPONSE_INCLUDE_SENDER_COPY">AUTORESPONSE_INCLUDE_SENDER_COPY</a></td>
-<td><a 
href="#AUTORESPONSE_TEMPLATE_EMAIL_HEADERS">AUTORESPONSE_TEMPLATE_EMAIL_HEADERS</a></td>
-</tr>
-<tr>
-<td><a 
href="#AUTORESPONSE_TEMPLATE_ENCODED_HEADERS">AUTORESPONSE_TEMPLATE_ENCODED_HEADERS</a></td>
 <td><a href="#BARE_APPEND">BARE_APPEND</a></td>
 </tr>
 <tr>
@@ -179,6 +175,10 @@
 </tr>
 <tr>
 <td><a href="#TEMPLATE_DIR">TEMPLATE_DIR</a></td>
+<td><a href="#TEMPLATE_EMAIL_HEADERS">TEMPLATE_EMAIL_HEADERS</a></td>
+</tr>
+<tr>
+<td><a href="#TEMPLATE_ENCODED_HEADERS">TEMPLATE_ENCODED_HEADERS</a></td>
 <td><a href="#TERSE_SUMMARY_HEADERS">TERSE_SUMMARY_HEADERS</a></td>
 </tr>
 <tr>
@@ -447,31 +447,6 @@
 <br><br>
 Default is 2
 <dt><hr>
-<a 
name="AUTORESPONSE_TEMPLATE_EMAIL_HEADERS"><h4>AUTORESPONSE_TEMPLATE_EMAIL_HEADERS</h4></a>
-<dd>
-A list containing the names of headers in your templates that
-contain an e-mail address.  This is necessary so that the e-mail
-address will avoid being RFC 2047 encoded when handling
-internationalized headers.
-<br><br>
-Example:
-<br><br>
-<code>AUTORESPONSE_TEMPLATE_EMAIL_HEADERS = ["from", "reply-to"]</code>
-<br><br>
-Default is "From:" and "Reply-To:".
-<dt><hr>
-<a 
name="AUTORESPONSE_TEMPLATE_ENCODED_HEADERS"><h4>AUTORESPONSE_TEMPLATE_ENCODED_HEADERS</h4></a>
-<dd>
-A list containing the names of headers in your templates that might
-contain an RFC 2047 encoded string.  This is necessary so that they
-can be decoded first when handling internationalized headers.
-<br><br>
-Example:
-<br><br>
-<code>AUTORESPONSE_TEMPLATE_ENCODED_HEADERS = ["subject"]</code>
-<br><br>
-Default is "Subject:".
-<dt><hr>
 <a name="BARE_APPEND"><h4>BARE_APPEND</h4></a>
 <dd>
 Filename to which a recipient's e-mail address should be
@@ -1228,6 +1203,31 @@
 <code>TEMPLATE_DIR = "/full/path/to/templates/"</code>
 <br><br>
 No default.
+<dt><hr>
+<a name="TEMPLATE_EMAIL_HEADERS"><h4>TEMPLATE_EMAIL_HEADERS</h4></a>
+<dd>
+A list containing the names of headers in your templates that
+contain an e-mail address.  This is necessary so that the e-mail
+address will avoid being RFC 2047 encoded when handling
+internationalized headers.
+<br><br>
+Example:
+<br><br>
+<code>TEMPLATE_EMAIL_HEADERS = ["from", "reply-to"]</code>
+<br><br>
+Default is "From:" and "Reply-To:".
+<dt><hr>
+<a name="TEMPLATE_ENCODED_HEADERS"><h4>TEMPLATE_ENCODED_HEADERS</h4></a>
+<dd>
+A list containing the names of headers in your templates that might
+contain an RFC 2047 encoded string.  This is necessary so that they
+can be decoded first when handling internationalized headers.
+<br><br>
+Example:
+<br><br>
+<code>TEMPLATE_ENCODED_HEADERS = ["subject"]</code>
+<br><br>
+Default is "Subject:".
 <dt><hr>
 <a name="TERSE_SUMMARY_HEADERS"><h4>TERSE_SUMMARY_HEADERS</h4></a>
 <dd>

Index: config-vars.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config-vars.html,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- config-vars.html    18 Oct 2002 22:36:17 -0000      1.4
+++ config-vars.html    24 Oct 2002 17:52:12 -0000      1.5
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Fri Oct 18 14:37:53 2002 -->
+<!-- Thu Oct 24 11:50:56 2002 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -205,10 +205,6 @@
 </tr>
 <tr>
 <td><a 
href="#AUTORESPONSE_INCLUDE_SENDER_COPY">AUTORESPONSE_INCLUDE_SENDER_COPY</a></td>
-<td><a 
href="#AUTORESPONSE_TEMPLATE_EMAIL_HEADERS">AUTORESPONSE_TEMPLATE_EMAIL_HEADERS</a></td>
-</tr>
-<tr>
-<td><a 
href="#AUTORESPONSE_TEMPLATE_ENCODED_HEADERS">AUTORESPONSE_TEMPLATE_ENCODED_HEADERS</a></td>
 <td><a href="#BARE_APPEND">BARE_APPEND</a></td>
 </tr>
 <tr>
@@ -341,6 +337,10 @@
 </tr>
 <tr>
 <td><a href="#TEMPLATE_DIR">TEMPLATE_DIR</a></td>
+<td><a href="#TEMPLATE_EMAIL_HEADERS">TEMPLATE_EMAIL_HEADERS</a></td>
+</tr>
+<tr>
+<td><a href="#TEMPLATE_ENCODED_HEADERS">TEMPLATE_ENCODED_HEADERS</a></td>
 <td><a href="#TERSE_SUMMARY_HEADERS">TERSE_SUMMARY_HEADERS</a></td>
 </tr>
 <tr>
@@ -609,31 +609,6 @@
 <br><br>
 Default is 2
 <dt><hr>
-<a 
name="AUTORESPONSE_TEMPLATE_EMAIL_HEADERS"><h4>AUTORESPONSE_TEMPLATE_EMAIL_HEADERS</h4></a>
-<dd>
-A list containing the names of headers in your templates that
-contain an e-mail address.  This is necessary so that the e-mail
-address will avoid being RFC 2047 encoded when handling
-internationalized headers.
-<br><br>
-Example:
-<br><br>
-<code>AUTORESPONSE_TEMPLATE_EMAIL_HEADERS = ["from", "reply-to"]</code>
-<br><br>
-Default is "From:" and "Reply-To:".
-<dt><hr>
-<a 
name="AUTORESPONSE_TEMPLATE_ENCODED_HEADERS"><h4>AUTORESPONSE_TEMPLATE_ENCODED_HEADERS</h4></a>
-<dd>
-A list containing the names of headers in your templates that might
-contain an RFC 2047 encoded string.  This is necessary so that they
-can be decoded first when handling internationalized headers.
-<br><br>
-Example:
-<br><br>
-<code>AUTORESPONSE_TEMPLATE_ENCODED_HEADERS = ["subject"]</code>
-<br><br>
-Default is "Subject:".
-<dt><hr>
 <a name="BARE_APPEND"><h4>BARE_APPEND</h4></a>
 <dd>
 Filename to which a recipient's e-mail address should be
@@ -1390,6 +1365,31 @@
 <code>TEMPLATE_DIR = "/full/path/to/templates/"</code>
 <br><br>
 No default.
+<dt><hr>
+<a name="TEMPLATE_EMAIL_HEADERS"><h4>TEMPLATE_EMAIL_HEADERS</h4></a>
+<dd>
+A list containing the names of headers in your templates that
+contain an e-mail address.  This is necessary so that the e-mail
+address will avoid being RFC 2047 encoded when handling
+internationalized headers.
+<br><br>
+Example:
+<br><br>
+<code>TEMPLATE_EMAIL_HEADERS = ["from", "reply-to"]</code>
+<br><br>
+Default is "From:" and "Reply-To:".
+<dt><hr>
+<a name="TEMPLATE_ENCODED_HEADERS"><h4>TEMPLATE_ENCODED_HEADERS</h4></a>
+<dd>
+A list containing the names of headers in your templates that might
+contain an RFC 2047 encoded string.  This is necessary so that they
+can be decoded first when handling internationalized headers.
+<br><br>
+Example:
+<br><br>
+<code>TEMPLATE_ENCODED_HEADERS = ["subject"]</code>
+<br><br>
+Default is "Subject:".
 <dt><hr>
 <a name="TERSE_SUMMARY_HEADERS"><h4>TERSE_SUMMARY_HEADERS</h4></a>
 <dd>

Index: resources.ht
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/resources.ht,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- resources.ht        15 Jul 2002 19:22:27 -0000      1.15
+++ resources.ht        24 Oct 2002 17:52:12 -0000      1.16
@@ -45,8 +45,10 @@
 Remote admin work, as well as e-mail and phone support is available.
 He accepts purchase orders.  <br><br>
 
-<li>The TMDA mailing lists are available as newsgroups courtesy of
-the <a href="http://gmane.org/"; TARGET="Resource Window">Gmane</a>
+<li>The TMDA mailing lists are available as 
+<a href="http://mla.libertine.org/tmda-announce/200204/msg00002.html"; 
+TARGET="Resource Window">
+newsgroups</a> courtesy of the 
+<a href="http://gmane.org/"; TARGET="Resource Window">Gmane</a>
 mail <--> news gateway.<br><br>
 
 <li>The TMDA mailing lists are archived at 

Index: resources.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/resources.html,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- resources.html      1 Oct 2002 19:55:34 -0000       1.29
+++ resources.html      24 Oct 2002 17:52:12 -0000      1.30
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Tue Oct  1 12:08:57 2002 -->
+<!-- Thu Oct 24 11:20:14 2002 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -182,8 +182,10 @@
 Remote admin work, as well as e-mail and phone support is available.
 He accepts purchase orders.  <br><br>
 
-<li>The TMDA mailing lists are available as newsgroups courtesy of
-the <a href="http://gmane.org/"; TARGET="Resource Window">Gmane</a>
+<li>The TMDA mailing lists are available as 
+<a href="http://mla.libertine.org/tmda-announce/200204/msg00002.html"; 
+TARGET="Resource Window">
+newsgroups</a> courtesy of the 
+<a href="http://gmane.org/"; TARGET="Resource Window">Gmane</a>
 mail <--> news gateway.<br><br>
 
 <li>The TMDA mailing lists are archived at 

_______________________________________
tmda-cvs mailing list
http://tmda.net/lists/listinfo/tmda-cvs

Reply via email to