d68b41f9ec2b3dc5d61ce5b5da589fd342baabc6
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) 
15) <!-- TITLE BAR & NAVIGATION -->
16) <div class="banner">
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

22) </td>
23) <td class="links" valign="top">
24)       <a href="index.html">Home</a>  |
25)       <a href="howitworks.html">How It Works</a>  |
26)       <a href="download.html">Download</a>  |
Roger Dingledine break part of developers.ht...

Roger Dingledine authored 19 years ago

27)       <a href="documentation.html">Docs</a>  |
28)       <a href="users.html">Users</a>  |
Roger Dingledine rename FAQ page as FAQs page

Roger Dingledine authored 19 years ago

29)       <a href="faq.html">FAQs</a>  |
Roger Dingledine convert contribute.html and...

Roger Dingledine authored 19 years ago

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>
Thomas Sjögren Website 2/2: Applied Elly's...

Thomas Sjögren authored 19 years ago

35) <td class="curve">
36)       <img src="images/curve.gif" width="18" alt=""  height="79" />
37) </td> 
Roger Dingledine convert contribute.html and...

Roger Dingledine authored 19 years ago

38) </tr>
39) </table>
40) </div>
41) <!-- END TITLE BAR & NAVIGATION -->
42) 
Thomas Sjögren Missed a line when updating...

Thomas Sjögren authored 19 years ago

43) <div class="center">
44) 
Roger Dingledine convert contribute.html and...

Roger Dingledine authored 19 years ago

45) <div class="main-column">
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

49) 
50) <p>Browse the Tor <b>CVS repository</b>: (which may not
51) necessarily work or even compile)</p>
52) <ul>
53) <li><a href="cvs/">Regularly updated cvs sandbox</a></li>
54) <li><a href="http://cvs.seul.org/cgi-bin/viewcvs.cgi/?cvsroot=tor">ViewCVS</a></li>
55) <li>anonymous pserver access (password is guest):
56) <ul>
57) <li>Make a new empty directory and cd into it.</li>
58) <li>cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot login</li>
59) <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

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

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

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

63) </ul>
64) </li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

65) </ul>
66) 
Roger Dingledine move the todo pointer from...

Roger Dingledine authored 19 years ago

67) <p>
Roger Dingledine break part of developers.ht...

Roger Dingledine authored 19 years ago

68) Read the <a href="cvs/tor/doc/HACKING">Guide to Tor's source code</a> for an
69) overview of the various files and components of the system.
Roger Dingledine more tweaks on website than...

Roger Dingledine authored 19 years ago

70) </p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

71) 
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

72) <p>
Roger Dingledine break part of developers.ht...

Roger Dingledine authored 19 years ago

73) <a href="cvs/tor/doc/TODO">The list of stuff the developers know they need to do</a>.
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

74) </p>
75) 
Roger Dingledine more tweaks on website than...

Roger Dingledine authored 19 years ago

76) <p>
Roger Dingledine break part of developers.ht...

Roger Dingledine authored 19 years ago

77) The <a href="http://anon.inf.tu-dresden.de/index_en.html">Java Anon
78) Proxy (JAP)</a> project has implemented the Tor client protocol in their
79) client. More on that coming soon.
Roger Dingledine more tweaks on website than...

Roger Dingledine authored 19 years ago

80) </p>
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

81) 
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

86)      $Id$
87)   </div>