r423 - trunk/web/include

DONOTREPLY at icculus.org DONOTREPLY at icculus.org
Tue Dec 6 00:26:22 EST 2005


Author: floam
Date: 2005-12-06 00:26:21 -0500 (Tue, 06 Dec 2005)
New Revision: 423

Added:
   trunk/web/include/discuss.php
Removed:
   trunk/web/include/mailinglists.php
Modified:
   trunk/web/include/thebrain.php
Log:
Link to web forums.


Copied: trunk/web/include/discuss.php (from rev 419, trunk/web/include/mailinglists.php)
===================================================================
--- trunk/web/include/mailinglists.php	2005-12-06 00:16:25 UTC (rev 419)
+++ trunk/web/include/discuss.php	2005-12-06 05:26:21 UTC (rev 423)
@@ -0,0 +1,32 @@
+<h2>Web Forums</h2>
+<p>We provide web forums to facilitate the desire for a place to discuss this project
+and seek help from peers online. Please be courteous!</p>
+<p><a href="http://boards.chatbear.com/quake3/">Enter the icculus.org/quake3 forums.</a></p>
+
+<h2>Mailing Lists</h2>
+<p>There are two mailing lists used by this project. Here's a description and instructions
+for each.</p>
+<h3 class="shell">quake3 at icculus.org</h3>
+<p>There is a general discussion mailing list where you can discuss this project,
+ask for help, announce patches, and anything else that could possibly be talked
+about with the developers and users of icculus.org/quake3.</p>
+<p>To join the list, send a blank e-mail to
+<a href="mailto:quake3-subscribe at icculus.org" class="shell">quake3-subscribe at icculus.org</a>.
+<br />
+To send an e-mail to the list, address it to
+<a href="mailto:quake3 at icculus.org" class="shell">quake3 at icculus.org</a>.
+<br />
+To unsubscribe, send a blank e-mail to
+<a href="mailto:quake3-unsubscribe at icculus.org" class="shell">quake3-unsubscribe at icculus.org</a>.
+<br />
+For more help, send a blank email to
+<a href="mailto:quake3-help at icculus.org" class="shell">quake3-help at icculus.org</a>.
+All of the above information plus more will be sent to you.
+</p>
+<h3 class="shell">quake3-commits at icculus.org</h3>
+<p>There is also this read-only mailing list which tracks changes to the
+<acronym title="Subversion">SVN</acronym> tree. You'll be sent an email each time
+someone commits a change. This is not normally a high-volume list, but it certainly
+can be at times. The instructions for this list are identical to the instructions
+for regular list, just change the <span class="shell">quake3</span> part of the
+e-mail addresses to <span class="shell">quake3-commits</span>.</p>

Deleted: trunk/web/include/mailinglists.php
===================================================================
--- trunk/web/include/mailinglists.php	2005-12-06 02:39:15 UTC (rev 422)
+++ trunk/web/include/mailinglists.php	2005-12-06 05:26:21 UTC (rev 423)
@@ -1,27 +0,0 @@
-<h2>Mailing List Information</h2>
-<p>There are two mailing lists used by this project. Here's a description and instructions
-for each.</p>
-<h3 class="shell">quake3 at icculus.org</h3>
-<p>There is a general discussion mailing list where you can discuss this project,
-ask for help, announce patches, and anything else that could possibly be talked
-about with the developers and users of icculus.org/quake3.</p>
-<p>To join the list, send a blank e-mail to
-<a href="mailto:quake3-subscribe at icculus.org" class="shell">quake3-subscribe at icculus.org</a>.
-<br />
-To send an e-mail to the list, address it to
-<a href="mailto:quake3 at icculus.org" class="shell">quake3 at icculus.org</a>.
-<br />
-To unsubscribe, send a blank e-mail to
-<a href="mailto:quake3-unsubscribe at icculus.org" class="shell">quake3-unsubscribe at icculus.org</a>.
-<br />
-For more help, send a blank email to
-<a href="mailto:quake3-help at icculus.org" class="shell">quake3-help at icculus.org</a>.
-All of the above information plus more will be sent to you.
-</p>
-<h3 class="shell">quake3-commits at icculus.org</h3>
-<p>There is also this read-only mailing list which tracks changes to the
-<acronym title="Subversion">SVN</acronym> tree. You'll be sent an email each time
-someone commits a change. This is not normally a high-volume list, but it certainly
-can be at times. The instructions for this list are identical to the instructions
-for regular list, just change the <span class="shell">quake3</span> part of the
-e-mail addresses to <span class="shell">quake3-commits</span>.</p>

Modified: trunk/web/include/thebrain.php
===================================================================
--- trunk/web/include/thebrain.php	2005-12-06 02:39:15 UTC (rev 422)
+++ trunk/web/include/thebrain.php	2005-12-06 05:26:21 UTC (rev 423)
@@ -19,8 +19,8 @@
  "home"		=> "Home",
  "get"		=> "Get It",
  "help"		=> "Help",
- "status" 		=> "Status",
- "mailinglists" 	=> "Mailing Lists"
+ "status" 	=> "Status",
+ "discuss"	=> "Discussion",
 );
 
 function include_safe($file) {




More information about the quake3-commits mailing list