Revision: | 1.3 |
Committed: | Tue Mar 23 20:22:27 2004 UTC (20 years, 7 months ago) by tdb |
Branch: | MAIN |
Changes since 1.2: | +7 -7 lines |
Log Message: | Move to .xhtml files instead of .shtml. They still use SSI. We're now validating as XHTML 1.1 (or, at least we will be when I've tested every page of the site to make sure it validates). I've put the necessary frigs in the webserver so it returns the content-type as text/html if the web browser doesn't make any claims to know about application/xhtml+xml (which is the content type defined by the XHTML standards). |
# | User | Rev | Content |
---|---|---|---|
1 | tdb | 1.1 | <div id="menu"> |
2 | <h3 class="heading"> | ||
3 | <img src="http://nwww.i-scream.org/cgi-bin/logo.jpg" class="cornerlogo" alt="a random image"/> | ||
4 | Main | ||
5 | </h3> | ||
6 | |||
7 | <p> | ||
8 | <a href="http://nwww.i-scream.org/">i-scream Home</a><br/> | ||
9 | <a href="http://nwww.i-scream.org/#news">News</a><br/> | ||
10 | <a href="http://nwww.i-scream.org/#search">Search</a><br/> | ||
11 | </p> | ||
12 | |||
13 | <h3 class="heading">Projects</h3> | ||
14 | |||
15 | <p> | ||
16 | <a href="http://nwww.i-scream.org/libstatgrab/">libstatgrab</a><br/> | ||
17 | <a href="http://nwww.i-scream.org/pystatgrab/">pystatgrab</a><br/> | ||
18 | <a href="http://nwww.i-scream.org/laroona/">Laroona</a><br/> | ||
19 | <a href="http://nwww.i-scream.org/cms/">CMS</a><br/> | ||
20 | <br/> | ||
21 | <a href="http://www.cs.kent.ac.uk/people/staff/tdb/#acl">Java TCP/UDP ACL's</a><br/> | ||
22 | </p> | ||
23 | |||
24 | <h3 class="heading">Resources</h3> | ||
25 | |||
26 | <p> | ||
27 | tdb | 1.3 | <a href="http://nwww.i-scream.org/cvs.xhtml">CVS Repository</a><br/> |
28 | tdb | 1.2 | <a href="http://wiki.i-scream.org/">Wiki</a><br/> |
29 | tdb | 1.1 | <br/> |
30 | tdb | 1.3 | <a href="http://nwww.i-scream.org/mailinglists.xhtml">Mailing Lists</a><br/> |
31 | <a href="http://nwww.i-scream.org/support.xhtml">Support</a><br/> | ||
32 | <a href="http://nwww.i-scream.org/support.xhtml">Bug Tracking</a><br/> | ||
33 | tdb | 1.1 | <br/> |
34 | tdb | 1.3 | <a href="http://nwww.i-scream.org/license.xhtml">Licensing</a><br/> |
35 | tdb | 1.1 | </p> |
36 | |||
37 | <h3 class="heading">i-scream</h3> | ||
38 | |||
39 | <p> | ||
40 | tdb | 1.3 | <a href="http://nwww.i-scream.org/who.xhtml">Who We Are</a><br/> |
41 | <a href="http://nwww.i-scream.org/pgpkey.xhtml">PGP Key</a><br/> | ||
42 | tdb | 1.1 | </p> |
43 | |||
44 | <h3 class="heading">Contact Us</h3> | ||
45 | |||
46 | <p> | ||
47 | <a href="mailto:dev@i-scream.org">dev@i-scream.org</a> | ||
48 | </p> | ||
49 | |||
50 | <p class="logo"> | ||
51 | <a href="http://www.freebsd.org/"> | ||
52 | <img src="http://nwww.i-scream.org/images/freebsdlogo_small.gif" alt="Powered By FreeBSD" /> | ||
53 | </a> | ||
54 | </p> | ||
55 | </div> |