d6d602c4e6c15cc52c9050c12e96119c4698f452
Roger Dingledine convert contribute.html and...

Roger Dingledine authored 19 years ago

1) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2) "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

3) 
4) <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5) <head>
6)   <title>Tor: Developers</title>
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

8)   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
Roger Dingledine convert contribute.html and...

Roger Dingledine authored 19 years ago

9)   <link rel="stylesheet" type="text/css" href="stylesheet.css" />
Roger Dingledine list the favicon on every page

Roger Dingledine authored 19 years ago

10)   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

11) </head>
12) 
13) <body>
Roger Dingledine convert contribute.html and...

Roger Dingledine authored 19 years ago

14) <div class="center">
15) 
16) <!-- TITLE BAR & NAVIGATION -->
17) <div class="banner">
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

18) <table class="table-banner" cellpadding="0" cellspacing="0">
Roger Dingledine convert contribute.html and...

Roger Dingledine authored 19 years ago

19) <tr>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

20) <td class="spacer">
21) <a href="http://tor.eff.org/"><img src="images/spacer.png"
22) width="110" height="79" alt="Tor logo" /></a>
Roger Dingledine convert contribute.html and...

Roger Dingledine authored 19 years ago

23) </td>
24) <td class="links" valign="top">
25)       <a href="index.html">Home</a>  |
26)       <a href="howitworks.html">How It Works</a>  |
27)       <a href="download.html">Download</a>  |
28)       <a href="documentation.html">Documentation</a>  |
29)       <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a>  |
30)       <a href="contribute.html">Contribute</a>  |
31)       <a class="current">Developers</a>  |
32)       <a href="research.html">Research</a>  |
33)       <a href="people.html">People</a>
34) </td>
35) </tr>
36) </table>
37) </div>
38) <!-- END TITLE BAR & NAVIGATION -->
39) 
40) <div class="main-column">
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

41) 
42) <h2>Tor: Developers</h2>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

43) <hr />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

44) 
Roger Dingledine point to irc channel

Roger Dingledine authored 19 years ago

45) <p>We have an IRC discussion channel for users and operators. Go to #tor
46) on irc.oftc.net.</p>
47) 
Roger Dingledine point to correct places in cvs

Roger Dingledine authored 19 years ago

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

49) overview of the various files and components of the system.</p>
50) 
51) <p>Check out <a
52) href="http://www.noreply.org/tor-running-routers/">weasel's graph of
53) the number of tor servers over time</a>. To learn more details of the
54) current Tor nodes, <a href="http://moria.seul.org:9031/">fetch the
55) latest dynamically generated directory</a>. (Your tor client fetches
56) this automatically, so loading it yourself is just for novelty.)
57) </p>
58) 
59) <p>Browse the Tor <b>CVS repository</b>: (which may not
60) necessarily work or even compile)</p>
61) <ul>
62) <li><a href="cvs/">Regularly updated cvs sandbox</a></li>
63) <li><a href="http://cvs.seul.org/cgi-bin/viewcvs.cgi/?cvsroot=tor">ViewCVS</a></li>
64) <li>anonymous pserver access (password is guest):
65) <ul>
66) <li>Make a new empty directory and cd into it.</li>
67) <li>cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot login</li>
68) <li>cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot co tor</li>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

69) <li>cd tor; ./autogen.sh; make; make install if you like.</li>
Roger Dingledine link to 'installing tor on...

Roger Dingledine authored 19 years ago

70) <li>(use -r tor-0_0_9 or equivalent to fetch a particular version.)</li>
Roger Dingledine convert the rest of the pag...

Roger Dingledine authored 19 years ago

71) <li>(To check out the maintenance branch, use -r tor-0_0_9-patches)</li>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

72) </ul>
73) </li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

74) </ul>
75) 
Roger Dingledine move mailing list paragraph...

Roger Dingledine authored 19 years ago

76) <p>The <a href="http://archives.seul.org/or/dev/">or-dev mailing
77) list</a> is for posting by developers only and is where we send
78) notifications of prereleases and release candidates. The <a
79) href="http://archives.seul.org/or/talk/">or-talk mailing list</a>
80) is where a lot of the discussion happens. There's also a list for <a
81) href="http://archives.seul.org/or/cvs/">cvs commits</a>.</p>
82) 
Roger Dingledine move the todo pointer from...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

91) 
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

92) <p>
93) <a href="http://6sxoyfb3h2nvok2d.onion/">The hidden wiki</a> has a list
94) of some hidden services and other things. You need Tor and Privoxy to
95) access it.
96) </p>
97) 
Roger Dingledine more tweaks on website than...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

101) etc.
102) </p>
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

103) 
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

104)   </div><!-- #main -->
Roger Dingledine convert contribute.html and...

Roger Dingledine authored 19 years ago

105) </div>
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

106)   <div class="bottom" id="bottom">
Roger Dingledine convert contribute.html and...

Roger Dingledine authored 19 years ago

107)      <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

108)      $Id$
109)   </div>