diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-06-07 16:14:59 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-06-07 16:14:59 +0000 |
commit | de74c064a8456982a6af4c940c2d618202cf1ec6 (patch) | |
tree | 92a165b8dc918bdf08c56e5938e51bf08d0f3bfa /README | |
parent | 529cbe34b0253483dbc1a8bbd597b30ad28ca53a (diff) | |
download | tor-de74c064a8456982a6af4c940c2d618202cf1ec6.tar.gz tor-de74c064a8456982a6af4c940c2d618202cf1ec6.zip |
r13297@catbus: nickm | 2007-06-07 12:13:40 -0400
expanded readme; based on version from A.B. No longer completely useless.
svn:r10523
Diffstat (limited to 'README')
-rw-r--r-- | README | 22 |
1 files changed, 20 insertions, 2 deletions
@@ -1,4 +1,22 @@ +Tor protects your privacy on the internet by hiding the connection +between your Internet address and the services you use. We believe +Tor is reasonably secure, but please ensure you read the +instructions and configure it properly. -Tor is an implementation of Onion Routing. You can read more -at http://tor.eff.org/ +To build Tor from source: + ./configure; make; make install +Home page: + http://www.torproject.org/ + +Download new versions: + http://www.torproject.org/download.html + +Documentation, including links to installation and setup instructions: + http://www.torproject.org/documentation.html + +Making applications work with Tor: + http://wiki.noreply.org/noreply/TheOnionRouter/TorifyHOWTO + +Frequently Asked Questions: + http://wiki.noreply.org/noreply/TheOnionRouter/TorFAQ |