ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/cvsplot/index.html
Revision: 1.2
Committed: Mon Jun 18 15:00:26 2001 UTC (22 years, 10 months ago) by tdb
Content type: text/html
Branch: MAIN
Branch point for: I-SCREAM_ORG
Changes since 1.1: +3 -3 lines
Log Message:
Now do the whole CMS module.

File Contents

# User Rev Content
1 tdb 1.1 <html>
2    
3     <head>
4     <title>i-scream cvs statistics</title>
5     </head>
6    
7     <body>
8    
9     <p><img border="0" src="/i-scream.gif" width="502" height="37"></p>
10     <h3>i-scream cvs statistics</h3>
11     <p>This webpage shows a graphical representation of the <i>file count</i> and <i>line
12     count</i> for the source files.<br>
13 tdb 1.2 Only the files in the cms module of cvs are listed.
14 tdb 1.1 This page is updated at 7am daily.</p>
15     <p>You can also <a href="/cgi-bin/cvs/viewcvs.cgi/source">browse</a> the cvs
16     repository.</p>
17     <h3>file count</h3>
18     <p>Count of the number of files since the start of the project.</p>
19     <p>Textual representation: <a href="filedata.txt">filedata.txt</a></p>
20     <p><img border="0" src="filedata.png" width="640" height="480"></p>
21     <h3>line count</h3>
22 tdb 1.2 <p>Count of the number of lines of code and documentation since the start of the project.</p>
23 tdb 1.1 <p>Textual representation: <a href="linedata.txt">linedata.txt</a></p>
24     <p><img border="0" src="linedata.png" width="640" height="480"></p>
25     <h3>credits</h3>
26     <p>These images were generated using the cvsstat program, which can be found <a href="http://cvsstat.sourceforge.net">here</a>.</p>
27     <p>&nbsp;</p>
28 tdb 1.2 <p>Page last updated, 18/06/01, <a href="mailto:dev@i-scream.org.uk">dev@i-scream.org.uk</a>.</p>
29 tdb 1.1
30     </body>
31    
32     </html>