ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/cms/projectpapers.xhtml
(Generate patch)

Comparing web/www/cms/projectpapers.xhtml (file contents):
Revision 1.1 by tdb, Fri May 25 22:32:05 2001 UTC vs.
Revision 1.5 by tdb, Tue Mar 23 23:43:26 2004 UTC

# Line 1 | Line 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>
1 > <!--#include virtual="/doctype.inc" -->
2 >  <head>
3 >    <title>
4 >      project papers
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 >            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 > <!--#include virtual="/footer.inc" -->
77 >      </div>
78 > <!--#include virtual="/menu.inc" -->
79 >    </div>
80 >  </body>
81 > </html>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines