ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/cvsplot/index.shtml
Revision: 1.2
Committed: Tue Mar 23 20:22:39 2004 UTC (20 years, 1 month ago) by tdb
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Log Message:
Move to .xhtml files instead of .shtml. They still use SSI.

We're now validating as XHTML 1.1 (or, at least we will be when I've tested
every page of the site to make sure it validates). I've put the necessary
frigs in the webserver so it returns the content-type as text/html if the
web browser doesn't make any claims to know about application/xhtml+xml
(which is the content type defined by the XHTML standards).

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>