// Preamble
$pageName = "Contact Us";
$focused = "none"; // Dock icon name to gets a border
require("parts/preamble.php"); // Load most of document
?>
Electronic Mail
Please direct support questions to the
QuakeForge Users mailing list.
If you have ideas about new features for QuakeForge or wish to help in
development, you can contact the QuakeForge developers via the
QuakeForge Development mailing list.
Web Forum
There is a QuakeForge Web Forum, provided courtesy of
Zap Mega Team Fortress.
Internet Relay Chat
The QuakeForge developers maintain an IRC channel, #QuakeForge, on the Open
Projects network, located at irc.openprojects.net.
Contact form
Send a message to the QuakeForge team, be sure to mention your name and email to be contacted at if you expect a reply.
if (isset($clicked)) {
mail("quake-devel@lists.sourceforge.net", "Comments", $message, "From: webmaster @quakeforge.net\r\n");
header("Location: http://www.quakeforge.net/thanks.php");
}
?>
require("parts/postamble.php"); // Finish this sucker up
?>