git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
0b4c3c2fe
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
documentation.html
call it Volunteer in the navigation bar too
Roger Dingledine
commited
0b4c3c2fe
at 2005-06-29 20:16:36
documentation.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: Documentation</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="stylesheet.css" /> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> </head> <body> <!-- TITLE BAR & NAVIGATION --> <table class="banner" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="banner-left"></td> <td class="banner-middle"> <a href="index.html">Home</a> | <a href="howitworks.html">How It Works</a> | <a href="download.html">Download</a> | <a class="current">Docs</a> | <a href="users.html">Users</a> | <a href="faq.html">FAQs</a> | <a href="volunteer.html">Volunteer</a> | <a href="developers.html">Developers</a> | <a href="research.html">Research</a> | <a href="people.html">People</a> </td> <td class="banner-right"></td> </tr> </table> <!-- END TITLE BAR & NAVIGATION --> <div class="center"> <div class="main-column"> <h1>Table of Contents</h1> <hr /> <ul> <li><a href="#RunningTor">Running Tor</a></li> <li><a href="#DesignDoc">Design Documents</a></li> <li><a href="#HOWTO">Various HOWTO Docs</a></li> <li><a href="#MailingLists">Mailing List Information</a></li> </ul> <hr /> <a id="RunningTor"></a> <h2><a class="anchor" href="#RunningTor">Running Tor</a></h2> <ul> <li><a href="cvs/tor/doc/tor-doc.html">Why should I run Tor?</a></li> <li><a href="cvs/tor/doc/tor-doc.html#client-or-server">Should I run a client or a server?</a></li> <li><a href="cvs/tor/doc/tor-doc-win32.html">Installing Tor on Win32</a></li> <li><a href="cvs/tor/doc/tor-doc-osx.html">Installing Tor on Mac OS X</a></li> <li><a href="cvs/tor/doc/tor-doc.html#installing">Installing Tor</a></li> <li><a href="cvs/tor/doc/tor-doc.html#client">Configuring a client</a></li> <li><a href="cvs/tor/doc/tor-doc.html#server">Configuring a server</a></li> <li><a href="cvs/tor/doc/tor-doc.html#hidden-service">Configuring a hidden service</a></li> <li><a href="cvs/tor/doc/tor-doc.html#own-network">Setting up your own network</a></li> </ul> <a id="DesignDoc"></a> <h2><a class="anchor" href="#DesignDoc">Design Documents</a></h2> <p>The <b>design document</b> (published at Usenix Security 2004) gives our justifications and security analysis for the Tor design:</p> <ul> <li><a href="cvs/tor/doc/design-paper/tor-design.pdf">PDF version</a></li> <li><a href="cvs/tor/doc/design-paper/tor-design.html">HTML version</a></li> </ul> <p>Our follow-up paper on <b>challenges in low-latency anonymity</b> (still in draft form) details more recent experiences and directions: <a href="cvs/tor/doc/design-paper/challenges.pdf">PDF version</a>.</p> <p>The <b>specification</b> aims to give developers enough information to build a compatible version of Tor:</p> <ul> <li><a href="cvs/tor/doc/tor-spec.txt">Main Tor specification</a></li> <li><a href="cvs/tor/doc/rend-spec.txt">Tor rendezvous specification</a></li> <li><a href="cvs/tor/doc/control-spec.txt">Tor UI control specification</a></li> </ul> <p>The <a href="/tor-manual.html"><b>manual</b></a> for the latest stable version provides detailed instructions for how to install and use Tor, including configuration of client and server options.<br /> If you are running the CVS version the manual is available <a href="/tor-manual-cvs.html"><b>here</b></a>. </p> <p>Look at the <a href="http://freehaven.net/~arma/21c3-slides.pdf">slides from the 21C3 talk</a>, and <a href="http://freehaven.net/~arma/Berlin2004.ogg"> listen to the audio from the talk</a>.</p> <a id="HOWTO"></a> <h2><a class="anchor" href="#HOWTO">Various HOWTO Docs</a></h2> <ul> <li><a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorifyHOWTO">Guide to Tor-ifying various applications</a></li> <li><a href="http://wiki.noreply.org/noreply/TheOnionRouter/OperationalSecurity">How to Run a Secure Tor Server</a></li> <li><a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorInChroot">Running Tor in a Linux chroot</a></li> <li><a href="http://wiki.noreply.org/noreply/TheOnionRouter/OpenbsdChrootedTor">chroot guide for OpenBSD</a></li> <li><a href="http://wiki.noreply.org/wiki/TheOnionRouter/SquidProxy">Squid and Tor</a></li> </ul> <a id="MailingLists"></a> <h2><a class="anchor" href="#MailingLists">Mailing List Information</a></h2> <ul> <li> The <a href="http://archives.seul.org/or/announce/">or-announce mailing list</a> is a low volume list for announcements of new releases. </li> <li> The <a href="http://archives.seul.org/or/talk/">or-talk mailing list</a> is where a lot of the discussion happens, and is where we send notifications of prereleases and release candidates. </li> <li> The <a href="http://archives.seul.org/or/dev/">or-dev mailing list</a> is for posting by developers only, and is very low traffic. </li> <li> There's also a list for <a href="http://archives.seul.org/or/cvs/">cvs commits</a>.</li> </ul> </div><!-- #main --> </div> <div class="bottom" id="bottom"> <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> - $Id$ </div> </body> </html>