diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-09-04 01:47:01 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-09-04 01:47:01 +0000 |
commit | 18d1ec2cf6a7a2b610d7c9b88b24ecd3839c7981 (patch) | |
tree | 428dd0f49b665163a7900ca6131b6df68bee1636 /templates | |
parent | 6ebd214a5ff027266f1582bf749aa639cf59b8f0 (diff) |
Write total number of unique remailers to echolot.html
Work around broken remailers that insert newlines.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/echolot.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/templates/echolot.html b/templates/echolot.html index a298e10..bf18c2f 100644 --- a/templates/echolot.html +++ b/templates/echolot.html @@ -2,7 +2,7 @@ <head> <title>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</title> <META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">"> - <!-- $Id: echolot.html,v 1.6 2002/08/23 08:17:21 weasel Exp $ --> + <!-- $Id: echolot.html,v 1.7 2002/09/04 01:47:01 weasel Exp $ --> </head> <body> <h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1> @@ -51,7 +51,8 @@ queries </TMPL_IF>for your convenience. <p> Out of the <TMPL_VAR NAME="CPUNK_TOTAL"> Cypherpunk and -<TMPL_VAR NAME="MIX_TOTAL"> Mixmaster remailers on these stats there +<TMPL_VAR NAME="MIX_TOTAL"> Mixmaster remailers +(<TMPL_VAR NAME="UNIQUE_ADDRESSES"> unique addresses) on these stats there are <TMPL_VAR NAME="CPUNK_98"> CPunks and <TMPL_VAR NAME="MIX_98"> Mixes over 98.0% in terms of overall reliability. |