<?php
// wiki.html -- Wiki intro 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: wiki.html,v 1.1 2006-06-12 00:04:25-04 ashawley Exp $

$page_title 'Wiki';
include 
"header.php";
?>

<?php include "navigation.html"?>

<h3><a id="wiki"></a>Wiki Web site</h3>

<p>A <a href="wiki/">Wiki</a> Web site using <a
href="http://www.mediawiki.org/">MediaWiki</a> provides a shared
environment for the group to contribute and revise lasting documents.
Everyone is welcome to read and make modifications.
Currently, a user account is required to edit pages.</p>

<ul>
  <li>The VAGUE <a href="wiki/">Wiki</a> at <kbd class="url">http://www.uvm.org/vague/wiki/</kbd></li>
</ul>

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