mirror of
https://git.code.sf.net/p/quake/website
synced 2025-03-13 21:21:59 +00:00
Add the new Quake II lists to the lists page.
This commit is contained in:
parent
472495a19a
commit
1c1a6b6240
1 changed files with 5 additions and 2 deletions
|
@ -8,7 +8,7 @@
|
|||
{
|
||||
$subUrl = '/list_subscribe.php?list=';
|
||||
$archiveUrl = 'http://lists.quakeforge.net/list-archives/';
|
||||
|
||||
|
||||
echo '[ ';
|
||||
echo '<A href="' . $subUrl . $listName . '">subscribe</A>';
|
||||
echo ' | ';
|
||||
|
@ -28,6 +28,7 @@ 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>Quake II Bugs <? mailListLinks ('quake2-bugs'); ?></H4>
|
||||
<H4>Newtree Bugs <? mailListLinks ('newtree-bugs'); ?></H4>
|
||||
<H4>QFCC Bugs <? mailListLinks ('qfcc-bugs'); ?></H4>
|
||||
<H4>Forge Bugs <? mailListLinks ('forge-bugs'); ?></H4>
|
||||
|
@ -38,6 +39,7 @@ system sends mail to this list whenever the bug database for each package is
|
|||
updated.
|
||||
|
||||
<H4>QuakeForge CVS Updates <? mailListLinks ('quakeforge-cvs'); ?></H4>
|
||||
<H4>Quake II CVS Updates <? mailListLinks ('quake2-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>
|
||||
|
@ -48,8 +50,9 @@ 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>
|
||||
<H4>Quake II Development <? mailListLinks ('quake2-devel'); ?></H4>
|
||||
|
||||
<P>This is where the main development work is discussed. Tempers run high
|
||||
<P>These are 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.
|
||||
|
|
Loading…
Reference in a new issue