<?php
// links.html -- Links page to the VAGUE Web site.

// Copyright (C) 2002, 2003, 2005, 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: links.html,v 1.13 2007-05-09 20:51:42-04 ashawley Exp $

$page_title 'Related Links';
include 
"header.php";
?>

<?php include "navigation.html"?>

<h2>Related Links</h2>

<ul>
 <li><em>Free</em> and <em>Open Source</em> advocacy
  <ul>
   <li><a href="http://www.fsf.org/">Free Software Foundation (FSF)</a></li>
   <li><a href="http://www.opensource.org/">The OpenSource Initiative</a></li>
  </ul>
 </li>
 <li><em>Free</em> and <em>Open Source</em> software
  <ul>
   <li><a href="http://directory.fsf.org/">Free Software Directory (FSF/UNESCO)</a></li>
   <li><a href="http://www.freshmeat.net/">FreshMeat</a></li>
   <li><a href="http://savannah.gnu.org/">GNU Savannah</a></li>
   <li><a href="http://www.sourceforge.net/">SourceForge</a></li>
  </ul>
 </li>
 <li>GNU/Linux operating system
  <ul>
   <li><a href="http://www.gnu.org/">GNU (GNU's Not Unix) Project</a></li>
   <li><a href="http://www.linux.org/">Linux.org</a></li>
   <li><a href="http://www.debian.org/">The Debian Project</a> - The <em>free</em> operating system distribution.</li>
   <li><a href="http://www.fedora.redhat.com/">The Fedora Project</a> - Community-supported Red Hat Linux distribution.</li>
   <li><a href="http://www.gnu.org/software/hurd/">GNU Hurd</a> - The <a href="http://www.gnu.org/gnu/gnu-history.html">GNU System</a> kernel project.</li>
   <li><a href="http://www.redhat.com/">Red Hat Linux</a></li>
   <li><a href="http://www.gentoo.com/">Gentoo Linux</a> - A distribution focusing on portage allowing you to compile all your software packages from source.</li>
   <li><a href="http://www.ubuntu.com/">Ubuntu Linux</a> - A Debian-based distrubition focusing on ease of use.</li>
   <li><a href="http://www.linuxchix.org/">Linux Chix</a></li>
   <li><a href="http://www.tldp.org/">The Linux Documentation Project</a></li>
   <li><a href="http://www.linux-ha.org/">The Linux High Availability Project</a></li>
  </ul>
 </li>
 <li>unix operating system
  <ul>
   <li><a href="http://www.freebsd.org/">FreeBSD</a></li>
   <li><a href="http://www.openbsd.org/">OpenBSD</a></li>
   <li><a href="http://www.cygwin.com/">Cygwin</a> - unix environment for Microsoft Windows.</li>
   <li><a href="http://unixhelp.ed.ac.uk/">UNIXhelp for Users</a> - Information system developed at the University of Edinburgh.</li>
   <!-- li><a href="http://www.geek-girl.com/unix.html">UNIX Reference Desk</a></li-->
   <li><a href="http://www.usenix.org/">USENIX</a> - Advanced computing systems association.</li>
  </ul>
 </li>
 <li>Desktop software
  <ul>
   <li><a href="http://www.mozilla.org/">The Mozilla Foundation</a> - Repository of the Mozilla, Firefox, Thunderbird, and Camino web browsers and e-mail clients.</li>
   <li><a href="http://www.openoffice.org/">Open Office dot Org</a> - Desktop office suite available as free software.</li>
   <li><a href="http://www.gnome.org/gnome-office/">Gnome Office</a> - Includes <a href="http://www.abisource.com/">Abiword</a> free word processing program and <a href="http://www.gnu.org/software/gnumeric/">Gnumeric</a> spreadsheet software.</li>
   <li><a href="http://www.gnucash.org/">GnuCash</a> - Free accounting software system.</li>
  </ul>
 </li>
 <li>Programming and scripting
  <ul>
    <li><a href="http://gcc.gnu.org/">GCC</a> - The GNU Cross Compiler.</li>
    <li><a href="http://www.perl.org/">Perl</a> - Practical Extraction and Report Language</li>
    <li><a href="http://www.php.net/">PHP</a> - PHP Hypertext Processor language.</li>
    <li><a href="http://www.python.org/">Python</a> - Interpreted, interactive, object-oriented language.</li>
    <li><a href="http://tcl.sf.net/">Tcl/Tk</a> - Tool Command Language</li>
  </ul>
 </li>
 <li>System administrating
  <ul>
   <li><a href="http://www.nagios.org/">Nagios</a> - A distributed network monitoring framework.</li>
   <li><a href="http://sisuite.sf.net/">System Installation Suite</a> - Collection of tools automating the administration of networked machines.
    <ul>
     <li><a href="http://systeminstaller.sf.net/">System Installer</a> - Linux image creator.</li>
     <li><a href="http://www.systemimager.org/">SystemImager</a> - Linux installation, distribution and deployment tool.</li>
     <li><a href="http://samba.anu.edu.au/rsync/">rsync</a> - Remote file synchronization and transfer program.</li>
    </ul>
   </li>
  </ul>
 </li>
 <li>Vermont related
  <ul>
   <li><a href="http://www.uvm.edu/opensource/">Open Source Software at the University of Vermont</a></li>
   <li><a href="http://www.sover.net/~nvmug/">Northern Vermont Macintosh Users Group</a></li>
   <li><a href="http://www.mugstowe.org/">Macintosh User Group of Stowe</a></li>
   <li><a href="http://www.sevcug.org/">The Southeastern Vermont Computer Users Group</a></li>
   <li><a href="http://www.mmu.k12.vt.us/linux/">Vermont <abbr title="Kindergarten through 12 grade">K-12</abbr> Linux Tips</a></li>
   <!-- li><a href="http://www.vtlug.org/">Vermont Tribe of Libre Users' Groups</a> (VTLUG)</li -->
   <li><a href="http://www.vtrails.org/">Vermont Ruby On Rails User Group</a> (VTRAILS)</li>
   <li><a href="http://www.vtbsd.net/">Vermont BSD</a></li>
   <li><a href="http://www.vtsda.org/">Vermont Software Developer's Association</a></li>
   <li><!-- a href="http://www.vtntug.org/" -->Vermont NT Users Group (VTNTUG)<!-- /a --></li>
   <li><a href="http://www.vtmug.org/">Vermont Midrange User Group (VTMUG)</a></li>
  </ul>
 </li>
 <li>"Unrelated" matches
  <ul>
   <li><a href="http://www.vtluug.org/">Virginia Tech (VT) LUUG</a></li>
  </ul>
 </li>
</ul>

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