summaryrefslogtreecommitdiff
path: root/templates/echolot.html
blob: 2d81516fbc09217a14676a3a96457c45ec59af05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
<html>
<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.5 2002/08/21 19:19:57 weasel Exp $ -->
</head>
<body>
<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>

<p>
This pinger automatically collects and generates remailer reliability statistics
for both Type I (Cypherpunk) and Type II (Mixmaster) remailers. It also
offers current keyrings <TMPL_IF NAME="thesaurus">and each remailer's reply to <code>remailer-xxx</code>
queries </TMPL_IF>for your convenience.

<h2>Available Stats</h2>
<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>
<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>
</TMPL_IF>
  <td><a href="mlist.html">v1</a></td>
<TMPL_IF NAME="combined_list">
	<td rowspan=2><a href="clist.html">V2</a></td>
</TMPL_IF>
</tr>
<tr>
  <td><a href="rlist2.html">v2</a></td>
<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>
</TMPL_IF>
  <td><a href="mlist2.html">v2</a></td>
</tr>
</table>


<h2>Available Keyrings</h2>
<table border=1>
	<tr>
		<th>Cypherpunk (Type I)</th> 
		<th>Mixmaster (Type II)</th>
	</tr>
	<tr>
		<td><a href="pgp-rsa.asc">RSA only</a></td>
		<td><a href="pubring.mix"><code>pubring.mix</code></a></td>
	</tr>
	<tr>
		<td><a href="pgp-all.asc">RSA and DSA</a></td>
		<td><a href="type2.list"><code>type2.list</code></a></td>
	</tr>
</table>

<TMPL_IF NAME="thesaurus">
<h2>Thesaurus</h2>

Find the Thesaurus index in <a href="thesaurus/">thesaurus/</a>.
</TMPL_IF>

<hr>
Created by <a href="http://www.palfrader.org/echolot/">Echolot <TMPL_VAR
NAME="version"></a> at <TMPL_VAR NAME="CURRENT_TIMESTAMP"> (individual pages
may be newer).
</body>

<!-- vim:set ts=2: -->
<!-- vim:set shiftwidth=2: -->
</html>