[PATCH] contrib/tor-exit-notice.html url fix

Christian Kujau lists at nerdbynature.de
Sun Feb 21 03:30:15 UTC 2010


Hi,

just a minor URL fix to the contrib/tor-exit-notice.html document. Also 
adding a DOCTYPE to make it valid XHTML.

Apart from these nitpicks, the latest -git checkouts are running great on 
Linux/powerpc!

Thanks,
Christian.

diff --git a/tor-exit-notice.orig.html b/tor-exit-notice.html
index 4ab028f..dbbf031 100644
--- a/tor-exit-notice.orig.html
+++ b/tor-exit-notice.html
@@ -1,4 +1,7 @@
-<html>
+<?xml version="1.0"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
 <head>
 <title>This is a Tor Exit Router</title>
 
@@ -26,7 +29,7 @@ They are marked with FIXME.
 <p>Most likely you are accessing this website because you had some issue with
 the traffic coming from this IP. This router is part of the <a
 href="https://www.torproject.org/">Tor Anonymity Network</a>, which is
-dedicated to <a href="https://www.torproject.org/30seconds.html.en">providing
+dedicated to <a href="https://www.torproject.org/overview.html">providing
 privacy</a> to people who need it most: average computer users. This
 router IP should be generating no other traffic, unless it has been
 compromised.
@@ -37,11 +40,11 @@ compromised.
 <!-- FIXME: you should probably grab your own copy of how_tor_works_thumb.png
 and serve it locally -->
 <center><a href="https://www.torproject.org/overview.html">
-<img src="https://www.torproject.org/images/how_tor_works_thumb.png"></a></center>
+<img src="https://www.torproject.org/images/how_tor_works_thumb.png" alt="How Tor works"/></a></center>
 
 <p>
 
-Tor sees use by <a href="https://www.torproject.org/torusers.html.en">many
+Tor sees use by <a href="https://www.torproject.org/torusers.html">many
 important segments of the population</a>, including whistle blowers,
 journalists, Chinese dissidents skirting the Great Firewall and oppressive
 censorship, abuse victims, stalker targets, the US military, and law
@@ -127,7 +130,7 @@ already blocked.
 
 <p>You also have the option of blocking this IP address and others on
 the Tor network if you so desire. The Tor project provides a <a
-href="https://tor-svn.freehaven.net/svn/tor/trunk/contrib/exitlist">python script</a> to
+href="https://check.torproject.org/cgi-bin/TorBulkExitList.py">python script</a> to
 extract all IP addresses of Tor exit nodes, and an official <a
 href="https://www.torproject.org/tordnsel/">DNSRBL</a> is also available to
 determine if a given IP address is actually a Tor exit server. Please
-- 
BOFH excuse #328:

Fiber optics caused gas main leak



More information about the tor-dev mailing list