diff options
author | Peter Palfrader <peter@palfrader.org> | 2002-09-10 20:44:45 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2002-09-10 20:44:45 +0000 |
commit | d594ffd29b361bf2b964d76ddfdd7a0e1b480d12 (patch) | |
tree | 49c2e874130de1492ac3befbb24f89b7afefc80c /templates | |
parent | 5d2e68445abbaa16a066699b78d81c1eb1512137 (diff) |
Template cleanup: fix a link and add links to .txt versions to front page
Diffstat (limited to 'templates')
-rw-r--r-- | templates/clist.html | 4 | ||||
-rw-r--r-- | templates/echolot.html | 86 |
2 files changed, 66 insertions, 24 deletions
diff --git a/templates/clist.html b/templates/clist.html index a7174f4..37579e2 100644 --- a/templates/clist.html +++ b/templates/clist.html @@ -2,13 +2,13 @@ <head> <title>Remailers (combined list) [<TMPL_VAR NAME="SITE_NAME">]</title> <META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">"> - <!-- $Id: clist.html,v 1.7 2002/08/14 22:54:20 weasel Exp $ --> + <!-- $Id: clist.html,v 1.8 2002/09/10 20:44:45 weasel Exp $ --> </head> <body> <h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1> <p> -<a HREF="./">Up</a> <a href="xlist.txt">Plaintext version</a> +<a HREF="./">Up</a> <a href="clist.txt">Plaintext version</a> <p> Available Stats: diff --git a/templates/echolot.html b/templates/echolot.html index bf18c2f..13247c5 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.7 2002/09/04 01:47:01 weasel Exp $ --> + <!-- $Id: echolot.html,v 1.8 2002/09/10 20:44:45 weasel Exp $ --> </head> <body> <h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1> @@ -14,47 +14,89 @@ offers current keyrings <TMPL_IF NAME="thesaurus">and each remailer's reply to < queries </TMPL_IF>for your convenience. <h2>Available Stats</h2> + +<p> +Out of the <TMPL_VAR NAME="CPUNK_TOTAL"> Cypherpunk and +<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. + +<h3>HTML</h3> <table border=1> <tr> -<TMPL_IF NAME="seperate_rlist"> - <th colspan=4>Cypherpunk (Type I)</th> -<TMPL_ELSE> <th>Cypherpunk (Type I)</th> -</TMPL_IF> <th>Mixmaster (Type II)</th> <TMPL_IF NAME="combined_list"> <th>Combined</th> </TMPL_IF> </tr> <tr> - <td><a href="rlist.html">v1</a></td> + <td><a href="rlist.html"><code>rlist.html</code></a> <TMPL_IF NAME="seperate_rlist"> - <td><a href="rlist-rsa.html">(rsa)</a></td> - <td><a href="rlist-dsa.html">(dsa)</a></td> - <td><a href="rlist-clear.html">(cleartext)</a></td> + <SMALL> + (<a href="rlist-rsa.html">rsa</a>, + <a href="rlist-dsa.html">dsa</a>, + <a href="rlist-clear.html">unencrypted</a>) + </SMALL> </TMPL_IF> - <td><a href="mlist.html">v1</a></td> + </td> + <td><a href="mlist.html"><code>mlist.html</code></a></td> <TMPL_IF NAME="combined_list"> - <td rowspan=2><a href="clist.html">V2</a></td> + <td rowspan=2><a href="clist.html"><code>clist2.html</code></a></td> </TMPL_IF> </tr> <tr> - <td><a href="rlist2.html">v2</a></td> + <td><a href="rlist2.html"><code>rlist2.html</code></a> <TMPL_IF NAME="seperate_rlist"> - <td><a href="rlist2-rsa.html">(rsa)</a></td> - <td><a href="rlist2-dsa.html">(dsa)</a></td> - <td><a href="rlist2-clear.html">(cleartext)</a></td> + <SMALL> + (<a href="rlist2-rsa.html">rsa</a>, + <a href="rlist2-dsa.html">dsa</a>, + <a href="rlist2-clear.html">unencrypted</a>) + </SMALL> </TMPL_IF> - <td><a href="mlist2.html">v2</a></td> + </td> + <td><a href="mlist2.html"><code>mlist2.html</code></a></td> </tr> </table> -<p> -Out of the <TMPL_VAR NAME="CPUNK_TOTAL"> Cypherpunk and -<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. +<h3>Plain Text</h3> +<table border=1> +<tr> + <th>Cypherpunk (Type I)</th> + <th>Mixmaster (Type II)</th> +<TMPL_IF NAME="combined_list"> + <th>Combined</th> +</TMPL_IF> +</tr> +<tr> + <td><a href="rlist.txt"><code>rlist.txt</code></a> +<TMPL_IF NAME="seperate_rlist"> + <SMALL> + (<a href="rlist-rsa.txt">rsa</a>, + <a href="rlist-dsa.txt">dsa</a>, + <a href="rlist-clear.txt">unencrypted</a>) + </SMALL> +</TMPL_IF> + </td> + <td><a href="mlist.txt"><code>mlist.txt</code></a></td> +<TMPL_IF NAME="combined_list"> + <td rowspan=2><a href="clist.txt"><code>clist2.txt</code></a></td> +</TMPL_IF> +</tr> +<tr> + <td><a href="rlist2.txt"><code>rlist2.txt</code></a> +<TMPL_IF NAME="seperate_rlist"> + <SMALL> + (<a href="rlist2-rsa.txt">rsa</a>, + <a href="rlist2-dsa.txt">dsa</a>, + <a href="rlist2-clear.txt">unencrypted</a>) + </SMALL> +</TMPL_IF> + </td> + <td><a href="mlist2.txt"><code>mlist2.txt</code></a></td> +</tr> +</table> <h2>Available Keyrings</h2> |