]> i-scream Git - www.i-scream.org.git/blobdiff - www/cms/projectpapers.shtml
Move to .xhtml files instead of .shtml. They still use SSI.
[www.i-scream.org.git] / www / cms / projectpapers.shtml
diff --git a/www/cms/projectpapers.shtml b/www/cms/projectpapers.shtml
deleted file mode 100644 (file)
index 866a38a..0000000
+++ /dev/null
@@ -1,88 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
-   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-
-<html>
-
-<head>
-<title>project papers</title>
-<!--#include virtual="/style.inc" -->
-</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>
-
-<!--#include virtual="/footer.inc" -->
-
-</div>
-
-<!--#include virtual="/menu.inc" -->
-
-</div>
-
-</body>
-</html>