ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/cvsplot/index.xhtml
Revision: 1.4
Committed: Sun Dec 5 16:04:46 2004 UTC (19 years, 4 months ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +1 -1 lines
Log Message:
It's more than just the "CMS" code now.

File Contents

# User Rev Content
1 tdb 1.2 <!--#include virtual="/doctype.inc" -->
2 tdb 1.3 <head>
3     <title>
4     i-scream cvs statistics
5     </title>
6 tdb 1.1 <!--#include virtual="/style.inc" -->
7 tdb 1.3 </head>
8     <body>
9     <div id="container">
10     <div id="main">
11 tdb 1.1 <!--#include virtual="/header.inc" -->
12 tdb 1.3 <div id="contents">
13     <h1 class="top">
14     i-scream cvs statistics
15     </h1>
16     <p>
17     This webpage shows a graphical representation of the
18     <i>file count</i> and <i>line count</i> for the source
19     files.<br />
20 tdb 1.4 Only the files in the projects module of cvs are listed. This
21 tdb 1.3 page is updated at 7am daily.
22     </p>
23     <p>
24     You can also <a href="http://cvs.i-scream.org/cms/">browse</a>
25     the cvs repository.
26     </p>
27     <h3>
28     file count
29     </h3>
30     <p>
31     Count of the number of files since the start of the
32     project.
33     </p>
34     <p>
35     Textual representation: <a href="filedata.txt">filedata.txt</a>
36     </p>
37     <p>
38     <img src="filedata.png" width="640" height="480" alt="number of files" />
39     </p>
40     <h3>
41     line count
42     </h3>
43     <p>
44     Count of the number of lines of code and documentation
45     since the start of the project.
46     </p>
47     <p>
48     Textual representation: <a href="linedata.txt">linedata.txt</a>
49     </p>
50     <p>
51     <img src="linedata.png" width="640" height="480" alt="lines of code" />
52     </p>
53     <h3>
54     credits
55     </h3>
56     <p>
57     These images were generated using the cvsplot program,
58     which can be found
59     <a href="http://cvsplot.sourceforge.net">here</a>.
60     </p>
61     </div>
62 tdb 1.1 <!--#include virtual="/footer.inc" -->
63 tdb 1.3 </div>
64 tdb 1.1 <!--#include virtual="/menu.inc" -->
65 tdb 1.3 </div>
66     </body>
67 tdb 1.1 </html>