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

// Copyright (C) 2006, 2007 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: bc-meeting-20070220.html,v 1.1 2007-03-19 11:38:49-04 ashawley Exp $

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

<h2>7:00pm, Tuesday, February 20, 2007</h2>

<h3>Montpelier Meeting at Bear Code</h3>

<p>Paul Flint will give a presentation on <a href="http://www.tiddlywiki.com/">TiddlyWiki</a> a Web browser-driven electronic notebook.</p>

<p>See <a href="wiki/index.php/TiddlyWiki_presentation">Paul Flint's TiddlyWiki presentation</a> by viewing the Web-based slides posted on his Web site.</p> 

<h3>Location</h3>

<dl>
<dd>Bear Code</dd>
<dd>85 Granite Shed Lane, Unit 1</dd>
<dd>Montpelier, Vermont  05602</dd>
</dl>

<p>For directions see:</p>

<ul>
<li><a href="http://bear-code.com/contact.html">Directions on the Bear Code Web site</a></li>
<li><a href="http://maps.google.com/maps?q=85+Granite+Shed+Lane+Montpelier+VT">Location on Google maps</a></li>
</ul>

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