diff options
author | onefang | 2019-12-25 18:44:46 +1000 |
---|---|---|
committer | onefang | 2019-12-25 18:44:46 +1000 |
commit | db06e5796ff2f57e8b280d4aaffc00147d9414d9 (patch) | |
tree | 4216d3b55095eab2698cfe158f37c6ac4684df5d | |
parent | Everyone gets a car, er I mean linky! (diff) | |
download | apt-panopticon-db06e5796ff2f57e8b280d4aaffc00147d9414d9.zip apt-panopticon-db06e5796ff2f57e8b280d4aaffc00147d9414d9.tar.gz apt-panopticon-db06e5796ff2f57e8b280d4aaffc00147d9414d9.tar.bz2 apt-panopticon-db06e5796ff2f57e8b280d4aaffc00147d9414d9.tar.xz |
Add a little descritpion to the web page.
-rwxr-xr-x | apt-panopticon-report-email-web.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-panopticon-report-email-web.lua b/apt-panopticon-report-email-web.lua index 12a3960..9faf476 100755 --- a/apt-panopticon-report-email-web.lua +++ b/apt-panopticon-report-email-web.lua | |||
@@ -316,6 +316,7 @@ if nil == web then C("opening mirrors file - " .. e) else | |||
316 | end | 316 | end |
317 | web:write( '</head><body bgcolor="black" text="white">' .. | 317 | web:write( '</head><body bgcolor="black" text="white">' .. |
318 | "<h1>Welcome to the apt-panopticon results page.</h1>\n" .. | 318 | "<h1>Welcome to the apt-panopticon results page.</h1>\n" .. |
319 | "<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>" .. | ||
319 | "<p>This is the status of the mirror servers in the Devuan package mirror network.</p>\n") | 320 | "<p>This is the status of the mirror servers in the Devuan package mirror network.</p>\n") |
320 | if 0 < tonumber(APT.options.refresh.value) then | 321 | if 0 < tonumber(APT.options.refresh.value) then |
321 | web:write( '<p>This page will refresh every ' .. (APT.options.refresh.value / 60) .. ' minutes.</p>') | 322 | web:write( '<p>This page will refresh every ' .. (APT.options.refresh.value / 60) .. ' minutes.</p>') |