<?php
/// index.php --- Index page to the VAGUE Web site.

// Copyright (C) 2002, 2003, 2005, 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: index.php,v 1.8 2006-06-29 22:55:48-04 ashawley Exp $

$page_title 'Main Page';
include 
'header.php';
?>

<p id="abstract"><strong>A Vague Description of <acronym
title="Vermont Area Group of Unix Enthusiasts">VAGUE</acronym></strong>:
Advocates the use of <em>free</em> (as in freedom), open source, unix
and GNU/Linux systems and software.  The collective serves as a resource
for the community; including beginners, professionals and other
enthusiasts.  More <a href="about-us.html">about us</a> &#8230;</p>

<?php include "navigation.html"?>

<div class="section">
<h2><a id="news_and_events" class="tonavigation" href="#backtonavigation">Back to site navigation menu.</a> News and Events</h2>

<p>The group typically meets monthly and on occasion has special
events and presentations.  Events are free and open to the public.
They are announced on this Web site and on the group's <a
href="mailing-list.html">mailing list</a>.</p>

<?php
$_GET
['url'] = 'events.xml';
include 
'rss2html.php';
?>

<p><a href="past-events.html">List of previous news and events</a>.</p>

</div>

<hr />

<?php
include 'footer.php';
?>