ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/javadoc/index.shtml
Revision: 1.10
Committed: Sun Mar 21 23:58:32 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.9: +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 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2
3 <!--
4 $Author: tdb $
5 $Id: index.shtml,v 1.9 2003/08/22 13:23:16 tdb Exp $
6 -->
7
8 <html>
9
10 <head>
11 <title>i-scream javadoc pages</title>
12 </head>
13
14 <body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066">
15
16 <table border="0" cellpadding="2" cellspacing="2">
17 <tr>
18 <td valign="top">
19 <!--#include virtual="../left.inc" -->
20 </td>
21 <td valign="top">
22 <!--#include virtual="../title.inc" -->
23
24 <h2>Java Source code documentation</h2>
25
26 The whole of the server, and parts of the rest of the system have been
27 written in Java. Making use of the javadoc tool the following pages of
28 documentation have been automatically generated.
29
30 <p><a href="/javadoc/server/">Server javadoc pages</a></p>
31 <p><a href="/javadoc/conient/">Conient javadoc pages</a></p>
32 <p><a href="/javadoc/corbaservices/">Corba Service Manager javadoc pages</a></p>
33 <p><a href="/javadoc/util/">Util Package javadoc pages</a></p>
34
35 <!--#include virtual="../bottom.inc" -->
36 </td>
37 </tr>
38 </table>
39
40 </body>
41 </html>