diff options
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | templates/clist.html | 4 | ||||
-rw-r--r-- | templates/echolot.html | 86 |
3 files changed, 68 insertions, 24 deletions
@@ -3,6 +3,8 @@ Changes in version 2.0rc3 * Only decrease a remailer's ttl during requesting -conf if it was requested by the usualy timer run and not by the user. + * Template cleanup: fix a link and add links to .txt versions + to front page. Changes in version 2.0rc2 - 2002-09-08 * Reopen stdin to /dev/null instead of closing it to avoid 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> |