aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/apt-panopticon-report-email-web.lua
diff options
context:
space:
mode:
authoronefang2019-12-26 15:51:08 +1000
committeronefang2019-12-26 15:51:08 +1000
commit16cecbbade8f860e2ec86d8ae7e6450db8e66788 (patch)
tree45ec994d6716881650695b2d7c59389df8771ed0 /apt-panopticon-report-email-web.lua
parentNew explanations.html page. (diff)
downloadapt-panopticon-16cecbbade8f860e2ec86d8ae7e6450db8e66788.zip
apt-panopticon-16cecbbade8f860e2ec86d8ae7e6450db8e66788.tar.gz
apt-panopticon-16cecbbade8f860e2ec86d8ae7e6450db8e66788.tar.bz2
apt-panopticon-16cecbbade8f860e2ec86d8ae7e6450db8e66788.tar.xz
Make the explanation linky more visible.
Diffstat (limited to 'apt-panopticon-report-email-web.lua')
-rwxr-xr-xapt-panopticon-report-email-web.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua
index 3703972..14b0794 100755
--- a/apt-panopticon-report-email-web.lua
+++ b/apt-panopticon-report-email-web.lua
@@ -266,7 +266,7 @@ end
266 266
267local lnk = function(name, link) 267local lnk = function(name, link)
268 if nil == link then link = name end 268 if nil == link then link = name end
269 return name .."<a href='explanations.html#" .. link .. "'>*" 269 return name .. " <a href='explanations.html#" .. link .. "'>*</a>"
270end 270end
271 271
272 272
@@ -370,7 +370,7 @@ if nil == web then C("opening mirrors file - " .. e) else
370 "<p>The time in the Updated column is how often the mirror updates itself.</p>" .. 370 "<p>The time in the Updated column is how often the mirror updates itself.</p>" ..
371 "<p>Mirrors with a <font style='background-color:dimgrey'>grey background</font> are not active (though may be usable as part of the DNS-RR).</p>\n" .. 371 "<p>Mirrors with a <font style='background-color:dimgrey'>grey background</font> are not active (though may be usable as part of the DNS-RR).</p>\n" ..
372 "<p>[<font color='grey'><b>skip</b></font>] means that the test hasn't been written yet.</p>\n" .. 372 "<p>[<font color='grey'><b>skip</b></font>] means that the test hasn't been written yet.</p>\n" ..
373 "<table>\n<tr><th></th><th>" .. lnk('FTP') .. "</a></th><th>" .. lnk('HTTP') .. "</th><th>" .. lnk('HTTPS') .. "</th><th>" .. lnk('RSYNC') .. "</th>" .. 373 "<table>\n<tr><th></th><th>" .. lnk('FTP') .. "</th><th>" .. lnk('HTTP') .. "</th><th>" .. lnk('HTTPS') .. "</th><th>" .. lnk('RSYNC') .. "</th>" ..
374 "<th>" .. lnk('DNS round robin', 'DNS-RR') .. "</th><th>" .. lnk('Protocol') .. "</th><th>" .. lnk('URL sanity', 'URL-Sanity') .. "</th><th>" .. lnk('Integrity') .. "</th>" .. 374 "<th>" .. lnk('DNS round robin', 'DNS-RR') .. "</th><th>" .. lnk('Protocol') .. "</th><th>" .. lnk('URL sanity', 'URL-Sanity') .. "</th><th>" .. lnk('Integrity') .. "</th>" ..
375 "<th>" .. lnk('Updated') .. "</th><th colspan='2'>" .. lnk('Speed range', 'Speed') .. "</th></tr>\n" 375 "<th>" .. lnk('Updated') .. "</th><th colspan='2'>" .. lnk('Speed range', 'Speed') .. "</th></tr>\n"
376 ) 376 )