<?php
// about-us.html -- Web page about VAGUE.

// Copyright (C) 2005 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: about-us.html,v 1.5 2007-05-09 20:17:55-04 ashawley Exp $

$page_title 'About Us';
include 
'header.php';
?>

<?php include "navigation.html"?>

<h2>(Mission Statement)</h2>

<p>We, Vaguers, are enthused about the benefits and growth free and
open source software primarily with GNU/Linux, but also with other
unix and non-unix platforms. Internally, we wish to strengthen and
support our members both in professional and personal
endeavors. Externally, we wish to share and extend our knowledge and
skills, lending ourselves as resources to our community both geek and
non-geek alike.</p>

<h2>History</h2>

<p>The first meetings of Vague occurred in the Spring of 2002.  At
that time, a reinvigoration of a few local groups were in motion --
including the Vermont Small Linux Users Group (SLUG-VT) and the
Burlington Area Linux Users Group (BALUG).  The first combined meeting
took place at Saint Michael's College.</p>

<p>The initial meetings were attended by a motley group with mixed
interests and backgrounds.  Near the end of one of the early meetings
held at <abbr title="University of Vermont">UVM</abbr>, a
brainstorming session chose "VAGUE" for a new name to best represent
the current participants and to build the future membership.  The
literal phrase, "Vermont Area Group of Unix Enthusiasts", satisfying
the initials of the acronym was chosen only later.</p>

<p>The early group had monthly meetings featuring tutorials and
presentations on specific technologies and question and answer
sessions called "stump the chump".  A mailing list and Web site were
begun to communicate and document the group's activities.  Attempts
were even made to meet with other groups including members of Novell
Netware and Microsoft Windows NT user groups.</p>

<p>After a hiatus of a few years, the group was reinvigorated to offer
a forum for sharing experiences between members and an organization
that is an advocate and resource to the community for Unix and
GNU/Linux systems.  The mailing list continues to serve as a help
forum by providing contact to a collection of diverse and talented
minds.</p>

<h3>Download the Web Site Source Code</h3>

<p>The VAGUE Web site is being made available as <a
href="COPYING.txt">free software</a>, so here is the entire source
code -- it does not include the Wiki software or the pages in the
Wiki.  The <a href="INSTALL.txt">installation instructions</a> come
with the tarball.</p>

<?php include "site-source.php"?>

<p>View the Web site source code's <a href="ChangeLog">most recent
ChangeLog</a>.</p>

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