| 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 |
<link rel="shortcut icon" href="/favicon.ico">
|
| 10 |
</head>
|
| 11 |
<body>
|
| 12 |
<div style="text-align: center;">
|
| 13 |
<h1><img src="http://www.debian.org/logos/openlogo-nd-50.png" style="border:0px;" alt='' height='30.5px' width='25px'> <a href="http://dehs.alioth.debian.org/" style="color:black;font-size:35px">Debian External Health Status</a> <img src="/earth.png" style="border:0px;" alt='' height='30.5px' width='30.5px'></h1>
|
| 14 |
<?php $title='Overall DEHS statistics'; define('PBAR', true); include("menu.inc"); ?><br>
|
| 15 |
<table class="invisiblebox">
|
| 16 |
<tr>
|
| 17 |
<td colspan="2"><hr class="ruler" /></td>
|
| 18 |
</tr>
|
| 19 |
<tr>
|
| 20 |
<td><img src="/dehs-day.png" alt="daily graph" width="493" height="331"/></td>
|
| 21 |
<td><img src="/dehs-week.png" alt="weekly graph" width="493" height="331"/></td>
|
| 22 |
</tr>
|
| 23 |
<tr>
|
| 24 |
<td><img src="/dehs-month.png" alt="monthly graph" width="493" height="331"/></td>
|
| 25 |
<td><img src="/dehs-year.png" alt="yearly graph" width="493" height="331"/></td>
|
| 26 |
</tr>
|
| 27 |
</table>
|
| 28 |
</div>
|
| 29 |
<div style="text-align:center"><span>Thanks to Lucas Nussbaum for the graphics</span><br/>
|
| 30 |
<span>The data used to generate the graphics is available at <a href="/dehs_stats.txt">dehs_stats.txt</a></span></div>
|
| 31 |
</body>
|
| 32 |
</html>
|