ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/cvsplot/index.html
Revision: 1.4
Committed: Sun Mar 21 23:58:25 2004 UTC (20 years, 1 month ago) by tdb
Content type: text/html
Branch: MAIN
CVS Tags: HEAD
Changes since 1.3: +0 -0 lines
State: FILE REMOVED
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 <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 Only the files in the cms module of cvs are listed.
14 This page is updated at 7am daily.</p>
15 <p>You can also <a href="http://cvs.i-scream.org/cms">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 <p>Count of the number of lines of code and documentation since the start of the project.</p>
23 <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 cvsplot program, which can be found <a href="http://cvsplot.sourceforge.net">here</a>.</p>
27
28 </body>
29
30 </html>