diff options
Diffstat (limited to 'templates/v1legend.html')
-rw-r--r-- | templates/v1legend.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/templates/v1legend.html b/templates/v1legend.html new file mode 100644 index 0000000..ee67c4b --- /dev/null +++ b/templates/v1legend.html @@ -0,0 +1,21 @@ +<H2><a name="legend">Legend</a></H2> +<p> +<strong>History</strong>: The result of test messages sent in the last 12 days. +<p> +<BLOCKQUOTE> +<TABLE CELLPADDING=0 CELLSPACING=0 border="0"> +<TR><TD>?</TD><TD>No test message sent</TD></TR> +<TR><TD>(space)</TD><TD>Response not received</TD></TR> +<TR><TD>#</TD><TD>Response in less than 5 minutes</TD></TR> +<TR><TD>*</TD><TD>Response in less than 1 hour</TD></TR> +<TR><TD>+</TD><TD>Response in less than 4 hours</TD></TR> +<TR><TD>-</TD><TD>Response in less than 24 hours</TD></TR> +<TR><TD>.</TD><TD>Response in less than 2 days</TD></TR> +<TR><TD>_</TD><TD>Response in more than 2 days</TD></TR> +</TABLE> +</BLOCKQUOTE> +<p> +<strong>Latency</strong>: The average response time of the remailer. +<p> +<strong>Uptime</strong>: The fraction of responses received from tests sent in +the last 12 days. |