]> i-scream Git - www.i-scream.org.git/blobdiff - www/cvsplot/index.shtml
Commit new website. The old site is tagged, so this won't change the live
[www.i-scream.org.git] / www / cvsplot / index.shtml
similarity index 71%
rename from www/cvsplot/index.html
rename to www/cvsplot/index.shtml
index 8fbf0f31503f76473a5fced785ef210fe6156d87..227a5b6e8fbc5f89000c6e7f1d5ccb76646e4cfa 100644 (file)
@@ -1,13 +1,23 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+
 <html>
 
 <head>
 <title>i-scream cvs statistics</title>
+<!--#include virtual="/style.inc" -->
 </head>
 
 <body>
 
-<p><img border="0" src="/i-scream.gif" width="502" height="37"></p>
-<h3>i-scream cvs statistics</h3>
+<div id="container">
+
+<div id="main">
+
+<!--#include virtual="/header.inc" -->
+
+<div id="contents"> 
+<h1 class="top">i-scream cvs statistics</h1>
 <p>This webpage shows a graphical representation of the <i>file count</i> and <i>line
 count</i> for the source files.<br>
 Only the files in the cms module of cvs are listed.
@@ -24,7 +34,15 @@ repository.</p>
 <p><img border="0" src="linedata.png" width="640" height="480"></p>
 <h3>credits</h3>
 <p>These images were generated using the cvsplot program, which can be found <a href="http://cvsplot.sourceforge.net">here</a>.</p>
+</div>
 
-</body>
+<!--#include virtual="/footer.inc" -->
 
+</div>
+
+<!--#include virtual="/menu.inc" -->
+
+</div>
+
+</body>
 </html>