]> i-scream Git - www.i-scream.org.git/blobdiff - www/cvsplot/index.xhtml
Commit new website. The old site is tagged, so this won't change the live
[www.i-scream.org.git] / www / cvsplot / index.xhtml
diff --git a/www/cvsplot/index.xhtml b/www/cvsplot/index.xhtml
new file mode 100644 (file)
index 0000000..227a5b6
--- /dev/null
@@ -0,0 +1,48 @@
+<!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>
+
+<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.
+This page is updated at 7am daily.</p>
+<p>You can also <a href="http://cvs.i-scream.org/cms">browse</a> the cvs
+repository.</p>
+<h3>file count</h3>
+<p>Count of the number of files since the start of the project.</p>
+<p>Textual representation: <a href="filedata.txt">filedata.txt</a></p>
+<p><img border="0" src="filedata.png" width="640" height="480"></p>
+<h3>line count</h3>
+<p>Count of the number of lines of code and documentation since the start of the project.</p>
+<p>Textual representation: <a href="linedata.txt">linedata.txt</a></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>
+
+<!--#include virtual="/footer.inc" -->
+
+</div>
+
+<!--#include virtual="/menu.inc" -->
+
+</div>
+
+</body>
+</html>