<?php
// discussion.php -- Discussion forums page on the VAGUE Web site.

// Copyright (C) 2006 Aaron Hawley <ashawley@gnu.uvm.edu>

// This program is free software; you can redistribute it and/or
// modify it under the terms of the GNU General Public License as
// published by the Free Software Foundation; either version 2 of the
// License, or (at your option) any later version.

// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
// GNU General Public License for more details.

// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
// 02110-1301, USA.

// $Id: discussion.html,v 1.2 2006-06-11 18:15:53-04 ashawley Exp $

$page_title 'Discussion Forums';
include 
"header.php";
?>

<?php include "navigation.html"?>

<h2>Discussion Forums</h2>

<p>Besides the discussions occurring at our organized meetings, we
also communicate electronically. A response from the group is
guaranteed from the group mailing list.  An Internet Relay Chat (IRC)
channel is available for real-time chat.  The group's Wiki provides a
space for common collaboration on long-term projects.</p>

<ul>
<li><a href="/vague/mailing-list.html">Mailing List</a></li>
<li><a href="/vague/irc-channel.html"><abbr title="Internet Relay Chat">IRC</abbr> Channel</a></li>
<li><a href="/vague/wiki.html">Wiki</a></li>
</ul>

<hr />
<p><a href="./">Back to Vague</a></p>
<?php include "footer.php"?>