gaim/www

Initial import into CVS
chipx86 start
2002-09-26, Christian Hammond
2b210e25fed4
Initial import into CVS
<?php
require "html.inc.php";
start_html("Contact Information");
start_section("IRC");
?>
<p>
Join us in #gaim on <a
href="http://www.freenode.info">irc.freenode.net</a> for answers
to questions and general gaim discussion.
</p>
<?php end_section() ?>
<?php start_section("Current Developers") ?>
<p>
<b>Rob Flynn</b> -
&lt;<a href="mailto:rob@marko.net">rob@marko.net</a>&gt;<br /><br />
&nbsp;&nbsp;<b>AIM:</b> RobFlynn<br />
&nbsp;&nbsp;<b>ICQ:</b> 1358450<br />
&nbsp;&nbsp;<b>Yahoo:</b> IBRRob<br />
&nbsp;&nbsp;<b>Jabber:</b> robflynn@jabber.org<br />
&nbsp;&nbsp;<b>MSN:</b> rmf410@hotmail.com<br />
&nbsp;&nbsp;<b>Gadu-Gadu:</b> 1514892<br />
&nbsp;&nbsp;<i>Maintainer, fast car drivin', cute girl lovin', penguin huggin' beast!
ROWR!</i>
</p>
<br />
<p>
<b>Sean Egan</b> -
&lt;<a href="mailto:bj91704@binghamton.edu">bj91704@binghamton.edu</a>&gt;<br /><br />
&nbsp;&nbsp;<b>AIM:</b> SeanEgn<br />
&nbsp;&nbsp;<b>ICQ:</b> 96642211<br />
&nbsp;&nbsp;<b>Yahoo:</b> SeanEgn<br />
&nbsp;&nbsp;<b>Jabber:</b> seanegn@jabber.org<br />
&nbsp;&nbsp;<b>MSN:</b> seanegn@hotmail.com<br />
&nbsp;&nbsp;<b>Gadu-Gadu:</b> 1511497<br />
&nbsp;&nbsp;<i>What should I put as an italicized description of me?</i>
</p>
<?php end_section() ?>
<?php start_section("Web Developer") ?>
<p>
<b>Christian Hammond</b>
</p>
<?php end_section() ?>
<?php start_section("Contributors") ?>
<p>
<b>Decklin Foster</b>
</p>
<br />
<p>
<b>Ben Miller</b>
</p>
<br />
<p>
<b>Nathan Walp</b>
</p>
<br />
<p>
<b>Mark Doliner</b>
</p>
<br />
<?php end_section() ?>
<?php start_section("Retired Developers") ?>
<p>
<b>Syd Logan</b><br />
&nbsp;&nbsp;<i>Gtk+ God, Pilot, and Designated Driver</i>
</p>
<br />
<p>
<b>Jim Duchek</b> -
&lt;<a href="mailto:jim@linuxpimps.com">jim@linuxpimps.com</a>&gt;<br />
&nbsp;&nbsp;<b>AIM:</b> Zilding<br />
&nbsp;&nbsp;<i>Ex-Maintainer, resident bum, alcohol consumer, and Tiger
tamer.</i>
</p>
<br />
<p>
<b>Eric Warmenhoven</b> -
&lt;<a href="mailto:warmenhoven@yahoo.com">warmenhoven@yahoo.com</a>&gt;<br />
&nbsp;&nbsp;<b>AIM:</b> EWarmenhoven was suspended (again)<br />
&nbsp;&nbsp;<b>Jabber:</b> warmenhoven@jabber.org<br />
&nbsp;&nbsp;<i>Warm-hearted Electrical Outlet (Plugins Baby), GNOME-king,
and hyper-hacker.</i>
</p>
<br />
<p>
<b>Mark Spencer</b> -
&lt;<a href="mailto:markster@marko.net">markster@marko.net</a>&gt;<br />
&nbsp;&nbsp;<b>AIM:</b> Markster97<br />
&nbsp;&nbsp;<i>Original author, completely amazing, and modest about it.</i>
</p>
<?php end_section() ?>
<?php
end_html();
?>