ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/cms/documentation/index.shtml
(Generate patch)

Comparing web/www/cms/documentation/index.shtml (file contents):
Revision 1.13 by tdb, Thu May 15 20:48:02 2003 UTC vs.
Revision 1.14 by tdb, Sun Mar 21 23:58:16 2004 UTC

# 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 pjm2 24/03/2001
6    Last edited 24/03/2001
7 -->
8
4   <html>
5  
6   <head>
7 <  <title>i-scream documentation</title>
7 > <title>i-scream CMS documentation</title>
8 > <!--#include virtual="/style.inc" -->
9   </head>
10  
11 < <basefont face="arial, sans-serif" size="2">
16 < <body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066">
11 > <body>
12  
13 < <table border="0" cellpadding="2" cellspacing="2">
14 <  <tr>
15 <    <td valign="top">
16 < <!--#include virtual="../left.inc" -->
17 <    </td>
18 <    <td valign="top">
19 < <!--#include virtual="../title.inc" -->
20 < <font size="2">
26 < <h3>i-scream documentation</h3>
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 documentation</h1>
21   <p>This is the offical documentation for the i-scream central monitoring
22   system. They should be considered "correct" over any other older
23   documentation that still exists on the website. They are currently only
# Line 34 | Line 28 | from this website. However, there may be changes in th
28   are not documented in the code. The link below shows what changes have been
29   made since the project completion date.</p>
30  
31 < <a href="http://www.i-scream.org/cgi-bin/cvslog.cgi?period=since&date=2001/03/29&module=cms">
31 > <a href="/cgi-bin/cvslog.cgi?period=since&date=2001/03/29&module=cms">
32   Commits to the "cms" CVS module since project completion (29/03/2001)</a>
33  
34 < <hr>
35 < <h4>User guides</h4>
36 < (<a href="/documentation/gettingstarted.shtml">HTML</a>) Getting Started with the i-scream Central Monitoring System<br>
37 < (<a href="/documentation/printable/host/ihost/ihost_user_guide.doc">Word</a>|<a href="/documentation/printable/host/ihost/ihost_user_guide.pdf">PDF</a>) Unix/Linux ihost user guide<br>
38 < (<a href="/documentation/printable/host/winhost/winhost_user_guide.doc">Word</a>|<a href="/documentation/printable/host/winhost/winhost_user_guide.pdf">PDF</a>) Windows WinHost user guide<br>
39 < (<a href="/documentation/printable/client/conient_user_guide.doc">Word</a>|<a href="/documentation/printable/client/conient_user_guide.pdf">PDF</a>) Conient client user guide<br>
40 < (<a href="/documentation/printable/server/server_user_guide.doc">Word</a>|<a href="/documentation/printable/server/server_user_guide.pdf">PDF</a>) Server user guide<br>
41 < (<a href="/documentation/printable/server/corba_services.doc">Word</a>|<a href="/documentation/printable/server/corba_services.pdf">PDF</a>) CORBA Services user guide<br>
42 < (<a href="/documentation/printable/reports/web_user_guide.doc">Word</a>|<a href="/documentation/printable/reports/web_user_guide.pdf">PDF</a>) Web reports user guide<br>
49 < (<a href="/documentation/printable/reports/dbreporter_user_guide.doc">Word</a>|<a href="/documentation/printable/reports/dbreporter_user_guide.pdf">PDF</a>) Database reporter user guide<br>
34 > <h3>User guides</h3>
35 > (<a href="gettingstarted.shtml">HTML</a>) Getting Started with the i-scream Central Monitoring System<br>
36 > (<a href="printable/host/ihost/ihost_user_guide.doc">Word</a>|<a href="printable/host/ihost/ihost_user_guide.pdf">PDF</a>) Unix/Linux ihost user guide<br>
37 > (<a href="printable/host/winhost/winhost_user_guide.doc">Word</a>|<a href="printable/host/winhost/winhost_user_guide.pdf">PDF</a>) Windows WinHost user guide<br>
38 > (<a href="printable/client/conient_user_guide.doc">Word</a>|<a href="printable/client/conient_user_guide.pdf">PDF</a>) Conient client user guide<br>
39 > (<a href="printable/server/server_user_guide.doc">Word</a>|<a href="printable/server/server_user_guide.pdf">PDF</a>) Server user guide<br>
40 > (<a href="printable/server/corba_services.doc">Word</a>|<a href="printable/server/corba_services.pdf">PDF</a>) CORBA Services user guide<br>
41 > (<a href="printable/reports/web_user_guide.doc">Word</a>|<a href="printable/reports/web_user_guide.pdf">PDF</a>) Web reports user guide<br>
42 > (<a href="printable/reports/dbreporter_user_guide.doc">Word</a>|<a href="printable/reports/dbreporter_user_guide.pdf">PDF</a>) Database reporter user guide<br>
43  
44 < <h4>Maintenance documentation for developers</h4>
45 < (<a href="/documentation/printable/host/ihost/ihost_maintenance.doc">Word</a>|<a href="/documentation/printable/host/ihost/ihost_maintenance.pdf">PDF</a>) Unix/Linux ihost maintenance<br>
46 < (<a href="/documentation/printable/host/winhost/winhost_maintenance.doc">Word</a>|<a href="/documentation/printable/host/winhost/winhost_maintenance.pdf">PDF</a>) Windows WinHost maintenance<br>
47 < (<a href="/documentation/printable/client/conient_maintenance.doc">Word</a>|<a href="/documentation/printable/client/conient_maintenance.pdf">PDF</a>) Conient maintenance<br>
48 < (<a href="/documentation/printable/server/server_maintenance.doc">Word</a>|<a href="/documentation/printable/server/server_maintenance.pdf">PDF</a>) Server maintenance<br>
49 < (<a href="/documentation/printable/reports/web_reports_maintenance.doc">Word</a>|<a href="/documentation/printable/reports/web_reports_maintenance.pdf">PDF</a>) Web reports maintenance<br>
50 < (<a href="/documentation/printable/reports/dbreporter_maintenance.doc">Word</a>|<a href="/documentation/printable/reports/dbreporter_maintenance.pdf">PDF</a>) Database reporter maintenance<br>
44 > <h3>Maintenance documentation for developers</h3>
45 > (<a href="printable/host/ihost/ihost_maintenance.doc">Word</a>|<a href="printable/host/ihost/ihost_maintenance.pdf">PDF</a>) Unix/Linux ihost maintenance<br>
46 > (<a href="printable/host/winhost/winhost_maintenance.doc">Word</a>|<a href="printable/host/winhost/winhost_maintenance.pdf">PDF</a>) Windows WinHost maintenance<br>
47 > (<a href="printable/client/conient_maintenance.doc">Word</a>|<a href="printable/client/conient_maintenance.pdf">PDF</a>) Conient maintenance<br>
48 > (<a href="printable/server/server_maintenance.doc">Word</a>|<a href="printable/server/server_maintenance.pdf">PDF</a>) Server maintenance<br>
49 > (<a href="printable/reports/web_reports_maintenance.doc">Word</a>|<a href="printable/reports/web_reports_maintenance.pdf">PDF</a>) Web reports maintenance<br>
50 > (<a href="printable/reports/dbreporter_maintenance.doc">Word</a>|<a href="printable/reports/dbreporter_maintenance.pdf">PDF</a>) Database reporter maintenance<br>
51  
52 < <h4>Specification documents</h4>
53 < (<a href="/documentation/printable/spec/domain/problem_domain.doc">Word</a>|<a href="/documentation/printable/spec/domain/problem_domain.pdf">PDF</a>) Original specification & problem domain<br>
54 < (<a href="/documentation/printable/spec/protocols/protocols.doc">Word</a>|<a href="/documentation/printable/spec/protocols/protocols.pdf">PDF</a>) TCP Protocol specifications<br>
55 < (<a href="/documentation/printable/spec/xml/xml_expected_data.doc">Word</a>|<a href="/documentation/printable/spec/xml/xml_expected_data.pdf">PDF</a>) Expected XML data from host to server<br>
56 < (<a href="/documentation/printable/spec/xml/xml_recommendations.doc">Word</a>|<a href="/documentation/printable/spec/xml/xml_recommendations.pdf">PDF</a>) XML recommendations for host to server UDP packets<br>
57 < (<a href="/documentation/printable/spec/docs/document_standards.doc">Word</a>|<a href="/documentation/printable/spec/docs/document_standards.pdf">PDF</a>) Document standards<br>
58 < (<a href="/documentation/printable/spec/code/java_coding_standards.doc">Word</a>|<a href="/documentation/printable/spec/code/java_coding_standards.pdf">PDF</a>) Java coding standards<br>
52 > <h3>Specification documents</h3>
53 > (<a href="printable/spec/domain/problem_domain.doc">Word</a>|<a href="printable/spec/domain/problem_domain.pdf">PDF</a>) Original specification & problem domain<br>
54 > (<a href="printable/spec/protocols/protocols.doc">Word</a>|<a href="printable/spec/protocols/protocols.pdf">PDF</a>) TCP Protocol specifications<br>
55 > (<a href="printable/spec/xml/xml_expected_data.doc">Word</a>|<a href="printable/spec/xml/xml_expected_data.pdf">PDF</a>) Expected XML data from host to server<br>
56 > (<a href="printable/spec/xml/xml_recommendations.doc">Word</a>|<a href="printable/spec/xml/xml_recommendations.pdf">PDF</a>) XML recommendations for host to server UDP packets<br>
57 > (<a href="printable/spec/docs/document_standards.doc">Word</a>|<a href="printable/spec/docs/document_standards.pdf">PDF</a>) Document standards<br>
58 > (<a href="printable/spec/code/java_coding_standards.doc">Word</a>|<a href="printable/spec/code/java_coding_standards.pdf">PDF</a>) Java coding standards<br>
59  
60 < <h4>Other documents</h4>
61 < (<a href="/documentation/printable/plan/risk_analysis.doc">Word</a>|<a href="/documentation/printable/plan/risk_analysis.pdf">PDF</a>) Risk analysis<br>
62 < (<a href="/documentation/printable/plan/est_time_allocation.doc">Word</a>|<a href="/documentation/printable/plan/est_time_allocation.pdf">PDF</a>) Estimated time allocation<br>
63 < (<a href="/documentation/printable/plan/implementation_phases.doc">Word</a>|<a href="/documentation/printable/plan/implementation_phases.pdf">PDF</a>) Implementation phases for our plan<br>
64 < (<a href="/documentation/printable/plan/est_time_allocation_revised.doc">Word</a>|<a href="/documentation/printable/plan/est_time_allocation_revised.pdf">PDF</a>) Estimated time allocation (revised)<br>
65 < (<a href="/documentation/printable/process/meeting_minutes.doc">Word</a>|<a href="/documentation/printable/process/meeting_minutes.pdf">PDF</a>) Meeting Minutes<br>
66 < (<a href="/documentation/printable/process/use_of_website.doc">Word</a>|<a href="/documentation/printable/process/use_of_website.pdf">PDF</a>) Use of the website<br>
67 < (<a href="/documentation/printable/process/cvs_softwarebuilds.doc">Word</a>|<a href="/documentation/printable/process/cvs_softwarebuilds.pdf">PDF</a>) Use of CVS and automated software builds<br>
68 < (<a href="/documentation/printable/analysis/comparison_big_brother.doc">Word</a>|<a href="/documentation/printable/analysis/comparison_big_brother.pdf">PDF</a>) Comparison to Big Brother<br>
69 < <hr>
77 < </font>
60 > <h3>Other documents</h3>
61 > (<a href="printable/plan/risk_analysis.doc">Word</a>|<a href="printable/plan/risk_analysis.pdf">PDF</a>) Risk analysis<br>
62 > (<a href="printable/plan/est_time_allocation.doc">Word</a>|<a href="printable/plan/est_time_allocation.pdf">PDF</a>) Estimated time allocation<br>
63 > (<a href="printable/plan/implementation_phases.doc">Word</a>|<a href="printable/plan/implementation_phases.pdf">PDF</a>) Implementation phases for our plan<br>
64 > (<a href="printable/plan/est_time_allocation_revised.doc">Word</a>|<a href="printable/plan/est_time_allocation_revised.pdf">PDF</a>) Estimated time allocation (revised)<br>
65 > (<a href="printable/process/meeting_minutes.doc">Word</a>|<a href="printable/process/meeting_minutes.pdf">PDF</a>) Meeting Minutes<br>
66 > (<a href="printable/process/use_of_website.doc">Word</a>|<a href="printable/process/use_of_website.pdf">PDF</a>) Use of the website<br>
67 > (<a href="printable/process/cvs_softwarebuilds.doc">Word</a>|<a href="printable/process/cvs_softwarebuilds.pdf">PDF</a>) Use of CVS and automated software builds<br>
68 > (<a href="printable/analysis/comparison_big_brother.doc">Word</a>|<a href="printable/analysis/comparison_big_brother.pdf">PDF</a>) Comparison to Big Brother<br>
69 > </div>
70  
71 < <!--#include virtual="../bottom.inc" -->
72 <    </td>
73 <  </tr>
74 < </table>
71 > <!--#include virtual="/footer.inc" -->
72 >
73 > </div>
74 >
75 > <!--#include virtual="/menu.inc" -->
76 >
77 > </div>
78  
79   </body>
80   </html>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines