[or-cvs] r14841: add a link to the source code, fix a spelling mistake and ot (check/trunk/cgi-bin)

ioerror at seul.org ioerror at seul.org
Fri May 30 06:57:50 UTC 2008


Author: ioerror
Date: 2008-05-30 02:57:50 -0400 (Fri, 30 May 2008)
New Revision: 14841

Modified:
   check/trunk/cgi-bin/TorBulkExitList.py
Log:
add a link to the source code, fix a spelling mistake and other issues (thanks to Fabian Keil).


Modified: check/trunk/cgi-bin/TorBulkExitList.py
===================================================================
--- check/trunk/cgi-bin/TorBulkExitList.py	2008-05-30 06:35:15 UTC (rev 14840)
+++ check/trunk/cgi-bin/TorBulkExitList.py	2008-05-30 06:57:50 UTC (rev 14841)
@@ -244,13 +244,17 @@
         req.write('Welcome to the Tor Bulk Exit List exporting tool.<br><br>\n')
         req.write("""
         If you are a service provider and you wish to build a list of possible
-        Tor nodes that can contact one your servers, enter that single server
-        address below. This service allows you to keep your users ip addresses private.
-        This list alows you to have a nearly real time authoritative source for Tor
+        Tor nodes that can contact one of your servers, enter that single server
+        address below. This service allows you to keep your users' ip addresses private.
+        This list allows you to have a nearly real time authoritative source for Tor
         exits that allow contacting your server on port 80. While we don't log
         the IP that queries for a given list, we do keep a cache of answers for
         all queries made. This is purely for performance reasons and they are
-        automatically deleted after a given threshold. <br><br>\n""")        
+        automatically deleted after a given threshold. If you'd like, you're
+        free to run your own copy of this program. It's Free Software and can
+        be downloaded from the <a
+        href="https://tor-svn.freehaven.net/svn/check/trunk/cgi-bin/TorBulkExitList.py">Tor
+        subversion repository</a>.<br><br>\n""")        
 
         req.write('Please enter an IP:<br>\n')
         req.write('<form action="/cgi-bin/TorBulkExitList.py" name=ip\n')



More information about the tor-commits mailing list