Clean up list crap.

This commit is contained in:
Jeff Teunissen 2010-08-10 21:41:25 +00:00
parent e028fbb4cb
commit f95de66d8b

View file

@ -5,8 +5,8 @@
function mailListLinks ($listName)
{
$subUrl = '/list_subscribe.php?list=';
$archiveUrl = 'http://lists.quakeforge.net/list-archives/';
$subUrl = 'http://lists.sourceforge.net/lists/listinfo/';
$archiveUrl = 'http://lists.sourceforge.net/mailarchive/forum.php?forum_name=';
echo '[ ';
echo '<A href="' . $subUrl . $listName . '">subscribe</A>';
@ -17,7 +17,7 @@
?>
<P>The QuakeForge Project has several email lists, which we use to keep in
touch with each other and the community. This page is a list of them (or see
the <A href="http://lists.quakeforge.net/lists/listinfo/">complete listing</A>).
the <A href="http://sf.net/mail/?group_id=882">complete listing</A>).
<!--
<H4>QuakeForge Announcements <? mailListLinks ('quakeforge-announce'); ?></H4>