mirror of
https://git.code.sf.net/p/quake/website
synced 2024-12-02 17:12:20 +00:00
Clean up list crap.
This commit is contained in:
parent
e028fbb4cb
commit
f95de66d8b
1 changed files with 3 additions and 3 deletions
|
@ -5,8 +5,8 @@
|
||||||
|
|
||||||
function mailListLinks ($listName)
|
function mailListLinks ($listName)
|
||||||
{
|
{
|
||||||
$subUrl = '/list_subscribe.php?list=';
|
$subUrl = 'http://lists.sourceforge.net/lists/listinfo/';
|
||||||
$archiveUrl = 'http://lists.quakeforge.net/list-archives/';
|
$archiveUrl = 'http://lists.sourceforge.net/mailarchive/forum.php?forum_name=';
|
||||||
|
|
||||||
echo '[ ';
|
echo '[ ';
|
||||||
echo '<A href="' . $subUrl . $listName . '">subscribe</A>';
|
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
|
<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
|
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>
|
<H4>QuakeForge Announcements <? mailListLinks ('quakeforge-announce'); ?></H4>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue