mirror of
https://github.com/torproject/webwml.git
synced 2024-12-11 12:15:08 +00:00
437908bb43
thanks dfc
87 lines
3.1 KiB
HTML
87 lines
3.1 KiB
HTML
<!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: Developers</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 href="index.html">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 class="current">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: Developers</h2>
|
|
|
|
<p>Read the <a href="cvs/tor/doc/HACKING">Guide to Tor's source code</a> for an
|
|
overview of the various files and components of the system.</p>
|
|
|
|
<p>Check out <a
|
|
href="http://www.noreply.org/tor-running-routers/">weasel's graph of
|
|
the number of tor servers over time</a>. To learn more details of the
|
|
current Tor nodes, <a href="http://moria.seul.org:9031/">fetch the
|
|
latest dynamically generated directory</a>. (Your tor client fetches
|
|
this automatically, so loading it yourself is just for novelty.)
|
|
</p>
|
|
|
|
<p>Browse the Tor <b>CVS repository</b>: (which may not
|
|
necessarily work or even compile)</p>
|
|
<ul>
|
|
<li><a href="cvs/">Regularly updated cvs sandbox</a></li>
|
|
<li><a href="http://cvs.seul.org/cgi-bin/viewcvs.cgi/?cvsroot=tor">ViewCVS</a></li>
|
|
<li>anonymous pserver access (password is guest):
|
|
<ul>
|
|
<li>Make a new empty directory and cd into it.</li>
|
|
<li>cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot login</li>
|
|
<li>cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot co tor</li>
|
|
<li>(use -r tor-0_0_8 or equivalent to fetch a particular version.)</li>
|
|
</ul></li>
|
|
</ul>
|
|
|
|
<p>The <a href="http://archives.seul.org/or/dev/">or-dev mailing
|
|
list</a> is for posting by developers only and is where we send
|
|
notifications of prereleases and release candidates. The <a
|
|
href="http://archives.seul.org/or/talk/">or-talk mailing list</a>
|
|
is where a lot of the discussion happens. There's also a list for <a
|
|
href="http://archives.seul.org/or/cvs/">cvs commits</a>.</p>
|
|
|
|
<p>
|
|
<a href="cvs/tor/doc/TODO">The list of stuff the developers know they need to do</a>.
|
|
</p>
|
|
|
|
<p>The <a href="http://anon.inf.tu-dresden.de/index_en.html">Java Anon
|
|
Proxy (JAP)</a> project has implemented the Tor client protocol in their
|
|
client. More on that coming soon.
|
|
</p>
|
|
|
|
<p>
|
|
<a href="http://6sxoyfb3h2nvok2d.onion/">The hidden wiki</a> has a list
|
|
of some hidden services and other things. You need Tor and Privoxy to
|
|
access it.
|
|
</p>
|
|
|
|
<p>
|
|
See <a href="http://wiki.noreply.org/wiki/TheOnionRouter">the Tor
|
|
wiki</a> for our FAQ, list of tasks for volunteers, further documentation,
|
|
etc.
|
|
</p>
|
|
|
|
</div><!-- #main -->
|
|
<div class="bottom" id="bottom">
|
|
<i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> -
|
|
$Id$
|
|
</div>
|
|
</body>
|
|
</html>
|