<?php
// meeting.html -- Events page for VAGUE Web site.

// Copyright (C) 2008 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: sa-meeting-20080220.html,v 1.2 2008-02-11 13:57:33-05 ashawley Exp $

$page_title 'Meeting Location';
include 
"header.php";
?>
<?php 
include "navigation.html"?>

<h2>7:00pm, Wednesday, February 20, 2008</h2>

<h3>General Organizational Meeting</h3>

<p>Monthly meeting of the Vermont Area Group of Unix Enthusiasts
(VAGUE) with a roundtable discussion about the use of Free and
Open-source software (FOSS) versus proprietary software in education
and government.</p>

<h3>Location</h3>

<dl>
<dd>Signal Advertising</dd>
<dd>535 Stone Cutters Way</dd>
<dd>Montpelier, VT 05602</dd>
</dl>

<h4>Directions and parking</h4>

<p>For directions see:</p>

<ul>
<li><a href="http://www.signalz.com/map.html">Directions on the Signal Advertising Web site</a></li>
</ul>

<p>For a map see:</p>

<ul>
<li><a href="http://maps.google.com/maps?q=535+Stone+Cutters+Way,+Montpelier,+VT+05602">Location on Google maps</a></li>

</ul>

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