diff options
author | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-12-06 05:26:21 +0000 |
---|---|---|
committer | floam <floam@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-12-06 05:26:21 +0000 |
commit | c361ccf3c40c3a7ed583d2eb39f81ca5ec107489 (patch) | |
tree | 5cdf22280aeb780fe20ce5193a023d1531649434 /web/include/discuss.php | |
parent | 16c40aa8bf66ff02515fb65c935fe47c7bb34328 (diff) | |
download | ioquake3-aero-c361ccf3c40c3a7ed583d2eb39f81ca5ec107489.tar.gz ioquake3-aero-c361ccf3c40c3a7ed583d2eb39f81ca5ec107489.zip |
Link to web forums.
git-svn-id: svn://svn.icculus.org/quake3/trunk@423 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'web/include/discuss.php')
-rw-r--r-- | web/include/discuss.php | 32 |
1 files changed, 32 insertions, 0 deletions
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 @@ +<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@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@icculus.org" class="shell">quake3-subscribe@icculus.org</a>. +<br /> +To send an e-mail to the list, address it to +<a href="mailto:quake3@icculus.org" class="shell">quake3@icculus.org</a>. +<br /> +To unsubscribe, send a blank e-mail to +<a href="mailto:quake3-unsubscribe@icculus.org" class="shell">quake3-unsubscribe@icculus.org</a>. +<br /> +For more help, send a blank email to +<a href="mailto:quake3-help@icculus.org" class="shell">quake3-help@icculus.org</a>. +All of the above information plus more will be sent to you. +</p> +<h3 class="shell">quake3-commits@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> |