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.2 by tdb, Sat Feb 9 15:00:42 2002 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 <    $Author$
5 <    $Id$
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>
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