[or-cvs] [tor/master 3/4] Update a section of the exit notice file, give it a changelog.

nickm at torproject.org nickm at torproject.org
Thu Feb 25 19:33:48 UTC 2010


Author: Sebastian Hahn <sebastian at torproject.org>
Date: Tue, 23 Feb 2010 19:59:34 +0100
Subject: Update a section of the exit notice file, give it a changelog.
Commit: f31db269a0da4ec38b0681922e1ad91f4159cd04

---
 ChangeLog                    |    4 ++++
 contrib/tor-exit-notice.html |    8 +++++---
 2 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 541d780..548c8d8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,10 @@ Changes in version 0.2.2.10-alpha - 2010-??-??
       descriptors. Bugfix on tor-0.2.1.5-alpha. Discovered by ekir,
       fixes bug 1255.
 
+  o Code simplifications and refactoring:
+    - Fix some urls in the exit notice file and make it XHTML1.1 strict
+      compliant. Based on a patch from Christian Kujau.
+
 Changes in version 0.2.2.9-alpha - 2010-02-22
   o Directory authority changes:
     - Change IP address for dannenberg (v3 directory authority), and
diff --git a/contrib/tor-exit-notice.html b/contrib/tor-exit-notice.html
index 68218a5..78a148c 100644
--- a/contrib/tor-exit-notice.html
+++ b/contrib/tor-exit-notice.html
@@ -25,7 +25,8 @@ They are marked with FIXME.
 </head>
 <body>
 
-<p style="text-align:center; font-size:xx-large; font-weight:bold">This is a Tor Exit Router</p>
+<p style="text-align:center; font-size:xx-large; font-weight:bold">This is a
+Tor Exit Router</p>
 
 <p>
 the traffic coming from this IP. This router is part of the <a
@@ -129,8 +130,9 @@ already blocked.</p>
 <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://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://check.torproject.org/cgi-bin/TorBulkExitList.py">web service</a>
+to fetch a list of all IP addresses of Tor exit nodes that allow exiting to a
+specified IP:port combination, 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
 be considerate
-- 
1.6.5




More information about the tor-commits mailing list