// 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/list-archives/'; echo '[ '; echo 'subscribe'; echo ' | '; echo 'archives'; echo ' ]'; } ?> 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 complete listing).
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.
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.
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.
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.
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.
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. require "parts/postamble.php"; // Finish this sucker up ?>