Hopefully link the mailing lists up to the web site.

This commit is contained in:
Jeff Teunissen 2002-02-21 10:07:33 +00:00
parent cabc4b88ac
commit 6fb18f6eff
4 changed files with 81 additions and 68 deletions

View File

@ -2,19 +2,19 @@
$pageName = "Mailing Lists";
$focused = "none"; // Dock icon name to get a border
$currPage = "none";
require "../parts/preamble.php"; // Load most of document
require "parts/preamble.php"; // Load most of document
if (!$list || !(preg_match("/^quake-(announce|bugs|cvs|devel|user)$/i", $list))) {
if (!$list) {
echo "Bad Beavis! Go away.\n";
require "../parts/postamble.php";
exit();
require "parts/postamble.php";
exit ();
} else {
$list = strToLower ($list);
}
?>
<FORM method="post" action="http://lists.sourceforge.net/lists/subscribe/<? echo $list; ?>">
<FORM method="post" action="http://lists.quakeforge.net/lists/subscribe/<? echo $list; ?>">
<?
tableBoxHeader (featureBgColor, tableHeadColor);
tableTitle ('Subscribing to ' . ucWords ($list), 1, tableHeadColor);
@ -93,5 +93,5 @@
</FORM>
<!--NOSEARCH-->
<?
require "../parts/postamble.php"; // Finish this sucker up
require "parts/postamble.php"; // Finish this sucker up
?>

72
lists.php Normal file
View File

@ -0,0 +1,72 @@
<? // Preamble
$pageName = "Mailing Lists";
$focused = "none"; // Dock icon name to get a border
$currPage = "lists"; // Name of the page, for the menu
require "parts/preamble.php"; // Load most of document
function mailListLinks ($listName)
{
$subUrl = '/list_subscribe.php?list=';
$archiveUrl = 'http://lists.quakeforge.net/lists/listinfo/';
echo '[ ';
echo '<A href="' . $subUrl . $listName . '">subscribe</A>';
echo ' | ';
echo '<A href="' . $archiveUrl . $listName . '">archives</A>';
echo ' ]';
}
?>
<!--SEARCHME-->
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.
<H4>QuakeForge Announcements <? mailListLinks ('quakeforge-announce'); ?></H4>
<P>From time to time, the QuakeForge team make announcements. This, along with
the development list, is where they are sent. If you want to know about them,
subscribe here.
<H4>QuakeForge Bugs <? mailListLinks ('quakeforge-bugs'); ?></H4>
<H4>Newtree Bugs <? mailListLinks ('newtree-bugs'); ?></H4>
<H4>QFCC Bugs <? mailListLinks ('qfcc-bugs'); ?></H4>
<H4>Forge Bugs <? mailListLinks ('forge-bugs'); ?></H4>
<P>We hate to admit it, but even our code sometimes has bugs in it. These
mailing lists is for discussing those bugs. Also, the QuakeForge bug-tracking
system sends mail to this list whenever the bug database for each package is
updated.
<H4>QuakeForge CVS Updates <? mailListLinks ('quakeforge-cvs'); ?></H4>
<H4>Newtree CVS Updates <? mailListLinks ('newtree-cvs'); ?></H4>
<H4>QFCC CVS Updates <? mailListLinks ('qfcc-cvs'); ?></H4>
<H4>Forge CVS Updates <? mailListLinks ('forge-cvs'); ?></H4>
<P>If you would like to get an email every time something happens in the
QuakeForge CVS, subscribe to one or more of these mailing lists. Because a mail
is sent out every time any file is changed, they tend to be pretty high-traffic.
Each email contains a list of files changed, and what was changed.
<H4>QuakeForge Development <? mailListLinks ('quakeforge-devel'); ?></H4>
<P>This is where the main development work is discussed. Tempers run high
occasionally, and technical discussion is the order of the day. If you are
interested in helping, have a patch, or are concerned with the direction the
development is taking, this is the place you want to be.
<H4>QuakeForge Project discussion <? mailListLinks ('quakeforge-project'); ?></H4>
<P>This is where the overall direction of the project is, or isn't, discussed.
Development is off-topic, this list is mainly for non-technical discussion. If
you like watching C-SPAN, this might be a good place for you to be.
<H4>QuakeForge User Discussion <? mailListLinks ('quakeforge-users'); ?></H4>
<P>If you are more interested in playing the game than talking about development
stuff, you want to be here. Many of the QuakeForge developers are here, and
aside from our IRC channel, this is the closest thing to a tech support hotline
that we have. There may also be discussion between players here.
<!--NOSEARCH-->
<?
require "parts/postamble.php"; // Finish this sucker up
?>

View File

@ -1,59 +0,0 @@
<? // Preamble
$pageName = "Mailing Lists";
$focused = "none"; // Dock icon name to get a border
$currPage = "lists"; // Name of the page, for the menu
require "../parts/preamble.php"; // Load most of document
function mailListLinks ($listName)
{
$subUrl = '/lists/subscribe.php?list=';
$archiveUrl = 'http://www.geocrawler.com/redir-sf.php3?list=';
echo '[ ';
echo '<A href="' . $subUrl . $listName . '">subscribe</A>';
echo ' | ';
echo '<A href="' . $archiveUrl . $listName . '">archives</A>';
echo ' ]';
}
?>
<!--SEARCHME-->
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.
<H4>QuakeForge Announcements <? mailListLinks ('quake-announce'); ?></H4>
<P>From time to time, the QuakeForge team make announcements. This, along with
the development list, is where they are sent. If you want to know about them,
subscribe here.
<H4>QuakeForge Bugs <? mailListLinks ('quake-bugs'); ?></H4>
<P>We hate to admit it, but even our code sometimes has bugs in it. This mailing
list is for discussing those bugs. Also, the QuakeForge bug-tracking system
sends mail to this list whenever the bug database is updated.
<H4>QuakeForge CVS Updates <? mailListLinks ('quake-cvs'); ?></H4>
<P>If you would like to get an email every time something happens in the
QuakeForge CVS, subscribe to this mailing list. Because a mail is sent out
every time any file is changed, this list tends to be pretty high-traffic. Each
email contains a list of files changed, and what was changed.
<H4>QuakeForge Development <? mailListLinks ('quake-devel'); ?></H4>
<P>This is where the main development work is discussed. Tempers run high
occasionally, and technical discussion is the order of the day. If you are
interested in helping, have a patch, or are concerned with the direction the
development is taking, this is the place you want to be.
<H4>QuakeForge User Discussion <? mailListLinks ('quake-user'); ?></H4>
<P>If you are more interested in playing the game than talking about development
stuff, you want to be here. Many of the QuakeForge developers are here, and
aside from our IRC channel, this is the closest thing to a tech support hotline
that we have. There may also be discussion between players here.
<!--NOSEARCH-->
<?
require "../parts/postamble.php"; // Finish this sucker up
?>

View File

@ -41,8 +41,8 @@
menuItemLink ("docs", "/documentation.php", "Documentation");
menuItemLink ("shots", "/screenshots.php", "Screenshots");
menuItemLink ("files", "/files.php", "Downloads");
menuItemLink ("bugs", "/bugs/", "Bug Reports");
menuItemLink ("lists", "/lists/", "Mailing Lists");
menuItemLink ("bugs", "/bugs/", "Bug Tracker");
menuItemLink ("lists", "/lists.php", "Mailing Lists");
// menuItemLink ("board", "/board/", "Web Forum");
menuSectionFooter ();
}
@ -58,7 +58,7 @@
// menuItemLink ("research", "/research/", "Research Center");
// menuItemLink ("patches", "http://sourceforge.net/patch/?group_id=882", "Patch Manager");
// menuItemLink ("support", "http://sourceforge.net/support/?group_id=882", "Support Manager");
menuItemLink ("tasks", "http://sourceforge.net/pm/?group_id=882", "Task Manager");
// menuItemLink ("tasks", "http://sourceforge.net/pm/?group_id=882", "Task Manager");
menuSectionFooter ();
}