437908bb4354b1fa340de988c52f49ef4a8ddc5e
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>
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

6)   <meta name="Author" content="Roger Dingledine" />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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" /> -->
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

14)       <a href="index.html">Home</a> <br />
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

15)       <a href="howitworks.html">How it works</a><br />
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

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 class="current">Developers</a> <br />
20)       <a href="research.html">Research</a> <br />
21)       <a href="people.html">People</a> <br />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

22)   </div><!-- #side -->
23)   <div class="main" id="main">
24) 
25) <h2>Tor: Developers</h2>
26) 
Roger Dingledine point to correct places in cvs

Roger Dingledine authored 19 years ago

27) <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

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

Roger Dingledine authored 19 years ago

52) <p>The <a href="http://archives.seul.org/or/dev/">or-dev mailing
53) list</a> is for posting by developers only and is where we send
54) notifications of prereleases and release candidates. The <a
55) href="http://archives.seul.org/or/talk/">or-talk mailing list</a>
56) is where a lot of the discussion happens. There's also a list for <a
57) href="http://archives.seul.org/or/cvs/">cvs commits</a>.</p>
58) 
Roger Dingledine move the todo pointer from...

Roger Dingledine authored 19 years ago

59) <p>
60) <a href="cvs/tor/doc/TODO">The list of stuff the developers know they need to do</a>.
61) </p>
62) 
Roger Dingledine more tweaks on website than...

Roger Dingledine authored 19 years ago

63) <p>The <a href="http://anon.inf.tu-dresden.de/index_en.html">Java Anon
64) Proxy (JAP)</a> project has implemented the Tor client protocol in their
65) client. More on that coming soon.
66) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

67) 
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

68) <p>
69) <a href="http://6sxoyfb3h2nvok2d.onion/">The hidden wiki</a> has a list
70) of some hidden services and other things. You need Tor and Privoxy to
71) access it.
72) </p>
73) 
Roger Dingledine more tweaks on website than...

Roger Dingledine authored 19 years ago

74) <p>
75) See <a href="http://wiki.noreply.org/wiki/TheOnionRouter">the Tor
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

76) wiki</a> for our FAQ, list of tasks for volunteers, further documentation,
Roger Dingledine more tweaks on website than...

Roger Dingledine authored 19 years ago

77) etc.
78) </p>
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

79) 
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

80)   </div><!-- #main -->
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

81)   <div class="bottom" id="bottom">
82)      <i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> -
83)      $Id$
84)   </div>