diff options
author | onefang | 2020-02-06 14:13:24 +1000 |
---|---|---|
committer | onefang | 2020-02-06 14:13:24 +1000 |
commit | c3b5b574bfd81f2093c4d795a929e27ed34708f1 (patch) | |
tree | 597036729f246154212bc554498e28017a5ecd45 /Report-web_3.html | |
parent | Better wait for command startup. (diff) | |
download | apt-panopticon-c3b5b574bfd81f2093c4d795a929e27ed34708f1.zip apt-panopticon-c3b5b574bfd81f2093c4d795a929e27ed34708f1.tar.gz apt-panopticon-c3b5b574bfd81f2093c4d795a929e27ed34708f1.tar.bz2 apt-panopticon-c3b5b574bfd81f2093c4d795a929e27ed34708f1.tar.xz |
Rewrite some of the output.
Move explanations into tooltips.
Invent a crappy HTML template "system".
General clean up of text.
Diffstat (limited to '')
-rw-r--r-- | Report-web_3.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Report-web_3.html b/Report-web_3.html new file mode 100644 index 0000000..915bd56 --- /dev/null +++ b/Report-web_3.html | |||
@@ -0,0 +1,11 @@ | |||
1 | <p><b class="TTitem" title="This is a tooltip with an explanation in it.">Tooltips</b> are things that have an explanation tooltip, hover over them.</p> | ||
2 | <p><font color='red'><b>FAILED</b></font> or <font color='lime'><b>OK</b></font> means the tested thing is supported for that mirror.</p> | ||
3 | <p><font color='darkred'><b>FAILED*</b></font> or <font color='darkgreen'><b>OK*</b></font> means the tested thing is unsupported for that mirror, but might have been tested anyway.</p> | ||
4 | <p><font color='aqua'><b>timeout</b></font> or <font color='blue'><b>timeout</b></font> means the mirror had some timeouts, and tests where not yet aborted. The darker colour means unsupported by the mirror, but tested anyway.</p> | ||
5 | <p><font color='aqua'><b>TIMEOUT</b></font> or <font color='blue'><b>TIMEOUT</b></font> means the mirror had too many timeouts, and tests where aborted, so there is no result for this test.</p> | ||
6 | <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> | ||
7 | <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> | ||
8 | <p>The DNS round robin (DNS-RR) column shows the IPs for that mirror, or <font color='grey'><b>no</b></font> if it isn't part of the DNS-RR. The IPs link to the testing log for that IP accessed via the DNS-RR. deb.devuan.org is the DNS-RR itself, so it doesn't get tested directly.</p> | ||
9 | <p>The time in the Updated column is how often the mirror updates itself.</p> | ||
10 | <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> | ||
11 | <p><font color='grey'><b>skip</b></font> means that the test hasn't been written yet.</p> | ||