ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/cvsplot/index.xhtml
Revision: 1.1
Committed: Sun Mar 21 23:58:25 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
Log Message:
Commit new website. The old site is tagged, so this won't change the live
site... but it does move HEAD on to the new site.

Too many changes to list really. General points are:

- Moved to a XHTML CSS compliant site.
- Reorganised the site into a more multi-project based look.
- Removed a lot of cruft.

Still to do:

- Fix all the zillions of bugs stopping the whole site from validating :-)
- Tidy up the HTML in terms of layout and indentation.

Thanks to AJ for his help this weekend in doing this.

File Contents

# Content
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>