mirror of
https://git.code.sf.net/p/quake/website
synced 2024-11-30 16:01:24 +00:00
Remove missing lists.
This commit is contained in:
parent
8d0b3ef5d1
commit
e028fbb4cb
1 changed files with 15 additions and 6 deletions
21
lists.php
21
lists.php
|
@ -18,43 +18,51 @@
|
|||
<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>).
|
||||
|
||||
<!--
|
||||
<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>QuakeForge Bugs <? mailListLinks ('quake-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>
|
||||
-->
|
||||
|
||||
<P>We hate to admit it, but even our code sometimes has bugs in it. These
|
||||
<P>We hate to admit it, but even our code sometimes has bugs in it. This
|
||||
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>QuakeForge SVN Updates <? mailListLinks ('quake-commits'); ?></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>
|
||||
-->
|
||||
|
||||
<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>
|
||||
<H4>QuakeForge Development <? mailListLinks ('quake-devel'); ?></H4>
|
||||
<!--
|
||||
<H4>Quake II Development <? mailListLinks ('quake2-devel'); ?></H4>
|
||||
-->
|
||||
|
||||
<P>These are where the main development work is discussed. Tempers run high
|
||||
<P>This 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.
|
||||
|
||||
<!--
|
||||
<H4>QuakeForge Project discussion <? mailListLinks ('quakeforge-project'); ?></H4>
|
||||
|
||||
<P>This is where the overall direction of the project is, or isn't, discussed.
|
||||
|
@ -67,3 +75,4 @@ you like watching C-SPAN, this might be a good place for you to be.
|
|||
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.
|
||||
-->
|
||||
|
|
Loading…
Reference in a new issue