Changed page header to reflect the actual frequency of runs

git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@2106 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
Tom Copeland
2003-07-21 11:03:43 +00:00
parent 20b5c7d17b
commit 5e92ae4182

View File

@ -25,7 +25,7 @@ sub default() {
my $lastruntime=<FILE>;
close(FILE);
print br();
print "This report is run 10 minutes past the hour at midnight, 3, 6, 9, 12, 15, 18, and 21 hours U.S. Pacific Standard Time.<br>The last run finished at ", $lastruntime, ". Right now it's ", ctime(), ".";
print "This report is regenerated 10 minutes past the hour at 0000, 0600, 1200, and 1800 U.S. Pacific Standard Time.<br>The last run finished at ", $lastruntime, ". Right now it's ", ctime(), ".";
print "<p><b>1/31/03: The jakarta.apache.org and xml.apache.org projects have been moved <a href=\"http://cvs.apache.org/~tcopeland/pmdweb/\">here</a></b>";
print br();
print hr();