ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/projectpapers.shtml
Revision: 1.3
Committed: Sun Mar 21 23:58:08 2004 UTC (20 years ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +2 -2 lines
State: FILE REMOVED
Log Message:
Commit new website. The old site is tagged, so this won't change the live
site... but it does move HEAD on to the new site.

Too many changes to list really. General points are:

- Moved to a XHTML CSS compliant site.
- Reorganised the site into a more multi-project based look.
- Removed a lot of cruft.

Still to do:

- Fix all the zillions of bugs stopping the whole site from validating :-)
- Tidy up the HTML in terms of layout and indentation.

Thanks to AJ for his help this weekend in doing this.

File Contents

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