From 33d4f9305aba6ef58f390c150792135f403cd6e3 Mon Sep 17 00:00:00 2001 From: onefang Date: Wed, 13 Nov 2019 21:39:45 +1000 Subject: Polish the web page a bit. --- apt-panopticon-report-web.lua | 24 ++++++++++++++---------- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/apt-panopticon-report-web.lua b/apt-panopticon-report-web.lua index 7bb48b0..75f2895 100755 --- a/apt-panopticon-report-web.lua +++ b/apt-panopticon-report-web.lua @@ -192,7 +192,12 @@ local file, e = io.open("results/Report-web.html", "w+") if nil == file then C("opening mirrors file - " .. e) else file:write( "
\n" .. '' .. - "Check date: " .. os.date("!%a %b %d %T %Z %Y") .. "\n" .. k .. " | ") @@ -213,12 +218,12 @@ if nil == file then C("opening mirrors file - " .. e) else local sanity = "[skip]" local integrity = "[skip]" local updated = "[skip]" - file:write("http: " .. http .. " | https: " .. https .. " | DNS-RR: " .. - dns .. " | Protocol: " .. protocol .. " | URL-sanity: " .. sanity .. - " | Integrity: " .. integrity .. " | Updated: " .. updated .. " | http: " .. http .. " | https: " .. https .. " | DNS-RR: " .. + dns .. " | Protocol: " .. protocol .. " | URL-sanity: " .. sanity .. + " | Integrity: " .. integrity .. " | Updated: " .. updated .. " | \n") end - file:write( "
---|
This DNS report lists each mirror, and the DNS entries for that mirror. " .. + file:write( "
This lists each mirror, and the DNS entries for that mirror. " .. + "The links point to the log files for each FDQN / IP combination that was checked. " .. "If a mirror has a CNAME, that CNAME is listed along with that CNAMEs DNS entries. " .. "deb.devuan.org is the DNS round robin, which points to the mirrors that are part of the DNS-RR. " .. "pkgmaster.devuan.org is the master mirror, all the others sync to it. " .. - "The links point to the log files for each FDQN / IP combination that was checked. " .. - "
\n