# | Line 1 | Line 1 | |
---|---|---|
1 | < | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
1 | > | <!--#include virtual="/doctype.inc" --> |
2 | ||
3 | – | <!-- |
4 | – | $Author$ |
5 | – | $Id$ |
6 | – | --> |
7 | – | |
8 | – | <html> |
9 | – | |
3 | <head> | |
4 | < | <title>i-scream javadoc pages</title> |
4 | > | <title>i-scream CMS javadoc</title> |
5 | > | <!--#include virtual="/style.inc" --> |
6 | </head> | |
7 | ||
8 | < | <body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066"> |
8 | > | <body> |
9 | ||
10 | < | <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" --> |
10 | > | <div id="container"> |
11 | ||
12 | + | <div id="main"> |
13 | + | |
14 | + | <!--#include virtual="/header.inc" --> |
15 | + | |
16 | + | <div id="contents"> |
17 | + | <h1 class="top">i-scream CMS javadoc</h1> |
18 | + | |
19 | <h2>Java Source code documentation</h2> | |
20 | ||
21 | The whole of the server, and parts of the rest of the system have been | |
22 | written in Java. Making use of the javadoc tool the following pages of | |
23 | documentation have been automatically generated. | |
24 | ||
25 | < | <p><a href="/javadoc/server/">Server javadoc pages</a></p> |
26 | < | <p><a href="/javadoc/conient/">Conient javadoc pages</a></p> |
27 | < | <p><a href="/javadoc/dbreporter/">DBReporter javadoc pages</a></p> |
28 | < | <p><a href="/javadoc/corbaservices/">Corba Service Manager javadoc pages</a></p> |
25 | > | <p><a href="server/">Server javadoc pages</a></p> |
26 | > | <p><a href="conient/">Conient javadoc pages</a></p> |
27 | > | <p><a href="corbaservices/">Corba Service Manager javadoc pages</a></p> |
28 | > | <p><a href="util/">Util Package javadoc pages</a></p> |
29 | > | </div> |
30 | ||
31 | < | <!--#include virtual="../bottom.inc" --> |
32 | < | </td> |
33 | < | </tr> |
34 | < | </table> |
31 | > | <!--#include virtual="/footer.inc" --> |
32 | > | |
33 | > | </div> |
34 | > | |
35 | > | <!--#include virtual="/menu.inc" --> |
36 | > | |
37 | > | </div> |
38 | ||
39 | </body> | |
40 | </html> |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |