# | Line 1 | Line 1 | |
---|---|---|
1 | < | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> |
2 | < | |
3 | < | <!-- |
4 | < | index.shtml |
5 | < | Created by pjm2 24/03/2001 |
6 | < | Last edited 24/03/2001 |
7 | < | --> |
8 | < | |
9 | < | <html> |
10 | < | |
11 | < | <head> |
12 | < | <title>i-scream word documents</title> |
13 | < | </head> |
14 | < | |
15 | < | <basefont face="arial, sans-serif" size="2"> |
16 | < | <body bgcolor="#ffffff" link="#0000ff" alink="#3333cc" vlink="#3333cc" text="#000066"> |
17 | < | |
18 | < | <table border="0" cellpadding="2" cellspacing="2"> |
19 | < | <tr> |
20 | < | <td valign="top"> |
21 | < | <!--#include virtual="../left.inc" --> |
22 | < | </td> |
23 | < | <td valign="top"> |
24 | < | <!--#include virtual="../title.inc" --> |
25 | < | |
26 | < | <h3>i-scream Word Documents</h3> |
27 | < | These are the printable versions of the documentation for the i-scream monitoring system. |
28 | < | |
29 | < | <hr> |
30 | < | <h4>User guides</h4> |
31 | < | <a href="/documentation/printable/host/ihost/ihost_user_guide.doc">Unix/Linux ihost user guide</a><br> |
32 | < | <a href="/documentation/printable/host/winhost/winhost_user_guide.doc">Windows WinHost user guide</a><br> |
33 | < | <a href="/documentation/printable/client/conient_user_guide.doc">Conient client user guide</a><br> |
34 | < | <a href="/documentation/printable/server/server_user_guide.doc">Server user guide</a><br> |
35 | < | <a href="/documentation/printable/server/corba_services.doc">CORBA Services user guide</a><br> |
36 | < | <a href="/documentation/printable/reports/web_user_guide.doc">Web reports user guide</a><br> |
37 | < | <a href="/documentation/printable/reports/dbreporter_user_guide.doc">Database reporter user guide</a><br> |
38 | < | |
39 | < | <h4>Maintenance documentation for developers</h4> |
40 | < | <a href="/documentation/printable/host/ihost/ihost_maintenance.doc">Unix/Linux ihost maintenance</a><br> |
41 | < | <a href="/documentation/printable/host/winhost/winhost_maintenance.doc">Windows WinHost maintenance</a><br> |
42 | < | <a href="/documentation/printable/client/conient_maintenance.doc">Conient maintenance</a><br> |
43 | < | <a href="/documentation/printable/server/server_maintenance.doc">Server maintenance</a><br> |
44 | < | <a href="/documentation/printable/reports/web_reports_maintenance.doc">Web reports maintenance</a><br> |
45 | < | <a href="/documentation/printable/reports/dbreporter_maintenance.doc">Database reporter maintenance</a><br> |
46 | < | |
47 | < | <h4>Specification documents</h4> |
48 | < | <a href="/documentation/printable/spec/domain/problem_domain.doc">Original specification & problem domain</a><br> |
49 | < | <a href="/documentation/printable/spec/protocols/protocols.doc">TCP Protocol specifications</a><br> |
50 | < | <a href="/documentation/printable/spec/xml/xml_expected_data.doc">Expected XML data from host to server</a><br> |
51 | < | <a href="/documentation/printable/spec/xml/xml_recommendations.doc">XML recommendations for host to server UDP packets</a><br> |
52 | < | <a href="/documentation/printable/spec/docs/document_standards.doc">Document standards</a><br> |
53 | < | <a href="/documentation/printable/spec/code/java_coding_standards.doc">Java coding standards</a><br> |
54 | < | |
55 | < | <h4>Other documents</h4> |
56 | < | <a href="/documentation/printable/plan/risk_analysis.doc">Risk analysis</a><br> |
57 | < | <a href="/documentation/printable/plan/est_time_allocation.doc">Estimated time allocation</a><br> |
58 | < | <a href="/documentation/printable/plan/implementation_phases.doc">Implementation phases for our plan</a><br> |
59 | < | <a href="/documentation/printable/plan/est_time_allocation_revised.doc">Estimated time allocation (revised)</a><br> |
60 | < | <a href="/documentation/printable/process/meeting_minutes.doc">Meeting Minutes</a><br> |
61 | < | <a href="/documentation/printable/process/use_of_website.doc">Use of the website</a><br> |
62 | < | <a href="/documentation/printable/process/cvs_softwarebuilds.doc">Use of CVS and automated software builds</a><br> |
63 | < | <a href="/documentation/printable/analysis/comparison_big_brother.doc">Comparison to Big Brother</a><br> |
64 | < | <hr> |
65 | < | |
66 | < | <!--#include virtual="../bottom.inc" --> |
67 | < | </td> |
68 | < | </tr> |
69 | < | </table> |
70 | < | |
71 | < | </body> |
1 | > | <!--#include virtual="/doctype.inc" --> |
2 | > | <head> |
3 | > | <title> |
4 | > | i-scream CMS documentation |
5 | > | </title> |
6 | > | <!--#include virtual="/style.inc" --> |
7 | > | </head> |
8 | > | <body> |
9 | > | <div id="container"> |
10 | > | <div id="main"> |
11 | > | <!--#include virtual="/header.inc" --> |
12 | > | <div id="contents"> |
13 | > | <h1 class="top"> |
14 | > | i-scream documentation |
15 | > | </h1> |
16 | > | <p> |
17 | > | This is the documentation produced for the CMS at the |
18 | > | end of the project. It should be consider correct only |
19 | > | concerning the software builds available from the same |
20 | > | time. |
21 | > | </p> |
22 | > | <p> |
23 | > | These documents are correct for the version of code |
24 | > | available for download from this website. However, there |
25 | > | may be changes in the CVS version which are not documented |
26 | > | in the code. The link below shows what changes have been |
27 | > | made since the project completion date. |
28 | > | </p> |
29 | > | <a href="/cgi-bin/cvslog.cgi?period=since&date=2001/03/29&module=cms"> |
30 | > | Commits to the "cms" CVS module since project completion |
31 | > | (29/03/2001)</a> |
32 | > | <h3> |
33 | > | User guides |
34 | > | </h3> |
35 | > | <p> |
36 | > | (<a href="gettingstarted.xhtml">HTML</a>) Getting Started |
37 | > | with the i-scream Central Monitoring System<br /> |
38 | > | (<a href="printable/host/ihost/ihost_user_guide.doc">Word</a> |
39 | > | |<a href="printable/host/ihost/ihost_user_guide.pdf">PDF</a>) |
40 | > | Unix/Linux ihost user guide<br /> |
41 | > | (<a href="printable/host/winhost/winhost_user_guide.doc">Word</a> |
42 | > | |<a href="printable/host/winhost/winhost_user_guide.pdf">PDF</a>) |
43 | > | Windows WinHost user guide<br /> |
44 | > | (<a href="printable/client/conient_user_guide.doc">Word</a> |
45 | > | |<a href="printable/client/conient_user_guide.pdf">PDF</a>) |
46 | > | Conient client user guide<br /> |
47 | > | (<a href="printable/server/server_user_guide.doc">Word</a> |
48 | > | |<a href="printable/server/server_user_guide.pdf">PDF</a>) |
49 | > | Server user guide<br /> |
50 | > | (<a href="printable/server/corba_services.doc">Word</a> |
51 | > | |<a href="printable/server/corba_services.pdf">PDF</a>) |
52 | > | CORBA Services user guide<br /> |
53 | > | (<a href="printable/reports/web_user_guide.doc">Word</a> |
54 | > | |<a href="printable/reports/web_user_guide.pdf">PDF</a>) |
55 | > | Web reports user guide<br /> |
56 | > | (<a href="printable/reports/dbreporter_user_guide.doc">Word</a> |
57 | > | |<a href="printable/reports/dbreporter_user_guide.pdf">PDF</a>) |
58 | > | Database reporter user guide<br /> |
59 | > | </p> |
60 | > | <h3> |
61 | > | Maintenance documentation for developers |
62 | > | </h3> |
63 | > | <p> |
64 | > | (<a href="printable/host/ihost/ihost_maintenance.doc">Word</a> |
65 | > | |<a href="printable/host/ihost/ihost_maintenance.pdf">PDF</a>) |
66 | > | Unix/Linux ihost maintenance<br /> |
67 | > | (<a href="printable/host/winhost/winhost_maintenance.doc">Word</a> |
68 | > | |<a href="printable/host/winhost/winhost_maintenance.pdf">PDF</a>) |
69 | > | Windows WinHost maintenance<br /> |
70 | > | (<a href="printable/client/conient_maintenance.doc">Word</a> |
71 | > | |<a href="printable/client/conient_maintenance.pdf">PDF</a>) |
72 | > | Conient maintenance<br /> |
73 | > | (<a href="printable/server/server_maintenance.doc">Word</a> |
74 | > | |<a href="printable/server/server_maintenance.pdf">PDF</a>) |
75 | > | Server maintenance<br /> |
76 | > | (<a href="printable/reports/web_reports_maintenance.doc">Word</a> |
77 | > | |<a href="printable/reports/web_reports_maintenance.pdf">PDF</a>) |
78 | > | Web reports maintenance<br /> |
79 | > | (<a href="printable/reports/dbreporter_maintenance.doc">Word</a> |
80 | > | |<a href="printable/reports/dbreporter_maintenance.pdf">PDF</a>) |
81 | > | Database reporter maintenance<br /> |
82 | > | </p> |
83 | > | <h3> |
84 | > | Specification documents |
85 | > | </h3> |
86 | > | <p> |
87 | > | (<a href="printable/spec/domain/problem_domain.doc">Word</a> |
88 | > | |<a href="printable/spec/domain/problem_domain.pdf">PDF</a>) |
89 | > | Original specification & problem domain<br /> |
90 | > | (<a href="printable/spec/protocols/protocols.doc">Word</a> |
91 | > | |<a href="printable/spec/protocols/protocols.pdf">PDF</a>) |
92 | > | TCP Protocol specifications<br /> |
93 | > | (<a href="printable/spec/xml/xml_expected_data.doc">Word</a> |
94 | > | |<a href="printable/spec/xml/xml_expected_data.pdf">PDF</a>) |
95 | > | Expected XML data from host to server<br /> |
96 | > | (<a href="printable/spec/xml/xml_recommendations.doc">Word</a> |
97 | > | |<a href="printable/spec/xml/xml_recommendations.pdf">PDF</a>) |
98 | > | XML recommendations for host to server UDP packets<br /> |
99 | > | (<a href="printable/spec/docs/document_standards.doc">Word</a> |
100 | > | |<a href="printable/spec/docs/document_standards.pdf">PDF</a>) |
101 | > | Document standards<br /> |
102 | > | (<a href="printable/spec/code/java_coding_standards.doc">Word</a> |
103 | > | |<a href="printable/spec/code/java_coding_standards.pdf">PDF</a>) |
104 | > | Java coding standards<br /> |
105 | > | </p> |
106 | > | <h3> |
107 | > | Other documents |
108 | > | </h3> |
109 | > | <p> |
110 | > | (<a href="printable/plan/risk_analysis.doc">Word</a> |
111 | > | |<a href="printable/plan/risk_analysis.pdf">PDF</a>) |
112 | > | Risk analysis<br /> |
113 | > | (<a href="printable/plan/est_time_allocation.doc">Word</a> |
114 | > | |<a href="printable/plan/est_time_allocation.pdf">PDF</a>) |
115 | > | Estimated time allocation<br /> |
116 | > | (<a href="printable/plan/implementation_phases.doc">Word</a> |
117 | > | |<a href="printable/plan/implementation_phases.pdf">PDF</a>) |
118 | > | Implementation phases for our plan<br /> |
119 | > | (<a href="printable/plan/est_time_allocation_revised.doc">Word</a> |
120 | > | |<a href="printable/plan/est_time_allocation_revised.pdf">PDF</a>) |
121 | > | Estimated time allocation (revised)<br /> |
122 | > | (<a href="printable/process/meeting_minutes.doc">Word</a> |
123 | > | |<a href="printable/process/meeting_minutes.pdf">PDF</a>) |
124 | > | Meeting Minutes<br /> |
125 | > | (<a href="printable/process/use_of_website.doc">Word</a> |
126 | > | |<a href="printable/process/use_of_website.pdf">PDF</a>) |
127 | > | Use of the website<br /> |
128 | > | (<a href="printable/process/cvs_softwarebuilds.doc">Word</a> |
129 | > | |<a href="printable/process/cvs_softwarebuilds.pdf">PDF</a>) |
130 | > | Use of CVS and automated software builds<br /> |
131 | > | (<a href="printable/analysis/comparison_big_brother.doc">Word</a> |
132 | > | |<a href="printable/analysis/comparison_big_brother.pdf">PDF</a>) |
133 | > | Comparison to Big Brother<br /> |
134 | > | </p> |
135 | > | </div> |
136 | > | <!--#include virtual="/footer.inc" --> |
137 | > | </div> |
138 | > | <!--#include virtual="/menu.inc" --> |
139 | > | </div> |
140 | > | </body> |
141 | </html> |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |