diff options
-rwxr-xr-x | apt-panopticon-report-email-web.lua | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua index 93700ca..e59f543 100755 --- a/apt-panopticon-report-email-web.lua +++ b/apt-panopticon-report-email-web.lua | |||
@@ -91,9 +91,9 @@ local status = function(hosts, host, results, typ) | |||
91 | if not s then result = result .. "*" end | 91 | if not s then result = result .. "*" end |
92 | if APT.html then | 92 | if APT.html then |
93 | if s then | 93 | if s then |
94 | result = "<font color='blue'><b>TIMEOUT</b></font>" | 94 | result = "<font color='aqua'><b>TIMEOUT</b></font>" |
95 | else | 95 | else |
96 | result = "<font color='darkblue'><b>TIMEOUT*</b></font>" | 96 | result = "<font color='blue'><b>TIMEOUT*</b></font>" |
97 | end | 97 | end |
98 | end | 98 | end |
99 | if APT.html then | 99 | if APT.html then |
@@ -465,7 +465,7 @@ if nil == web then C("opening mirrors file - " .. e) else | |||
465 | if 0 < tonumber(APT.options.refresh.value) then | 465 | if 0 < tonumber(APT.options.refresh.value) then |
466 | web:write('<meta http-equiv="refresh" content="' .. APT.options.refresh.value .. '">\n') | 466 | web:write('<meta http-equiv="refresh" content="' .. APT.options.refresh.value .. '">\n') |
467 | end | 467 | end |
468 | web:write( '</head><body bgcolor="black" text="white">' .. | 468 | web:write( '</head><body bgcolor="black" text="white" alink="red" link="aqua" vlink="fuchsia">' .. |
469 | "<h1>Welcome to the apt-panopticon results page.</h1>\n" .. | 469 | "<h1>Welcome to the apt-panopticon results page.</h1>\n" .. |
470 | "<p>Here the apt-panopticon system probes into every nook and cranny of the Devuan apt package mirror system, trying to live up to it's name.</p>" .. | 470 | "<p>Here the apt-panopticon system probes into every nook and cranny of the Devuan apt package mirror system, trying to live up to it's name.</p>" .. |
471 | "<p>This is the status of the mirror servers in the Devuan package mirror network.</p>\n") | 471 | "<p>This is the status of the mirror servers in the Devuan package mirror network.</p>\n") |
@@ -483,9 +483,9 @@ if nil == web then C("opening mirrors file - " .. e) else | |||
483 | " means the tested thing is supported for that mirror.</p>\n" .. | 483 | " means the tested thing is supported for that mirror.</p>\n" .. |
484 | "<p><font color='darkred'><b>FAILED*</b></font> or <font color='darkgreen'><b>OK*</b></font>" .. | 484 | "<p><font color='darkred'><b>FAILED*</b></font> or <font color='darkgreen'><b>OK*</b></font>" .. |
485 | " means the tested thing is unsupported for that mirror, but might have been tested anyway.</p>\n" .. | 485 | " means the tested thing is unsupported for that mirror, but might have been tested anyway.</p>\n" .. |
486 | "<p><font color='blue'><b>timeout</b></font> or <font color='darkblue'><b>timeout</b></font>" .. | 486 | "<p><font color='aqua'><b>timeout</b></font> or <font color='blue'><b>timeout</b></font>" .. |
487 | " means the mirror had some timeouts, and tests where not yet aborted. The darker colour means unsupported by the mirror, but tested anyway.</p>" .. | 487 | " means the mirror had some timeouts, and tests where not yet aborted. The darker colour means unsupported by the mirror, but tested anyway.</p>" .. |
488 | "<p><font color='blue'><b>TIMEOUT</b></font> or <font color='darkblue'><b>TIMEOUT</b></font>" .. | 488 | "<p><font color='aqua'><b>TIMEOUT</b></font> or <font color='blue'><b>TIMEOUT</b></font>" .. |
489 | " means the mirror had too many timeouts, and tests where aborted, so there is no result for this test.</p>" .. | 489 | " means the mirror had too many timeouts, and tests where aborted, so there is no result for this test.</p>" .. |
490 | "<p>NOTE: timeouts may be due to a problem on the testing computer, it might be busy with other things, or be having it's own network problems..</p>" .. | 490 | "<p>NOTE: timeouts may be due to a problem on the testing computer, it might be busy with other things, or be having it's own network problems..</p>" .. |
491 | "<p>NOTE: the speed of the server this checking script is running on might be wildly exaggerated, it doesn't have to go through the Internet to download from itself.</p>" .. | 491 | "<p>NOTE: the speed of the server this checking script is running on might be wildly exaggerated, it doesn't have to go through the Internet to download from itself.</p>" .. |