--- web/www/who.xhtml 2003/05/15 20:48:01 1.17 +++ web/www/who.xhtml 2006/03/15 20:42:49 1.25 @@ -1,91 +1,73 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> - -<!-- - $Author: tdb $ - $Id: who.xhtml,v 1.17 2003/05/15 20:48:01 tdb Exp $ ---> - - -<html> - -<head> - <title>Who We Are</title> - <meta name="description" content="The i-scream Project is a central monitoring system for Unix, Linux and NT servers."> - <meta name="keywords" content="i-scream, project, central monitoring system, unix, linux, nt, server, alert"> - <meta name="generator" content="notepad on acid, aye."> -</head> - -<body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066"> - -<table border="0" cellpadding="2" cellspacing="2"> - <tr> - <td valign="top"> -<!--#include virtual="left.inc" --> - </td> - <td valign="top"> -<!--#include virtual="title.inc" --> - - <table border="0" width="500"> - <tr> - <td> - <font size="2" face="arial,sans-serif"> - - <center><h3>Who We Are</h3></center> - - <p align="left"> - We were a group of four 3rd year <a href="http://www.cs.kent.ac.uk"> - Computer Science</a> students at the University of Kent. As - part of our final year we had to undertake a project that - was worth a quarter of our final year mark. We now continue - developing the system in our own time. - </p> - - <h4>Current core developers</h4> - - - <p align="left"> - <b>Tim Bishop</b> - tim@i-scream.org - <ul> - <li><a href="http://www.bishnet.net/tim/">Homepage</a> - <li><a href="http://www.cs.kent.ac.uk/people/staff/tdb/">Work</a> - <li><a href="http://www.bishnet.net/tim/cv.shtml">View my C.V.</a> - </ul> - </p> - - <p align="left"> - <b>Alex Moore</b> - aj@i-scream.org - </p> - - <p align="left"> - <b>Paul Mutton</b> - paul@i-scream.org - <ul> - <li><a href="http://www.jibble.org/">Homepage</a> - <li><a href="http://www.jibble.org/cv.php">View my C.V.</a> - <li><a href="http://www.cs.kent.ac.uk/people/rpg/pjm2/">Research</a> - </ul> - </p> - - <p align="left"> - <b>Pete Saunders</b> - pajs@i-scream.org - <ul> - <li><a href="http://www.cs.kent.ac.uk/people/staff/pajs/">Work</a> - </ul> - </p> - - <p align="left"> - Group Mailing List - <a href="mailto:dev@i-scream.org">dev@i-scream.org</a> - </p> - - </font> - </td> - </tr> - </table> - -<!--#include virtual="bottom.inc" --> - </td> - </tr> -</table> - -</body> - +<!--#include virtual="/doctype.inc" --> + <head> + <title> + Who We Are + </title> +<!--#include virtual="/style.inc" --> + </head> + <body> + <div id="container"> + <div id="main"> +<!--#include virtual="/header.inc" --> + <div id="contents"> + <h1 class="top"> + Who We Are + </h1> + <p> + i-scream started out as a group of four final year + <a href="http://www.cs.kent.ac.uk">Computer Science</a> + students at the University of Kent doing a final year + project. During that year they developed the + <a href="/cms/">CMS</a> package more or less as it stands + today. + </p> + <p> + Since the end of that year we've had a few changes in + members, but we're still developing software. We've taken + the <a href="/cms/">CMS</a> and developed it further, and + we've written libraries to support it. We're now working on + a new system to replace it known currently as + <a href="/laroona/">Laroona</a>. + </p> + <h2> + Current team + </h2> + <p> + <b>Tim Bishop</b> - tdb@i-scream.org + </p> + <ul> + <li> + <a href="http://www.bishnet.net/tim/">Homepage</a> + </li> + <li> + <a href="http://www.cs.kent.ac.uk/people/staff/tdb/">Work</a> + </li> + <li> + <a href="http://www.bishnet.net/tim/blog/">Blog</a> + </li> + </ul> + <p> + <b>Alex Moore</b> - ajm@i-scream.org + </p> + <p> + <b>Adam Sampson</b> - ats@i-scream.org + </p> + <ul> + <li> + <a href="http://www.offog.org/">Homepage</a> + </li> + </ul> + <p> + <b>Peter Saunders</b> - pajs@i-scream.org + </p> + <p> + Group Contact Address - + <a href="mailto:support@i-scream.org">support@i-scream.org</a> + </p> + </div> +<!--#include virtual="/footer.inc" --> + </div> +<!--#include virtual="/menu.inc" --> + </div> + </body> </html>