<?php

$title = "Meet the Developers: Angus Gibson";
require_once("../includes/header.inc");
?>
<table>
<tr>
	<td><b>Name:</b></td>
	<td>Angus Gibson</td>
</tr>
<tr>
	<td><b>Age:</b></td>
	<td>16</td>
</tr>
<tr>
	<td><b>Location:</b></td>
	<td>Canberra, AU</td>
</tr>
<tr>
	<td><b>IRC Nickname:</b></td>
	<td>DarthShrine</td>
</tr>
</table>
<h4>How do you contribute to AWOS?</h4>
I mostly beta test and keep awilcox company :)
<h4>When and where did you first hear about AWOS?</h4>
I first heard about AWOS when awilcox was asking for help with the paging or something, and I came to have a look.
<h4>How and when did you get involved with AWOS?</h4>
I was originally a beta tester for AWOS.
<h4>What was your most recent commit?</h4>
My most recent commit was an easier version of strlen.
<h4>Do you have any plans for new features in 0.1.0?</h4>
No plans for new features.
<h4>Which text editor do you use, and why?</h4>
I use vim, because it makes sense to me.
<h4>Which distribution do you use?</h4>
Ubuntu's the distro.
<h4>What are your computer's specs?  Does it have a name?</h4>
Mainly use a Core Duo 1.86GHz with 1GB RAM. It's called SilverSpoon. Some of my other boxes are for beta testing... 800MHz P3 with 256MB RAM, 1.6GHz Celeron...
<?php
require_once("../includes/footer.inc");
?>