From d64e74dc77f7557390fe1db0119e869491bca837 Mon Sep 17 00:00:00 2001
From: floam If you're lucky your distribution or someone else using it may have already
+done all of the work for you. Gentoo users can just
+emerge quake3 to get a recent snapshot of our Subversion repository. Ludwig "Angst" Nussel works on this project and also provides
+
+RPMs for SUSE Linux Enterprise Server. Note that these are just the binaries,
+no scripts or KDE/Gnome files to start them. Ludwig also mentions that the packages
+should work on any glibc 2.3 system. ( This part assumes Windows users are using Cygwin. If you aren't,
TortoiseSVN is a good client. ) Everyone else can compile it themselvesUsing packages for your Linux Distribution
+Gentoo
za
+Check out and build from Subversion
Linux and friends
+
-
@@ -64,10 +68,7 @@ and Bugzilla. There is some great documentation for Linux users at the
id's original page (though you
should no-longer contact them for support). Windows users and Mac users should just
Google their errors to check for preexisting solutions.
-To subscribe to the mailing list send a blank e-mail to
-quake3-subscribe@icculus.org.
-Address e-mails that you want to appear on the list to
-quake3@icculus.org.
+You can try asking on the mailing list.
To join the IRC channel, connect your
client to irc.freenode.net #icculus.org/quake3.
To file a bug report with Bugzilla, check out our
@@ -81,9 +82,10 @@ tested and at list sort-of understand what you're doing.
+
COPYDIR="/opt/quake3" make copyfiles
The preferred way to get the ball rolling on a patch is to file a Bugzilla bug for your request with the patch attached -to it and then send a notice to the mailing list (send mail to quake3-subscribe@icculus.org to subscribe) about it. If you're really so lazy that -you can't do this, we would prefer you at least mail -it to zakk@icculus.org rather than not do anything at all.
+to it and then send a notice to the mailing list +about it. If you're really so lazy that you can't do this, we would prefer you at +least mail it to zakk@icculus.org rather than +not do anything at all.Please make it clear if the patch you're submitting for inclusion isn't yours. Point out where you found it and who authored it. This is so we know who to attribute diff --git a/web/include/thebrain.php b/web/include/thebrain.php index 791900b..6b47a7f 100644 --- a/web/include/thebrain.php +++ b/web/include/thebrain.php @@ -16,9 +16,10 @@ else { header("Content-type: $content_type; charset=UTF-8"); $navlist = array( - "home" => "Home", - "help" => "Help", - "status" => "Status" + "home" => "Home", + "help" => "Help", + "status" => "Status", + "mailinglists" => "Mailing Lists" ); function include_safe($file) { -- cgit v1.2.3