2000-05-08 02:39:55 +00:00
|
|
|
<? // Preamble
|
|
|
|
$pageName = "Contact Us";
|
|
|
|
$focused = "none"; // Dock icon name to gets a border
|
|
|
|
require("parts/preamble.php"); // Load most of document
|
|
|
|
?>
|
|
|
|
<!--SEARCHME-->
|
|
|
|
<H2>Electronic Mail</H2>
|
|
|
|
<P>Please direct support questions to the
|
|
|
|
<A href="mailto:quake-user@lists.sourceforge.net">QuakeForge Users</A> mailing list.
|
|
|
|
|
|
|
|
<P>If you have ideas about new features for QuakeForge or wish to help in
|
|
|
|
development, you can contact the QuakeForge developers via the
|
|
|
|
<A href="mailto:quake-devel@lists.sourceforge.net">QuakeForge Development</A> mailing list.
|
|
|
|
|
|
|
|
<H2>Web Forum</H2>
|
|
|
|
There is a <A href="/board/">QuakeForge Web Forum</A>, provided courtesy of
|
|
|
|
<A href="http://megatf.netfrag.com/">Zap Mega Team Fortress</A>.
|
|
|
|
|
|
|
|
<H2>Internet Relay Chat</H2>
|
|
|
|
The QuakeForge developers maintain an IRC channel, #QuakeForge, on the Open
|
|
|
|
Projects network, located at irc.openprojects.net.
|
|
|
|
|
|
|
|
<!--NOSEARCH-->
|
|
|
|
<?
|
|
|
|
require("parts/postamble.php"); // Finish this sucker up
|
2000-04-06 21:27:30 +00:00
|
|
|
?>
|