------------------------------------------------------------ revno: 20 committer: Mark Sapiro <[EMAIL PROTECTED]> branch nick: admin timestamp: Mon 2008-04-21 11:06:39 -0700 message: Updated www/index.ht* for 2.1.10 final. Changed doc/Makefile - replaced ~ with $(HOME). modified: doc/Makefile www/index.ht www/index.html
=== modified file 'doc/Makefile' --- a/doc/Makefile 2007-12-05 22:30:58 +0000 +++ b/doc/Makefile 2008-04-21 18:06:39 +0000 @@ -1,4 +1,4 @@ -MKHOWTO = ~/projects/python25/Doc/tools/mkhowto +MKHOWTO = $(HOME)/projects/python25/Doc/tools/mkhowto HTMLDIR = . all: === modified file 'www/index.ht' --- a/www/index.ht 2007-09-12 18:38:18 +0000 +++ b/www/index.ht 2008-04-21 18:06:39 +0000 @@ -35,9 +35,9 @@ <h3>Current Version</h3> The current stable GNU Mailman version is -<!-VERSION--->2.1.9<!-VERSION--->, +<!-VERSION--->2.1.10<!-VERSION--->, released on -<!-DATE--->12-Sep-2006<!-DATE--->. +<!-DATE--->21-Apr-2008<!-DATE--->. <h3>Acknowledgements</h3> === modified file 'www/index.html' --- a/www/index.html 2007-12-12 04:27:45 +0000 +++ b/www/index.html 2008-04-21 18:06:39 +0000 @@ -1,8 +1,7 @@ -<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" - "http://www.w3.org/TR/html4/loose.dtd" > +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <!-- THIS PAGE IS AUTOMATICALLY GENERATED. DO NOT EDIT. --> -<!-- Tue Dec 11 23:20:22 2007 --> +<!-- Mon Apr 21 10:41:05 2008 --> <!-- USING HT2HTML 2.0 --> <!-- SEE http://ht2html.sf.net --> <!-- User-specified headers: @@ -12,8 +11,8 @@ <head> <title>Mailman, the GNU Mailing List Manager</title> -<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" > -<meta name="generator" content="HT2HTML/2.0" > +<meta http-equiv="Content-Type" content="text/html; charset=us-ascii"> +<meta name="generator" content="HT2HTML/2.0"> <style type="text/css"> body { margin: 0px; } </style> @@ -38,7 +37,7 @@ <td width="90%" bgcolor="#eecfa1" class="banner"> <!-- start of site links table --> <table width="100%" border="0" - CELLSPACING=0 CELLPADDING=0 +CELLSPACING=0 CELLPADDING=0 bgcolor="#ffffff"> <tr> <td bgcolor="#eecfa1"> @@ -89,7 +88,7 @@ <tr><td bgcolor="#eecfa1"> <a href="features.html">Features</a></li> </td></tr> -<tr><td bgcolor="#eecfa1"> </td></tr> +<tr><td bgcolor="#eecfa1"> <tr><td bgcolor="#36648b"><b><font color="#ffffff"> More Information </font></b></td></tr> @@ -111,7 +110,7 @@ <tr><td bgcolor="#eecfa1"> <a href="mirrors.html">Mirrors</a></li> </td></tr> -<tr><td bgcolor="#eecfa1"> </td></tr> +<tr><td bgcolor="#eecfa1"> <tr><td bgcolor="#36648b"><b><font color="#ffffff"> Related Links <i>(exits)</i> </font></b></td></tr> @@ -124,7 +123,7 @@ <tr><td bgcolor="#eecfa1"> <a href="http://barry.warsaw.us/">Barry Warsaw</a></li> </td></tr> -<tr><td bgcolor="#eecfa1"> </td></tr> +<tr><td bgcolor="#eecfa1"> <tr><td bgcolor="#36648b"><b><font color="#ffffff"> Email Us </font></b></td></tr> @@ -146,7 +145,7 @@ </td></tr> <tr><td bgcolor="#eecfa1"> -© 1998-2007 +© 1998-2008 Free Software Foundation, Inc. Verbatim copying and distribution of this entire article is permitted in any medium, provided this notice is preserved. @@ -188,9 +187,9 @@ <h3>Current Version</h3> The current stable GNU Mailman version is -<!-VERSION--->2.1.9<!-VERSION--->, +<!-VERSION--->2.1.10<!-VERSION--->, released on -<!-DATE--->12-Sep-2006<!-DATE--->. +<!-DATE--->21-Apr-2008<!-DATE--->. <h3>Acknowledgements</h3> -- https://code.launchpad.net/~mailman-administrivia/mailman-administrivia/admin You are receiving this branch notification because you are subscribed to it. _______________________________________________ Mailman-checkins mailing list [email protected] Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org
