<?php
// meeting.html -- Events page for 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: bc-meeting-20060420.html,v 1.2 2006-07-28 10:40:09-04 ashawley Exp $

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

<h2>7:00pm, Thursday, April 20, 2006</h2>

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

<p>Josh Sled will introduce <a
href="http://www.gnucash.org/">GnuCash</a>, a free software
application for money management and accounting, that will be soon
releasing a new major version.  Jim Lawson will demonstrate <a
href="http://www.linuxvirtualserver.org/">Linux Virtual Server</a>
(LVS), an extension of the Linux kernel that allows clustered
computers to appear as a single server to provide load balancing, high
availability, scalability and improved performance.</p>

<p>See <a href="wiki/index.php/GnuCash_presentation">Josh Sled's
GnuCash presentation</a> by viewing the Web-based slides on his Web
site.</p>

<p>See <a href="wiki/index.php/LVS_presentation">Jim Lawson's LSV
presentation</a> by downloading copies of the <abbr title="Open
Document Format">ODF</abbr> or PDF files posted to the VAGUE Wiki.</p>

<h3>Location</h3>

<dl>
<dt><a href="http://maps.google.com/maps?q=85+Granite+Shed+Lane+Montpelier+VT">Location on Google maps</a></dt>
<dd>Bear Code</dd>
<dd>85 Granite Shed Lane, Unit 1</dd>
<dd>Montpelier, Vermont</dd>
</dl>

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