summaryrefslogtreecommitdiff
path: root/templates/mlist2.html
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2002-07-06 20:16:38 +0000
committerPeter Palfrader <peter@palfrader.org>2002-07-06 20:16:38 +0000
commitc47f777df3b722ca23fc67dd472a1439daa74b9c (patch)
treeb800cb6440fbda75fabe7d6cfbe3a977a550bfe9 /templates/mlist2.html
parent7d86e005ea1b47350d317922289f42341fe5445d (diff)
Build html files for [rm]list[12]
Have templates for html files
Diffstat (limited to 'templates/mlist2.html')
-rw-r--r--templates/mlist2.html33
1 files changed, 33 insertions, 0 deletions
diff --git a/templates/mlist2.html b/templates/mlist2.html
new file mode 100644
index 0000000..4362096
--- /dev/null
+++ b/templates/mlist2.html
@@ -0,0 +1,33 @@
+<html>
+<head>
+ <title>Thesaurus [<TMPL_VAR NAME="SITE_NAME">]</title>
+</head>
+<body>
+<h1>Remailer Reliability Stats [<TMPL_VAR NAME="SITE_NAME">]</h1>
+
+<h2>Mixmaster Remailers (v2)</h2>
+
+<p>
+This is an automatically generated list of remailer reliability
+statistics.
+
+<p>
+<a HREF="mlist.html">v1</a> and cpunk <a HREF="rlist.html">v1</a> and
+<a HREF="rlist2.html">v2</a> stats are also available.
+
+<p>
+<a HREF="./">Up</a>
+
+<p>
+<pre>
+<TMPL_VAR NAME="list">
+</pre>
+
+<hr>
+Created by <a href="http://savannah.gnu.org/projects/echolot/">Echolot</a>.<br>
+Last update: <TMPL_VAR NAME="CURRENT_TIMESTAMP">.
+</body>
+
+<!-- vim:set ts=2: -->
+<!-- vim:set shiftwidth=2: -->
+</html>