1 |
tdb |
1.1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
2 |
|
|
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
3 |
|
|
|
4 |
|
|
<html> |
5 |
|
|
|
6 |
|
|
<head> |
7 |
|
|
<title>i-scream cvs statistics</title> |
8 |
|
|
<!--#include virtual="/style.inc" --> |
9 |
|
|
</head> |
10 |
|
|
|
11 |
|
|
<body> |
12 |
|
|
|
13 |
|
|
<div id="container"> |
14 |
|
|
|
15 |
|
|
<div id="main"> |
16 |
|
|
|
17 |
|
|
<!--#include virtual="/header.inc" --> |
18 |
|
|
|
19 |
|
|
<div id="contents"> |
20 |
|
|
<h1 class="top">i-scream cvs statistics</h1> |
21 |
|
|
<p>This webpage shows a graphical representation of the <i>file count</i> and <i>line |
22 |
|
|
count</i> for the source files.<br> |
23 |
|
|
Only the files in the cms module of cvs are listed. |
24 |
|
|
This page is updated at 7am daily.</p> |
25 |
|
|
<p>You can also <a href="http://cvs.i-scream.org/cms">browse</a> the cvs |
26 |
|
|
repository.</p> |
27 |
|
|
<h3>file count</h3> |
28 |
|
|
<p>Count of the number of files since the start of the project.</p> |
29 |
|
|
<p>Textual representation: <a href="filedata.txt">filedata.txt</a></p> |
30 |
|
|
<p><img border="0" src="filedata.png" width="640" height="480"></p> |
31 |
|
|
<h3>line count</h3> |
32 |
|
|
<p>Count of the number of lines of code and documentation since the start of the project.</p> |
33 |
|
|
<p>Textual representation: <a href="linedata.txt">linedata.txt</a></p> |
34 |
|
|
<p><img border="0" src="linedata.png" width="640" height="480"></p> |
35 |
|
|
<h3>credits</h3> |
36 |
|
|
<p>These images were generated using the cvsplot program, which can be found <a href="http://cvsplot.sourceforge.net">here</a>.</p> |
37 |
|
|
</div> |
38 |
|
|
|
39 |
|
|
<!--#include virtual="/footer.inc" --> |
40 |
|
|
|
41 |
|
|
</div> |
42 |
|
|
|
43 |
|
|
<!--#include virtual="/menu.inc" --> |
44 |
|
|
|
45 |
|
|
</div> |
46 |
|
|
|
47 |
|
|
</body> |
48 |
|
|
</html> |