logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

CVS: tmda/htdocs ChangeLog,1.49,1.50 config-server.ht,1.13,1.14 config-serv: msg#00039

Subject: CVS: tmda/htdocs ChangeLog,1.49,1.50 config-server.ht,1.13,1.14 config-server.html,1.16,1.17 install.ht,1.5,1.6 install.html,1.9,1.10
Update of /cvsroot/tmda/tmda/htdocs
In directory usw-pr-cvs1:/tmp/cvs-serv734/htdocs

Modified Files:
        ChangeLog config-server.ht config-server.html install.ht 
        install.html 
Log Message:
Move all version processing into a separate module, Version.py.  This
makes it much easier and less expensive to get versioning information.

Also, a new TMDA versioning convention was added to differentiate
releases from pre-release code from CVS.  "0.42+" for example
indicates code in between the 0.42 and 0.43 releases.  Adopted from
Python's versioning scheme.

Also moved the success reporting request to the "Installation" page
since now with Version.py, it's not necessary to have first configured
TMDA before you can generate the report.


Index: ChangeLog
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog   2001/12/11 17:13:15     1.49
+++ ChangeLog   2001/12/14 01:52:53     1.50
@@ -1,3 +1,8 @@
+2001-12-13  Jason R. Mastaler  <jasonrm@xxxxxxxxxxxxxxxxxxxxxxxxxx>
+
+       * config-server.ht: Move success reporting information onto the
+       "Installation" page.
+
 2001-12-11  Jason R. Mastaler  <jasonrm@xxxxxxxxxxxxxxxxxxxxxxxxxx>
 
        * resources.ht (Links): Link to Vincent Danen's "Controlling SPAM

Index: config-server.ht
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config-server.ht,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- config-server.ht    2001/12/05 02:05:25     1.13
+++ config-server.ht    2001/12/14 01:52:53     1.14
@@ -13,16 +13,6 @@
 of instructions corresponding to your local configuration 
 [ <A HREF="#qmail">qmail</a> | <A HREF="#non-qmail">non-qmail</a> ]
 <br><br>
-
-After you are finished, you may want to report your success (from a
-TMDA user's account, not root).  If you installed from gzipped
-tarball, change into the top-level TMDA directory first.
-
-<blockquote><pre>
-  % ( python -c 'from TMDA.Defaults import *; print DELIVERY_AGENT' ) \
-    | mail jason-tmdausage@xxxxxxxxxxxx
-</blockquote></pre>
-
 <hr>
 
 <a name="general"><h4>TMDA Server Configuration (general)</h4></a>

Index: config-server.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/config-server.html,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- config-server.html  2001/12/05 02:05:25     1.16
+++ config-server.html  2001/12/14 01:52:53     1.17
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Tue Dec  4 19:03:10 2001 -->
+<!-- Thu Dec 13 18:17:34 2001 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -157,16 +157,6 @@
 of instructions corresponding to your local configuration 
 [ <A HREF="#qmail">qmail</a> | <A HREF="#non-qmail">non-qmail</a> ]
 <br><br>
-
-After you are finished, you may want to report your success (from a
-TMDA user's account, not root).  If you installed from gzipped
-tarball, change into the top-level TMDA directory first.
-
-<blockquote><pre>
-  % ( python -c 'from TMDA.Defaults import *; print DELIVERY_AGENT' ) \
-    | mail jason-tmdausage@xxxxxxxxxxxx
-</blockquote></pre>
-
 <hr>
 
 <a name="general"><h4>TMDA Server Configuration (general)</h4></a>

Index: install.ht
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/install.ht,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- install.ht  2001/11/17 18:36:46     1.5
+++ install.ht  2001/12/14 01:52:53     1.6
@@ -55,5 +55,12 @@
 
 <u>Post-Installation</u><br><br>
 
-After installation, you should proceed to the 
-<a href="config.html">Configuration</a> section.
+Report your installation (used only to satisfy my curiosity):
+
+<blockquote><pre>
+# ( python -c 'from TMDA.Version import *; print SUMMARY' ) \
+  | mail jason-tmdausage@xxxxxxxxxxxx
+</blockquote></pre>
+
+Then proceed to the <a href="config.html">Configuration</a> section.
+<br><br>

Index: install.html
===================================================================
RCS file: /cvsroot/tmda/tmda/htdocs/install.html,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- install.html        2001/11/17 18:36:46     1.9
+++ install.html        2001/12/14 01:52:53     1.10
@@ -1,6 +1,6 @@
 <HTML>
 <!-- THIS PAGE IS AUTOMATICALLY GENERATED.  DO NOT EDIT. -->
-<!-- Fri Nov 16 15:29:14 2001 -->
+<!-- Thu Dec 13 18:38:28 2001 -->
 <!-- USING HT2HTML 1.2 -->
 <!-- SEE http://barry.wooz.org/software/ht2html -->
 <!-- User-specified headers:
@@ -180,8 +180,15 @@
 
 <u>Post-Installation</u><br><br>
 
-After installation, you should proceed to the 
-<a href="config.html">Configuration</a> section.
+Report your installation (used only to satisfy my curiosity):
+
+<blockquote><pre>
+# ( python -c 'from TMDA.Version import *; print SUMMARY' ) \
+  | mail jason-tmdausage@xxxxxxxxxxxx
+</blockquote></pre>
+
+Then proceed to the <a href="config.html">Configuration</a> section.
+<br><br>
 
 </TD><!-- end of body cell -->
 </TR><!-- end of sidebar/body row -->

_______________________________________________
tmda-cvs mailing list
http://libertine.org/lists/listinfo/tmda-cvs



<Prev in Thread] Current Thread [Next in Thread>