ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/left.inc
Revision: 1.101
Committed: Sun Mar 21 23:58:07 2004 UTC (20 years ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.100: +1 -1 lines
State: FILE REMOVED
Log Message:
Commit new website. The old site is tagged, so this won't change the live
site... but it does move HEAD on to the new site.

Too many changes to list really. General points are:

- Moved to a XHTML CSS compliant site.
- Reorganised the site into a more multi-project based look.
- Removed a lot of cruft.

Still to do:

- Fix all the zillions of bugs stopping the whole site from validating :-)
- Tidy up the HTML in terms of layout and indentation.

Thanks to AJ for his help this weekend in doing this.

File Contents

# Content
1
2 <!--
3 $Author: tdb $
4 $Id: left.inc,v 1.100 2003/10/04 18:00:57 tdb Exp $
5 -->
6
7 <table border="0" cellpadding="1" cellspacing="2" width="170" bgcolor="#000000" bordercolor="#9999ff" height="100%">
8
9 <tr bgcolor="#000066">
10 <td>
11 <font color="white" face="arial,sans-serif" size="2"><b>Contents</b></font>
12 </td>
13 </tr>
14
15 <tr bgcolor="#eeeeff">
16 <td valign="top">
17 <center><font face="arial,sans-serif" size="2">
18 <p>
19 <a href="/">i-scream homepage</a>
20 <hr noshade size="1" color="#000000">
21 <h5>main</h5>
22 <a href="/downloads"><b>Downloads</b></a><br>
23 <a href="/documentation"><b>Documentation</b></a><br>
24 <a href="/screenshots"><b>Screen Shots</b></a><br>
25 <a href="/reports"><b>Reports Demo</b></a><br>
26 <a href="/features.shtml"><b>Features</b></a><br>
27 <br>
28 <a href="/todo.shtml">TODO List</a><br>
29 <a href="/javadoc/">Javadoc Pages</a><br>
30 <br>
31 <a href="/cvs.shtml">CVS Repository</a><br>
32 <a href="/mailinglists.shtml">Mailing Lists</a><br>
33 <a href="/support.shtml">Bug Tracking</a><br>
34 <a href="/support.shtml">Support</a><br>
35 <br>
36 <a href="/license.shtml">Licensing</a><br>
37 <p>
38 <hr noshade size="1" color="#000000">
39 <h5>other projects</h5>
40 <a href="/libstatgrab">libstatgrab</a><br>
41 <a href="http://www.cs.kent.ac.uk/people/staff/tdb/#acl">Java ACL's for TCP/UDP</a><br>
42 <p>
43 <hr noshade size="1" color="#000000">
44 <h5>internal papers</h5>
45 <a href="/projectpapers.shtml">Project Papers/Docs</a><br>
46 <a href="/minutes.shtml">Meeting Minutes</a>
47 <p>
48 <hr noshade size="1" color="#000000">
49 <h5>misc</h5>
50 <a href="/probdomain.shtml">Problem Domain</a><br>
51 <a href="/who.shtml">Who We Are</a><br>
52 <a href="/pgpkey.shtml">PGP Key</a><br>
53 <a href="/acknowledgements.shtml">Acknowledgements</a>
54 <p>
55 <hr noshade size="1" color="#000000">
56 <h5>links</h5>
57 <a href="http://www.jacorb.org/">JacORB</a><br>
58 <a href="http://www.cs.kent.ac.uk/">UKC - Computer Science</a><br>
59 <a href="http://www.w3.org/XML/">W3 XML Information</a><br>
60 <a href="http://java.sun.com/xml/download.html">JAXP</a>
61 <p>
62 <hr noshade size="1" color="#000000">
63 <h5>contact us</h5>
64 <a href="mailto:dev@i-scream.org">dev@i-scream.org</a>
65 <p>
66 <hr noshade size="1" color="#000000">
67 <a href="http://sourceforge.net">
68 <img src="http://sourceforge.net/sflogo.php?group_id=24439" width="88" height="31" border="0" alt="SourceForge Logo">
69 </a>
70 <br>
71 <a href="http://www.freebsd.org">
72 <img src="/powerlogo_small.gif" width="120" height="45" border="0" alt="Powered By FreeBSD">
73 </a>
74 </font></center>
75 </td>
76 </tr>
77 </table>