From f27d5c2c8db0725bf8d40b6bdccfd1f17a9b0c14 Mon Sep 17 00:00:00 2001 From: onefang Date: Fri, 24 Jan 2020 11:38:34 +1000 Subject: Lighten up the colours. --- apt-panopticon-report-email-web.lua | 10 +++++----- 1 file 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) if not s then result = result .. "*" end if APT.html then if s then - result = "TIMEOUT" + result = "TIMEOUT" else - result = "TIMEOUT*" + result = "TIMEOUT*" end end if APT.html then @@ -465,7 +465,7 @@ if nil == web then C("opening mirrors file - " .. e) else if 0 < tonumber(APT.options.refresh.value) then web:write('\n') end - web:write( '' .. + web:write( '' .. "

Welcome to the apt-panopticon results page.

\n" .. "

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.

" .. "

This is the status of the mirror servers in the Devuan package mirror network.

\n") @@ -483,9 +483,9 @@ if nil == web then C("opening mirrors file - " .. e) else " means the tested thing is supported for that mirror.

\n" .. "

FAILED* or OK*" .. " means the tested thing is unsupported for that mirror, but might have been tested anyway.

\n" .. - "

timeout or timeout" .. + "

timeout or timeout" .. " means the mirror had some timeouts, and tests where not yet aborted. The darker colour means unsupported by the mirror, but tested anyway.

" .. - "

TIMEOUT or TIMEOUT" .. + "

TIMEOUT or TIMEOUT" .. " means the mirror had too many timeouts, and tests where aborted, so there is no result for this test.

" .. "

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..

" .. "

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.

" .. -- cgit v1.1