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

// Copyright (C) 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: stone-meeting-20070918.html,v 1.3 2007-09-10 22:45:22-04 ashawley Exp $

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

<h2>7:00pm, Tuesday, September 18, 2007</h2>

<h3>Presentations and General Organizational Meeting</h3>

<p>Django is a Web application framework that "encourages rapid
development" and adheres to "the DRY principle" ("Don't repeat
yourself").  Django is written in Python and was first released as
free software in 2005.  Forest Bond will present Django's architecture
and its utility in producing Web sites.</p>

<p>In 2007, the Vermont Department of Taxes released the source code to
their streamlined sales tax software, the <em>Gateway</em>, under the Mozilla
Public License. It was the first time a State of Vermont agency had
released source code under an open-source license.  Tom Cort will
explain how it happened, why it was a great idea, how others in
state government can share their source code, and how ordinary citizens
can benefit and contribute. The mechanics of open sourcing a software
project will be presented step-by-step as they pertain to state
government. This will be followed by a short demonstration of the
software.</p>

<h3>Location</h3>

<dl>
<dd>Stone Environmental, Inc.</dd>
<dd>535 Stone Cutters Way</dd>
<dd>Montpelier, Vermont  05602</dd>
</dl>

<p>For directions see:</p>

<ul>
<li><a href="http://www.stone-env.com/contact.html">Directions on the Stone Environmental Web site</a></li>
<li><a href="http://maps.google.com/maps?q=535+Stone+Cutters+Way+Montpelier+VT">Location on Google maps</a></li>
</ul>

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