]> i-scream Git - www.i-scream.org.git/blobdiff - www/cms/projectpapers.xhtml
Rename www to htdocs.
[www.i-scream.org.git] / www / cms / projectpapers.xhtml
diff --git a/www/cms/projectpapers.xhtml b/www/cms/projectpapers.xhtml
deleted file mode 100644 (file)
index c02ba06..0000000
+++ /dev/null
@@ -1,81 +0,0 @@
-<!--#include virtual="/doctype.inc" -->
-  <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 &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>
-<!--#include virtual="/menu.inc" -->
-    </div>
-  </body>
-</html>