diff options
Diffstat (limited to '')
| -rw-r--r-- | admin/www/index.html | 43 |
1 files changed, 33 insertions, 10 deletions
diff --git a/admin/www/index.html b/admin/www/index.html index fc70e4e9d..9d53199e4 100644 --- a/admin/www/index.html +++ b/admin/www/index.html @@ -76,21 +76,44 @@ already been addressed. </tr> <tr> <td width=100% bgcolor="FFF0D0"> -<font size=+1><strong>Developers</strong></font> +<font size=+1><strong>Mailing Lists</strong></font> </td> </tr> <tr> <td> -If you're interested in helping us develop Mailman, or need to hack at -the source, then you may wish to consider joining the -<a href="http://www.python.org/mailman/listinfo/mailman-developers"> -Mailman-Developers</a> -mailing list. You can also get access to the latest development -snapshot via CVS by subscribing to the -<a href="http://www.python.org/mailman/listinfo/mailman-checkins"> -Mailman-Checkins</a> mailing list.<p> -You may also want to find a project on our Mailman +We have several mailing lists devoted to Mailman, which also provide a +nice demonstration of Mailman! + +<ul> +<li><a href="http://www.python.org/mailman/listinfo/mailman-announce"> + Mailman Announce</a> is a read-only list that you can subscribe to + if you are only interested in release notices and other important + news. Only the core Mailman developers can post messages to this + list. + +<li><a href="http://www.python.org/mailman/listinfo/mailman-users"> + Mailman Users</a> is the mailing list to subscribe to if you are + using Mailman at your site, and may have problems or questions + relating to installation, use, etc. We'll try to keep the deep + technical discussions off this list. + +<li><a href="http://www.python.org/mailman/listinfo/mailman-developers"> + Mailman Developers</a> is the mailing list to use if you are + interested in helping us develop Mailman, discuss future + directions, etc. This is the list for more in-depth technical + issues. + +<li><a href="http://www.python.org/mailman/listinfo/mailman-checkins"> + Mailman Checkins</a> is an adjunct list to the publically + accessible read-only CVS repository. This list is for the + hardcore developers, or anybody else submitting patches, since we + really prefer such patches to be generated against the latest + snapshot. This is a read-only list; only the core Mailman + developers can post messages to this list. There is no archive. + + <p>You may also want to find a project on our Mailman <a href="todo.html">TODO list</a>. +</ul> </td> </tr> <tr><td width=100% bgcolor="fff0d0"> |
