<?php
// irc-channel.html -- IRC Channel page on the 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: irc-channel.html,v 1.1 2006-06-12 00:04:38-04 ashawley Exp $

$page_title 'IRC Channel';
include 
"header.php";
?>

<?php include "navigation.html"?>

<h3>Vague Channel on Internet Relay Chat (IRC)</h3>

<p>Josh Sled has created and registered the channel #vague on <a
href="http://www.freenode.net/">freenode.net</a>.  The following <abbr
title="Uniform Resource Location">URL</abbr> works in some Web browsers:
<a href="irc://irc.freenode.net/vague">irc://irc.freenode.net/vague</a>.</p>

<hr />
<p><a href="discussion.html">Back to Discussion Forums</a></p>
<?php include "footer.php"?>