# | Line 1 | Line 1 | |
---|---|---|
1 | < | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
1 | > | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
2 | > | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
3 | ||
3 | – | <!-- |
4 | – | index.shtml |
5 | – | Created by tdb1 14/01/2001 |
6 | – | Last edited 14/01/2001 |
7 | – | --> |
8 | – | |
4 | <html> | |
5 | ||
6 | <head> | |
7 | < | <title>i-Scream javadoc pages</title> |
7 | > | <title>i-scream CMS javadoc</title> |
8 | > | <!--#include virtual="/style.inc" --> |
9 | </head> | |
10 | ||
11 | < | <body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066"> |
11 | > | <body> |
12 | ||
13 | < | <table border="0" cellpadding="2" cellspacing="2"> |
18 | < | <tr> |
19 | < | <td valign="top"> |
20 | < | <!--#include virtual="../left.inc" --> |
21 | < | </td> |
22 | < | <td valign="top"> |
23 | < | <!--#include virtual="../title.inc" --> |
13 | > | <div id="container"> |
14 | ||
15 | + | <div id="main"> |
16 | + | |
17 | + | <!--#include virtual="/header.inc" --> |
18 | + | |
19 | + | <div id="contents"> |
20 | + | <h1 class="top">i-scream CMS javadoc</h1> |
21 | + | |
22 | <h2>Java Source code documentation</h2> | |
23 | ||
24 | The whole of the server, and parts of the rest of the system have been | |
25 | written in Java. Making use of the javadoc tool the following pages of | |
26 | documentation have been automatically generated. | |
27 | ||
28 | < | <p><a href="/javadoc/server/">Server javadoc pages</a></p> |
29 | < | <p><a href="/javadoc/conient/">Conient javadoc pages</a></p> |
30 | < | <p>Host javadoc pages (to come)</p> |
28 | > | <p><a href="server/">Server javadoc pages</a></p> |
29 | > | <p><a href="conient/">Conient javadoc pages</a></p> |
30 | > | <p><a href="corbaservices/">Corba Service Manager javadoc pages</a></p> |
31 | > | <p><a href="util/">Util Package javadoc pages</a></p> |
32 | > | </div> |
33 | ||
34 | < | <!--#include virtual="../bottom.inc" --> |
35 | < | </td> |
36 | < | </tr> |
37 | < | </table> |
34 | > | <!--#include virtual="/footer.inc" --> |
35 | > | |
36 | > | </div> |
37 | > | |
38 | > | <!--#include virtual="/menu.inc" --> |
39 | > | |
40 | > | </div> |
41 | ||
42 | </body> | |
43 | </html> |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |