<?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: cb-meeting-20070320.html,v 1.3 2007-03-23 10:53:37-04 ashawley Exp $

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

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

<h3>Burlington Meeting at ClearBearing</h3>

<p>Several short presentations on <a href="http://en.wikipedia.org/wiki/Distributed_revision_control">distributed revision control</a> systems will be given by different members of VAGUE.  
Andrew Tomczak will present <a href="http://subversion.tigris.org/">Subversion</a> (svn).  Paul Flint will present <a href="http://www.bazaar-vcs.org/">Bazaar</a> (bzr).  Forrest Bond will present <a href="http://www.selenic.com/mercurial/wiki/">Mercurial</a> (hg) and <a href="http://svk.bestpractical.com/">SVK</a>.  Josh Sled will present <a href="http://git.or.cz/">git</a> (and git-svn) and <a href="http://darcs.net/">darcs</a>.</p>

<p>See <a href="wiki/index.php/Subversion_presentation">Andrew Tomczak's Subversion presentation</a> by viewing the Web-based slides posted on his Web site.</p> 

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

<p>See <a href="wiki/index.php/Mercurial_presentation">Forest Bond's Mercurial presentation</a> and <a href="wiki/index.php/SVK_presentation">Forest Bond's SVK presentation</a> by viewing the Web-based slides posted on his Web site.</p>

<p>See <a href="wiki/index.php/Version_control%2C_git_and_darcs_presentation">Josh Sled's presentations on version control systems, Git and darcs</a>  by viewing the Web-based slides posted on his Web site.</p>

<h3>Location</h3>

<dl>
<dt><a href="http://maps.google.com/maps?q=208+Flynn+Ave+Burlington+VT">Location on Google maps</a></dt>
<dd>ClearBearing</dd>
<dd>208 Flynn Avenue</dd>
<dd>Burlington, Vermont</dd>
</dl>

<h3>Directions</h3>

<p>Just before the train tracks, turn right into the parking lot; Clear
Bearing is in the second building from the road. Look up high for a 
rectangular, white sign that says "ClearBearing", above the door.</p>

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