From c361ccf3c40c3a7ed583d2eb39f81ca5ec107489 Mon Sep 17 00:00:00 2001 From: floam Date: Tue, 6 Dec 2005 05:26:21 +0000 Subject: Link to web forums. git-svn-id: svn://svn.icculus.org/quake3/trunk@423 edf5b092-35ff-0310-97b2-ce42778d08ea --- web/include/discuss.php | 32 ++++++++++++++++++++++++++++++++ web/include/mailinglists.php | 27 --------------------------- web/include/thebrain.php | 4 ++-- 3 files changed, 34 insertions(+), 29 deletions(-) create mode 100644 web/include/discuss.php delete mode 100644 web/include/mailinglists.php (limited to 'web/include') diff --git a/web/include/discuss.php b/web/include/discuss.php new file mode 100644 index 0000000..4007884 --- /dev/null +++ b/web/include/discuss.php @@ -0,0 +1,32 @@ +

Web Forums

+

We provide web forums to facilitate the desire for a place to discuss this project +and seek help from peers online. Please be courteous!

+

Enter the icculus.org/quake3 forums.

+ +

Mailing Lists

+

There are two mailing lists used by this project. Here's a description and instructions +for each.

+

quake3@icculus.org

+

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.

+

To join the list, send a blank e-mail to +quake3-subscribe@icculus.org. +
+To send an e-mail to the list, address it to +quake3@icculus.org. +
+To unsubscribe, send a blank e-mail to +quake3-unsubscribe@icculus.org. +
+For more help, send a blank email to +quake3-help@icculus.org. +All of the above information plus more will be sent to you. +

+

quake3-commits@icculus.org

+

There is also this read-only mailing list which tracks changes to the +SVN 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 quake3 part of the +e-mail addresses to quake3-commits.

diff --git a/web/include/mailinglists.php b/web/include/mailinglists.php deleted file mode 100644 index 59de0de..0000000 --- a/web/include/mailinglists.php +++ /dev/null @@ -1,27 +0,0 @@ -

Mailing List Information

-

There are two mailing lists used by this project. Here's a description and instructions -for each.

-

quake3@icculus.org

-

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.

-

To join the list, send a blank e-mail to -quake3-subscribe@icculus.org. -
-To send an e-mail to the list, address it to -quake3@icculus.org. -
-To unsubscribe, send a blank e-mail to -quake3-unsubscribe@icculus.org. -
-For more help, send a blank email to -quake3-help@icculus.org. -All of the above information plus more will be sent to you. -

-

quake3-commits@icculus.org

-

There is also this read-only mailing list which tracks changes to the -SVN 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 quake3 part of the -e-mail addresses to quake3-commits.

diff --git a/web/include/thebrain.php b/web/include/thebrain.php index 4ee671e..58a97b6 100644 --- a/web/include/thebrain.php +++ b/web/include/thebrain.php @@ -19,8 +19,8 @@ $navlist = array( "home" => "Home", "get" => "Get It", "help" => "Help", - "status" => "Status", - "mailinglists" => "Mailing Lists" + "status" => "Status", + "discuss" => "Discussion", ); function include_safe($file) { -- cgit v1.2.3