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