ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/projectpapers.shtml
Revision: 1.1
Committed: Fri May 25 22:32:05 2001 UTC (22 years, 10 months ago) by tdb
Branch: MAIN
Log Message:
The "papers" section of the original website. These are maybe still useful, but
are very much outdated now and have been superceeded by the official
documentation.

File Contents

# User Rev Content
1 tdb 1.1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
2    
3     <!--
4     projectpapers.shtml
5     Created by tdb1 25/05/2001
6     Last edited 25/05/2001
7     -->
8    
9     <html>
10    
11     <head>
12     <title>i-scream project papers & documentation</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     <h2>i-scream project papers & documentation</h2>
27    
28     <p>These are documents created during the development of the project.
29     Many of them are now out of date, and have been superceeded by the
30     official documentation. Please select the documentation link on the
31     left to find the official documentation.</p>
32    
33     <div align="center">
34     <center>
35     <table border="0" width="90%">
36     <tr>
37     <td valign="top">
38     <a href="/cgi-bin/docs.cgi?doc=plan/feature_list.txt">
39     Feature List</a> - the ongoing list of features<br>
40     <a href="/cgi-bin/docs.cgi?doc=plan/time_allocation.txt">
41     Time Allocation Plan</a> - the course required us to produce a plan
42     of what we were going to spend time on<br>
43     <a href="/cgi-bin/docs.cgi?doc=plan/implementation-phases.txt">
44     Implementation Phases</a> - an initial plan of how we were going to
45     proceed with development<br>
46     <a href="/cgi-bin/docs.cgi?doc=plan/doc_strategy.txt">
47     Documentation Strategy</a> - documentation plan with status of each document<br>
48     <br>
49     <a href="/cgi-bin/docs.cgi?doc=specification/spec-realtime.txt">
50     Realtime Spec Outline</a> - an idea of how some parts of the system worked<br>
51     <a href="/cgi-bin/docs.cgi?doc=specification/doc_spec.txt">
52     Document Specs</a> - requirements and specification for all documentation<br>
53     <a href="/cgi-bin/docs.cgi?doc=specification/xml_via_udp.txt">
54     XMLviaUDP Specs</a> - format of data to be sent from hosts over UDP<br>
55     <a href="/cgi-bin/docs.cgi?doc=specification/configuration.txt">
56     System Configuration</a> - details of the initial configuration system<br>
57     <a href="/cgi-bin/docs.cgi?doc=specification/coding_standards.txt">
58     Coding Standards</a> - standards for Java code<br>
59     <a href="/cgi-bin/docs.cgi?doc=specification/expected_data.txt">
60     Host: expected data</a> - data the host is expected to send<br>
61     <a href="/cgi-bin/docs.cgi?doc=specification/logging.txt">
62     Logging System</a> - details of the logging system<br>
63     <a href="/cgi-bin/docs.cgi?doc=specification/using_queue.txt">
64     Using the Queue</a> - details of the queueing system<br>
65     <a href="/cgi-bin/docs.cgi?doc=specification/protocols.txt">
66     Protocol Specs</a> - specifications of all the protocols used<br>
67     <br>
68     <a href="/cgi-bin/docs.cgi?doc=papers/corba.txt">
69     Using CORBA</a> - how to run the server in the corba environment<br>
70     <a href="/cgi-bin/docs.cgi?doc=papers/cvs-1.txt">
71     Using CVS (part 1)</a> - how to use CVS (basic)<br>
72     <a href="/cgi-bin/docs.cgi?doc=papers/cvs-2.txt">
73     Using CVS (part 2)</a> - how to use CVS (advanced)<br>
74     <a href="/cgi-bin/docs.cgi?doc=papers/wbem.txt">
75     WBEM, CIM?</a> - some ideas about the WBEM technologies<br>
76     </td>
77     </tr>
78     </table>
79     </center>
80     </div>
81    
82     <!--#include virtual="bottom.inc" -->
83     </td>
84     </tr>
85     </table>
86    
87     </body>
88     </html>