/[dehs]/trunk/www/stats.html
ViewVC logotype

Contents of /trunk/www/stats.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 71 - (show annotations) (download) (as text)
Thu Dec 13 01:07:00 2007 UTC (5 years, 5 months ago) by atomo64-guest
File MIME type: text/html
File size: 1674 byte(s)
dehs_pg.php: fixed a two-levels break which caused the watch wizard to stop
tpls/: Added missing template files for the new version notifier
www/stats.html: Added statistics page, thanks to Lucas Nussbaum for the graphics
www/:*.php|inc: updated pages links
1 <?xml version="1.0" encoding="iso-8859-1"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
3 "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5 <head>
6 <!--<link rel="stylesheet" href="http://www.debian.org/debian.css" type="text/css" />-->
7 <title>DEHS statistics</title>
8 <meta http-equiv="content-type" content="application/xhtml+xml; charset=iso-8859-1" />
9 </head>
10 <body>
11 <div style="text-align: center;">
12 <h1><a href="http://dehs.alioth.debian.org/" style="color:black">Debian External Health Status</a></h1>
13 Overall DEHS statistics<br><br>
14 <div style="text-align: center;" class="navbar">
15 <a href="no_watch.html" class="navbar">Pkgs without Watch file</a><br>
16 <a href="no_upstream.html" class="navbar">Pkgs with Watch file but no upstream version
17 checkable</a><br>
18 <a href="no_updated.html" class="navbar">Pkgs not in sync with Upstream Author version</a><br>
19 </div><br>
20 <table class="invisiblebox">
21 <tr>
22 <td colspan="2"><hr class="ruler" /></td>
23 </tr>
24 <tr>
25 <td><img src="/dehs-day.png" alt="daily graph" width="493" height="331"/></td>
26 <td><img src="/dehs-week.png" alt="weekly graph" width="493" height="331"/></td>
27 </tr>
28 <tr>
29 <td><img src="/dehs-month.png" alt="monthly graph" width="493" height="331"/></td>
30 <td><img src="/dehs-year.png" alt="yearly graph" width="493" height="331"/></td>
31 </tr>
32 </table>
33 </div>
34 <div style="text-align:center"><span>Thanks to Lucas Nussbaum for the graphics</span><br/>
35 <span>The data used to generate the graphics is available at <a href="/dehs_stats.txt">dehs_stats.txt</a></span></div>
36 </body>
37 </html>

  ViewVC Help
Powered by ViewVC 1.1.5