]> i-scream Git - www.i-scream.org.git/blobdiff - www/cms/projectpapers.xhtml
Another biggish commit.
[www.i-scream.org.git] / www / cms / projectpapers.xhtml
index 8eb8658c5728d36216c1fd75476b03d9e9130210..c02ba0662f04f5d986544b011dcffecb0245fd0d 100644 (file)
@@ -1,85 +1,81 @@
 <!--#include virtual="/doctype.inc" -->
-
-<head>
-<title>project papers</title>
+  <head>
+    <title>
+      project papers
+    </title>
 <!--#include virtual="/style.inc" -->
-</head>
-
-<body>
-
-<div id="container">
-
-<div id="main">
-
+  </head>
+  <body>
+    <div id="container">
+      <div id="main">
 <!--#include virtual="/header.inc" -->
-
-<div id="contents"> 
-  <h1 class="top">project papers</h1>
-
-<h2>i-scream project papers & documentation</h2>
-
-<p>These are documents created during the development of the project.
-Many of them are now out of date, and have been superceeded by the
-official documentation. Please select the documentation link on the
-left to find the official documentation.</p>
-
-<div align="center">
-  <center>
-  <table border="0" width="90%">
-    <tr>
-      <td valign="top">
-        <a href="/cgi-bin/docs.cgi?doc=plan/feature_list.txt">
-          Feature List</a> - the ongoing list of features<br>
-        <a href="/cgi-bin/docs.cgi?doc=plan/time_allocation.txt">
-          Time Allocation Plan</a> - the course required us to produce a plan
-          of what we were going to spend time on<br>
-        <a href="/cgi-bin/docs.cgi?doc=plan/implementation-phases.txt">
-          Implementation Phases</a> - an initial plan of how we were going to
-          proceed with development<br>
-        <a href="/cgi-bin/docs.cgi?doc=plan/doc_strategy.txt">
-          Documentation Strategy</a> - documentation plan with status of each document<br>
-        <br>
-        <a href="/cgi-bin/docs.cgi?doc=specification/spec-realtime.txt">
-          Realtime Spec Outline</a> - an idea of how some parts of the system worked<br>
-        <a href="/cgi-bin/docs.cgi?doc=specification/doc_spec.txt">
-          Document Specs</a> - requirements and specification for all documentation<br>
-        <a href="/cgi-bin/docs.cgi?doc=specification/xml_via_udp.txt">
-          XMLviaUDP Specs</a> - format of data to be sent from hosts over UDP<br>
-        <a href="/cgi-bin/docs.cgi?doc=specification/configuration.txt">
-          System Configuration</a> - details of the initial configuration system<br>
-        <a href="/cgi-bin/docs.cgi?doc=specification/coding_standards.txt">
-          Coding Standards</a> - standards for Java code<br>
-        <a href="/cgi-bin/docs.cgi?doc=specification/expected_data.txt">
-          Host: expected data</a> - data the host is expected to send<br>
-        <a href="/cgi-bin/docs.cgi?doc=specification/logging.txt">
-          Logging System</a> - details of the logging system<br>
-        <a href="/cgi-bin/docs.cgi?doc=specification/using_queue.txt">
-          Using the Queue</a> - details of the queueing system<br>
-        <a href="/cgi-bin/docs.cgi?doc=specification/protocols.txt">
-          Protocol Specs</a> - specifications of all the protocols used<br>
-        <br>
-        <a href="/cgi-bin/docs.cgi?doc=papers/corba.txt">
-          Using CORBA</a> - how to run the server in the corba environment<br>
-        <a href="/cgi-bin/docs.cgi?doc=papers/cvs-1.txt">
-          Using CVS (part 1)</a> - how to use CVS (basic)<br>
-        <a href="/cgi-bin/docs.cgi?doc=papers/cvs-2.txt">
-          Using CVS (part 2)</a> - how to use CVS (advanced)<br>
-        <a href="/cgi-bin/docs.cgi?doc=papers/wbem.txt">
-          WBEM, CIM?</a> - some ideas about the WBEM technologies<br>
-      </td>
-    </tr>
-  </table>
-  </center>
-</div>
-</div>
-
+        <div id="contents">
+          <h1 class="top">
+            project papers
+          </h1>
+          <h2>
+            i-scream project papers &amp; documentation
+          </h2>
+          <p>
+            These are documents created during the development of the
+            project. Many of them are now out of date, and have been
+            superceeded by the official documentation. Please select
+            the documentation link on the left to find the official
+            documentation.
+          </p>
+          <p>
+            <a href="/cgi-bin/docs.cgi?doc=plan/feature_list.txt">Feature
+            List</a> - the ongoing list of features<br />
+            <a href="/cgi-bin/docs.cgi?doc=plan/time_allocation.txt">Time
+            Allocation Plan</a> - the course required us to produce a
+            plan of what we were going to spend time on<br />
+            <a href="/cgi-bin/docs.cgi?doc=plan/implementation-phases.txt">
+            Implementation Phases</a> - an initial plan of how we were
+            going to proceed with development<br />
+            <a href="/cgi-bin/docs.cgi?doc=plan/doc_strategy.txt">
+            Documentation Strategy</a> - documentation plan with status
+            of each document<br />
+          </p>
+          <p>
+            <a href="/cgi-bin/docs.cgi?doc=specification/spec-realtime.txt">
+            Realtime Spec Outline</a> - an idea of how some parts of
+            the system worked<br />
+            <a href="/cgi-bin/docs.cgi?doc=specification/doc_spec.txt">
+            Document Specs</a> - requirements and specification for all
+            documentation<br />
+            <a href="/cgi-bin/docs.cgi?doc=specification/xml_via_udp.txt">
+            XMLviaUDP Specs</a> - format of data to be sent from hosts over
+            UDP<br />
+            <a href="/cgi-bin/docs.cgi?doc=specification/configuration.txt">
+            System Configuration</a> - details of the initial configuration
+            system<br />
+            <a href="/cgi-bin/docs.cgi?doc=specification/coding_standards.txt">
+            Coding Standards</a> - standards for Java code<br />
+            <a href="/cgi-bin/docs.cgi?doc=specification/expected_data.txt">
+            Host: expected data</a> - data the host is expected to send<br />
+            <a href="/cgi-bin/docs.cgi?doc=specification/logging.txt">Logging
+            System</a> - details of the logging system<br />
+            <a href="/cgi-bin/docs.cgi?doc=specification/using_queue.txt">
+            Using the Queue</a> - details of the queueing system<br />
+            <a href="/cgi-bin/docs.cgi?doc=specification/protocols.txt">
+            Protocol Specs</a> - specifications of all the protocols
+            used<br />
+          </p>
+          <p>
+            <a href="/cgi-bin/docs.cgi?doc=papers/corba.txt">Using
+            CORBA</a> - how to run the server in the corba
+            environment<br />
+            <a href="/cgi-bin/docs.cgi?doc=papers/cvs-1.txt">Using CVS
+            (part 1)</a> - how to use CVS (basic)<br />
+            <a href="/cgi-bin/docs.cgi?doc=papers/cvs-2.txt">Using CVS
+            (part 2)</a> - how to use CVS (advanced)<br />
+            <a href="/cgi-bin/docs.cgi?doc=papers/wbem.txt">WBEM,
+            CIM?</a> - some ideas about the WBEM technologies<br />
+          </p>
+        </div>
 <!--#include virtual="/footer.inc" -->
-
-</div>
-
+      </div>
 <!--#include virtual="/menu.inc" -->
-
-</div>
-
-</body>
+    </div>
+  </body>
 </html>