<?php
// mailing-list.html -- Mailing-List 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: mailing-list.html,v 1.1 2006-06-12 00:04:32-04 ashawley Exp $

$page_title 'Mailing List';
include 
"header.php";
?>

<?php include "navigation.html"?>

<h2>Mailing List</h2>

<p>The mailing list is a discussion forum for members and is the
contact point for the group.  It is the source of organizational
planning, meeting announcements, meeting minutes, shared experiences,
technical support and off-topic conversation.  Follow the directions
below or visit the <a
href="http://list.uvm.edu/archives/vague.html">Web archives</a> to
manage or begin a subscription.</p>

<ol>
<li>To subscribe send a message to <a
href="mailto:listserv(at)list.uvm.edu?body=sub%20vague">listserv(at)list.uvm.edu</a> with &quot;sub vague&quot; in the
body of the message.</li>
<li>To post to the list send a message to <a href="mailto:vague(at)list.uvm.edu">vague(at)list.uvm.edu</a>.</li>
<li>To unsubscribe send a message to <a href="mailto:listserv(at)list.uvm.edu?body=unsub%20vague">listserv(at)list.uvm.edu</a> with &quot;unsub vague&quot; in the body.</li>
</ol>

<ul>
<li><a href="http://list.uvm.edu/archives/vague.html">Web Archives</a> - View past posts, or use the Web interface to manage your subscription.</li>
<li><a href="http://www.mail-archive.com/vague@list.uvm.edu/">Web Archives at Mail-Archive.com</a> - View past posts in a cleaner interface.  Note this archive is not as current nor complete as the archive above.</li>
</ul>

<hr />
<p><a href="discussion.html">Back to Discussion Forums</a></p>
<?php include "footer.php"?>