/[dehs]/trunk/www/index.php
ViewVC logotype

Contents of /trunk/www/index.php

Parent Directory Parent Directory | Revision Log Revision Log


Revision 148 - (show annotations) (download)
Thu Jul 10 01:54:52 2008 UTC (4 years, 11 months ago) by atomo64-guest
File size: 1615 byte(s)
www/index.php: point to report.php instead with the new args
www/maintainer.php:
* Extract comments from the watch file and display them
if there is no upstream version and uscan didn't complain.
* Strip milliseconds from the "Last time checked"
* Remove anything following a question mark in the source uri's basename
* Use 'login' and 'package' instead of 'maint' and 'name' by default
  + But still support the old names
  + Also auto append @debian.org if login is made of \w and \d only
* Display the total number of continuous failures, if any
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html>
3 <head>
4 <meta content="text/html; charset=ISO-8859-1"
5 http-equiv="content-type">
6 <title>Debian External Health Status</title>
7 <link rel="shortcut icon" href="/favicon.ico">
8 </head>
9 <body>
10 <div style="text-align: center;">
11 <h1><img src="http://www.debian.org/logos/openlogo-nd-50.png" style="border:0px;" alt='' height='30.5px' width='25px'>&nbsp;<a href="http://dehs.alioth.debian.org/" style="color:black;font-size:35px">Debian External Health Status</a>&nbsp;<img src="/earth.png" style="border:0px;" alt='' height='30.5px' width='30.5px'></h1>
12 <? include("menu.inc"); ?>
13 <form action="/report.php" method="get">
14 By&nbsp;Maintainer:&nbsp;<input type="text" name="login" value="foo@bar.com" onclick="this.value=(this.value=='foo@bar.com')?'':this.value;"/>
15 <input type="submit" name="Display">
16 </form>
17 <form action="/report.php" method="get">
18 By&nbsp;package:&nbsp;<input type="text" name="package" value="libfoo" onclick="this.value=(this.value=='libfoo')?'':this.value;"/>
19 <input type="submit" name="Display">
20 </form>
21 </div>
22 <small><div style="text-align: center;">All the scripts are copyright 2004 by <a href='mailto:bluefuture@nospam@email.it'>Stefano Fabri</a>, and some Copyright 2007, 2008 by <a href='mailto:atomo64@gmail@spam.com'>Raphael Geissert</a>
23 <br>
24 Contact: <a href="http://lists.alioth.debian.org/mailman/listinfo/dehs-devel">dehs-devel@lists.alioth.d.o</a>
25 <br>Source code is available under the GPL terms in the <a href="http://svn.debian.org/wsvn/dehs/">Subversion repository</a></br></div></small>
26 </body>
27 </html>

  ViewVC Help
Powered by ViewVC 1.1.5