/[echolot]/trunk/templates/echolot.html
ViewVC logotype

Contents of /trunk/templates/echolot.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 335 - (show annotations) (download) (as text)
Tue Dec 3 02:59:13 2002 UTC (10 years, 5 months ago) by weasel
File MIME type: text/html
File size: 3636 byte(s)
Have support for translated templates
Use CSS - they need to be trimmed, I don't like Sergiusz's colors
thesaurusindexfile and indexfilebasename config values should not longer have the extension (.html) in them
1 <html>
2 <head>
3 <title>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</title>
4 <META HTTP-EQUIV="Expires" CONTENT="<TMPL_VAR NAME="EXPIRES">">
5 <link href="echolot.css" rel="stylesheet" type="text/css">
6 <!-- $Id: echolot.html,v 1.10 2002/12/03 02:59:13 weasel Exp $ -->
7 </head>
8 <body>
9 <h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
10
11 <p>
12 This pinger automatically collects and generates remailer reliability statistics
13 for both Type I (Cypherpunk) and Type II (Mixmaster) remailers. It also
14 offers current keyrings <TMPL_IF NAME="thesaurus">and each remailer's reply to <code>remailer-xxx</code>
15 queries </TMPL_IF>for your convenience.
16
17 <h2>Available Stats</h2>
18
19 <p>
20 Out of the <TMPL_VAR NAME="CPUNK_TOTAL"> Cypherpunk and
21 <TMPL_VAR NAME="MIX_TOTAL"> Mixmaster remailers
22 (<TMPL_VAR NAME="UNIQUE_ADDRESSES"> unique addresses) on these stats there
23 are <TMPL_VAR NAME="CPUNK_98"> CPunks and <TMPL_VAR NAME="MIX_98"> Mixes
24 over 98.0% in terms of overall reliability.
25
26 <h3>HTML</h3>
27 <table border=1>
28 <tr>
29 <th>Cypherpunk (Type I)</th>
30 <th>Mixmaster (Type II)</th>
31 <TMPL_IF NAME="combined_list">
32 <th>Combined</th>
33 </TMPL_IF>
34 </tr>
35 <tr>
36 <td><a href="rlist.html"><code>rlist.html</code></a>
37 <TMPL_IF NAME="separate_rlist">
38 <SMALL>
39 (<a href="rlist-rsa.html">rsa</a>,
40 <a href="rlist-dsa.html">dsa</a>,
41 <a href="rlist-clear.html">unencrypted</a>)
42 </SMALL>
43 </TMPL_IF>
44 </td>
45 <td><a href="mlist.html"><code>mlist.html</code></a></td>
46 <TMPL_IF NAME="combined_list">
47 <td rowspan=2><a href="clist.html"><code>clist2.html</code></a></td>
48 </TMPL_IF>
49 </tr>
50 <tr>
51 <td><a href="rlist2.html"><code>rlist2.html</code></a>
52 <TMPL_IF NAME="separate_rlist">
53 <SMALL>
54 (<a href="rlist2-rsa.html">rsa</a>,
55 <a href="rlist2-dsa.html">dsa</a>,
56 <a href="rlist2-clear.html">unencrypted</a>)
57 </SMALL>
58 </TMPL_IF>
59 </td>
60 <td><a href="mlist2.html"><code>mlist2.html</code></a></td>
61 </tr>
62 </table>
63
64 <h3>Plain Text</h3>
65 <table border=1>
66 <tr>
67 <th>Cypherpunk (Type I)</th>
68 <th>Mixmaster (Type II)</th>
69 <TMPL_IF NAME="combined_list">
70 <th>Combined</th>
71 </TMPL_IF>
72 </tr>
73 <tr>
74 <td><a href="rlist.txt"><code>rlist.txt</code></a>
75 <TMPL_IF NAME="separate_rlist">
76 <SMALL>
77 (<a href="rlist-rsa.txt">rsa</a>,
78 <a href="rlist-dsa.txt">dsa</a>,
79 <a href="rlist-clear.txt">unencrypted</a>)
80 </SMALL>
81 </TMPL_IF>
82 </td>
83 <td><a href="mlist.txt"><code>mlist.txt</code></a></td>
84 <TMPL_IF NAME="combined_list">
85 <td rowspan=2><a href="clist.txt"><code>clist2.txt</code></a></td>
86 </TMPL_IF>
87 </tr>
88 <tr>
89 <td><a href="rlist2.txt"><code>rlist2.txt</code></a>
90 <TMPL_IF NAME="separate_rlist">
91 <SMALL>
92 (<a href="rlist2-rsa.txt">rsa</a>,
93 <a href="rlist2-dsa.txt">dsa</a>,
94 <a href="rlist2-clear.txt">unencrypted</a>)
95 </SMALL>
96 </TMPL_IF>
97 </td>
98 <td><a href="mlist2.txt"><code>mlist2.txt</code></a></td>
99 </tr>
100 </table>
101
102
103 <h2>Available Keyrings</h2>
104 <table border=1>
105 <tr>
106 <th>Cypherpunk (Type I)</th>
107 <th>Mixmaster (Type II)</th>
108 </tr>
109 <tr>
110 <td><a href="pgp-rsa.asc">RSA only</a></td>
111 <td><a href="pubring.mix"><code>pubring.mix</code></a></td>
112 </tr>
113 <tr>
114 <td><a href="pgp-all.asc">RSA and DSA</a></td>
115 <td><a href="type2.list"><code>type2.list</code></a></td>
116 </tr>
117 </table>
118
119 <TMPL_IF NAME="thesaurus">
120 <h2>Thesaurus</h2>
121
122 Find the Thesaurus index in <a href="thesaurus/">thesaurus/</a>.
123 </TMPL_IF>
124
125 <hr>
126 Created by <a href="http://www.palfrader.org/echolot/">Echolot <TMPL_VAR
127 NAME="version"></a> at <TMPL_VAR NAME="CURRENT_TIMESTAMP"> (individual pages
128 may be newer).
129 </body>
130
131 <!-- vim:set ts=2: -->
132 <!-- vim:set shiftwidth=2: -->
133 </html>

  ViewVC Help
Powered by ViewVC 1.1.5