38b72e578a487f3cc8970571d1e377bbdea11129
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

1) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2) 
3) <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
4) <head>
5)   <title>Tor: Developers</title>
6)   <meta name="Author" content="Roger Dingledine">
7)   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
8)   <link rel="stylesheet" type="text/css" href="default.css" />
9) </head>
10) 
11) <body>
12)   <div class="menu" id="side">
13) <!--    <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
14)       <a href="index.html">Home</a> <br>
15)       <a href="overview.html">Overview</a> <br>
16)       <a href="download.html">Download</a> <br>
17)       <a href="documentation.html">Documentation</a><br>
18)       <a href="contribute.html">Contribute</a> <br>
19)       <a href="design.html">Design</a> <br>
20)       <a class="current">Developers</a> <br>
21)       <a href="research.html">Research</a> <br>
22)       <a href="people.html">People</a> <br>
23)   </div><!-- #side -->
24)   <div class="main" id="main">
25) 
26) <h2>Tor: Developers</h2>
27) 
Roger Dingledine point to correct places in cvs

Roger Dingledine authored 19 years ago

28) <p>Read the <a href="cvs/tor/doc/HACKING">Guide to Tor's source code</a> for an
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

29) overview of the various files and components of the system.</p>
30) 
31) <p>Check out <a
32) href="http://www.noreply.org/tor-running-routers/">weasel's graph of
33) the number of tor servers over time</a>. To learn more details of the
34) current Tor nodes, <a href="http://moria.seul.org:9031/">fetch the
35) latest dynamically generated directory</a>. (Your tor client fetches
36) this automatically, so loading it yourself is just for novelty.)
37) </p>
38) 
39) <p>Browse the Tor <b>CVS repository</b>: (which may not
40) necessarily work or even compile)</p>
41) <ul>
42) <li><a href="cvs/">Regularly updated cvs sandbox</a></li>
43) <li><a href="http://cvs.seul.org/cgi-bin/viewcvs.cgi/?cvsroot=tor">ViewCVS</a></li>
44) <li>anonymous pserver access (password is guest):
45) <ul>
46) <li>Make a new empty directory and cd into it.</li>
47) <li>cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot login</li>
48) <li>cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot co tor</li>
49) <li>(use -r tor-0_0_8 or equivalent to fetch a particular version.)</li>
50) </ul></li>
51) </ul>
52) 
53) <p>The <a href="">Java Anon Proxy (JAP)</a> project has implemented the
54) Tor client protocol in their client. More on that coming soon.
55) 
56)   </div><!-- #main -->
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

57)   <div class="bottom" id="bottom">
58)      <i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> -
59)      $Id$
60)   </div>