ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/cms/projectpapers.xhtml
Revision: 1.5
Committed: Tue Mar 23 23:43:26 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.4: +75 -79 lines
Log Message:
Another biggish commit.

All pages are now XHTML 1.1 compliant. I've also tided (with the help of
the tidy tool) all the pages, so they're neater.

There are still parts of the site that won't validate - such as the CGI
scripts, and the CVS stuff - but I'll get to them tomorrow.

File Contents

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