ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/who.xhtml
Revision: 1.22
Committed: Sun Aug 1 14:37:20 2004 UTC (19 years, 8 months ago) by tdb
Branch: MAIN
Changes since 1.21: +1 -1 lines
Log Message:
Fix typo in page title.

File Contents

# User Rev Content
1 tdb 1.20 <!--#include virtual="/doctype.inc" -->
2 tdb 1.21 <head>
3     <title>
4 tdb 1.22 Who We Are
5 tdb 1.21 </title>
6 tdb 1.19 <!--#include virtual="/style.inc" -->
7 tdb 1.21 </head>
8     <body>
9     <div id="container">
10     <div id="main">
11 tdb 1.19 <!--#include virtual="/header.inc" -->
12 tdb 1.21 <div id="contents">
13     <h1 class="top">
14     Who We Are
15     </h1>
16     <p>
17     We started out as a group of four final year
18     <a href="http://www.cs.kent.ac.uk">Computer Science</a>
19     students at the University of Kent doing our final year
20     project. During that year we developed the
21     <a href="/cms/">CMS</a> package more or less as it stands
22     today.
23     </p>
24     <p>
25     Since the end of that year we've had a few changes in
26     members, but we're still developing software. We've taken
27     the <a href="/cms/">CMS</a> and developed it further, and
28     we've written libraries to support it. We're now working on
29     a new system to replace it known currently as
30     <a href="/laroona/">Laroona</a>.
31     </p>
32     <h2>
33     Current team
34     </h2>
35     <p>
36     <b>Tim Bishop</b> - tdb@i-scream.org
37     </p>
38     <ul>
39     <li>
40     <a href="http://www.bishnet.net/tim/">Homepage</a>
41     </li>
42     <li>
43     <a href="http://www.cs.kent.ac.uk/people/staff/tdb/">Work</a>
44     </li>
45     <li>
46     <a href="http://www.bishnet.net/tim/cv.shtml">View my
47     C.V.</a>
48     </li>
49     </ul>
50     <p>
51     <b>Alex Moore</b> - ajm@i-scream.org
52     </p>
53     <p>
54     <b>Adam Sampson</b> - ats@i-scream.org
55     </p>
56     <ul>
57     <li>
58     <a href="http://www.offog.org/">Homepage</a>
59     </li>
60     </ul>
61     <p>
62     <b>Peter Saunders</b> - pajs@i-scream.org
63     </p>
64     <ul>
65     <li>
66     <a href="http://www.cs.kent.ac.uk/people/staff/pajs/">Work</a>
67     </li>
68     </ul>
69     <p>
70     Group Mailing List -
71     <a href="mailto:dev@i-scream.org">dev@i-scream.org</a>
72     </p>
73     </div>
74 tdb 1.19 <!--#include virtual="/footer.inc" -->
75 tdb 1.21 </div>
76 tdb 1.19 <!--#include virtual="/menu.inc" -->
77 tdb 1.21 </div>
78     </body>
79 pjm2 1.4 </html>