git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
0744e73cb
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
index.html
minor fixes on website
Roger Dingledine
commited
0744e73cb
at 2004-11-18 02:44:54
index.html
Blame
History
Raw
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Tor: an anonymizing overlay network for TCP</title> <meta name="Author" content="Roger Dingledine" /> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <link rel="stylesheet" type="text/css" href="default.css" /> </head> <body> <div class="menu" id="side"> <!-- <img id="logo" src="tor.jpg" alt="cute tor gate" /> --> <a class="current">Home</a> <br /> <a href="howitworks.html">How it works</a> <br /> <a href="download.html">Download</a> <br /> <a href="documentation.html">Documentation</a><br /> <a href="contribute.html">Contribute</a> <br /> <a href="developers.html">Developers</a> <br /> <a href="research.html">Research</a> <br /> <a href="people.html">People</a> <br /> </div><!-- #side --> <div class="main" id="main"> <h2>Tor: an anonymous Internet communication system</h2> <p> The right to speak anonymously is <a href="http://www.eff.org/Privacy/Anonymity">protected by the First Amendment</a> in the United States and is crucial for safety, privacy, and free expression on the global Internet. People who need anonymity online range from whistleblowers and political dissidents to people giving tips to the police and kids who are exploring online. </p> <p> Tor helps these people by allowing them to communicate anonymously on the Internet. It can anonymize web browsing, instant messaging, IRC, SSH, and more. Your identity is hidden because communications are bounced around a distributed network of servers called <a href="howitworks.html">onion routers</a> -- this system makes it hard for recipients, observers, and even the onion routers themselves to track the source of the stream. </p> <p> Tor development is now supported by a grant from the <a href="http://www.eff.org/">Electronic Frontier Foundation</a>. The more people use Tor and volunteer to run servers, the better this service will be. Please consider <a href="http://freehaven.net/tor/cvs/tor/doc/tor-doc.html#installing">installing it</a> and then <a href="http://www.freehaven.net/tor/cvs/tor/doc/tor-doc.html#server">helping out</a>. You can also <a href="documentation.html">learn more</a>. </p> <p> Remember that this is development code -- it's not a good idea to rely on the current Tor network if you really need strong anonymity. </p> <p> 2004-11-15: Tor 0.0.9pre6 is released. [<a href="download.html">download</a>]<br /> 2004-10-14: Tor 0.0.8.1 is released. [<a href="download.html">download</a>] </p> <p> The or-announce mailing list is a low volume list for announcements of new releases. You can <a href="http://archives.seul.org/or/announce/">read the archives or subscribe</a>. </p> </div><!-- #main --> <div class="bottom" id="bottom"> <i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> - $Id$ </div> </body> </html>