8792711e03a43635211e054ba1a23eda48543f5b
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 -->
le@svn.torproject.org made a simple change to the...

le@svn.torproject.org authored 18 years ago

16) <div class="center">
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

17) <table class="banner" border="0" cellpadding="0" cellspacing="0">
18)     <tr>
19)         <td class="banner-left"></td>
20)         <td class="banner-middle">
21)             <a href="index.html">Home</a>
Roger Dingledine howitworks is now obsolete...

Roger Dingledine authored 18 years ago

22)           | <a href="overview.html">Overview</a>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

23)           | <a href="download.html">Download</a>
24)           | <a href="documentation.html">Docs</a>
Roger Dingledine howitworks is now obsolete...

Roger Dingledine authored 18 years ago

25)           | <a href="support.html">Support</a>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

26)           | <a href="faq.html">FAQs</a>
Roger Dingledine call it Volunteer in the na...

Roger Dingledine authored 18 years ago

27)           | <a href="volunteer.html">Volunteer</a>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

28)           | <a class="current">Developers</a>
29)           | <a href="research.html">Research</a>
30)           | <a href="people.html">People</a>
31)         </td>
Andrew Lewman Updated the banner to inclu...

Andrew Lewman authored 18 years ago

32)         <td class="banner-right">
Thomas Sjögren Make website valid xhtml (t...

Thomas Sjögren authored 18 years ago

33) 	      <a href="/"><img src="/images/en.png" alt="English" /></a>
34) 	      <a href="/index.it.html"><img src="/images/it.png" alt="Italiano" /></a>
35) 	      <a href="/index.de.html"><img src="/images/de.png" alt="Deutsch" /></a>
Andrew Lewman Updated the banner to inclu...

Andrew Lewman authored 18 years ago

36)         </td>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

37)     </tr>
Roger Dingledine convert contribute.html and...

Roger Dingledine authored 19 years ago

38) </table>
Geoff Goodell resolve bug 51

Geoff Goodell authored 19 years ago

39) 
Roger Dingledine convert contribute.html and...

Roger Dingledine authored 19 years ago

40) <!-- END TITLE BAR & NAVIGATION -->
41) 
le@svn.torproject.org made a simple change to the...

le@svn.torproject.org authored 18 years ago

42) 
Thomas Sjögren Missed a line when updating...

Thomas Sjögren authored 19 years ago

43) 
Roger Dingledine convert contribute.html and...

Roger Dingledine authored 19 years ago

44) <div class="main-column">
le@svn.torproject.org added a tor gui competition...

le@svn.torproject.org authored 18 years ago

45) <div style="float: right; border: 1px solid #666666; background:
46) #e7e7e7; padding: 5px; margin: 0 5px 0 0;">
47) <a href="/gui/" style="color: #EF8012; font-weight: bold;">Tor GUI Competition &raquo;</a>
48) </div>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

49) <h2>Tor: Developers</h2>
Thomas Sjögren Make website valid xhtml (t...

Thomas Sjögren authored 18 years ago

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

Roger Dingledine authored 19 years ago

51) 
52) <p>Browse the Tor <b>CVS repository</b>: (which may not
53) necessarily work or even compile)</p>
54) <ul>
Thomas Sjögren Added another mirror

Thomas Sjögren authored 18 years ago

55) <li><a href="/cvs/">Regularly updated CVS sandbox</a></li>
Roger Dingledine the viewcvs link has now ch...

Roger Dingledine authored 19 years ago

56) <li><a href="http://cvs.seul.org/viewcvs/viewcvs.cgi/?root=tor">ViewCVS</a></li>
Thomas Sjögren Add link to cvs commit mail...

Thomas Sjögren authored 18 years ago

57) <li><a href="http://archives.seul.org/or/cvs/">Mailing list for cvs commits</a></li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

58) <li>anonymous pserver access (password is guest):
59) <ul>
60) <li>Make a new empty directory and cd into it.</li>
61) <li>cvs -d :pserver:guest@cvs.seul.org:/home/or/cvsroot login</li>
62) <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

63) <li>cd tor; ./autogen.sh; make; make install if you like.</li>
Roger Dingledine fix the cvs tag thing better

Roger Dingledine authored 18 years ago

64) <li>(use "co -r tor-0_1_1_4_alpha tor" to fetch a particular version.)</li>
Roger Dingledine patch phobos's patch

Roger Dingledine authored 18 years ago

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

Roger Dingledine authored 19 years ago

66) </ul>
67) </li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

68) </ul>
69) 
Roger Dingledine put our 0.1.1.x roadmap up...

Roger Dingledine authored 18 years ago

70) <p>Here's the current roadmap for the 0.1.1.x release:</p>
71) <ul>
72) <li>Reduce CPU load on servers.</li>
73) <li>Continue decentralizing the directory.
74) <ul>
75)   <li>Gather more permanent dirservers and put their keys into the code.</li>
76)   <li>Need to solve what 'verified' means: it means the nickname is
77)       registered, but otherwise we treat servers the same.</li>
78)   <li>A way for clients to partition the set of servers in a safe way:
79)       so they don't have to learn all of them but so they're not easily
80)       partitionable. Write it down, but probably not do it yet.</li>
81) </ul></li>
82) <li>Helper nodes (at least preliminary).</li>
83) <li>Enclaves (at least preliminary).</li>
84) <li>Launch the GUI contest.</li>
85) <li>Something, anything, for sys tray on Windows.</li>
86) <li>Get on some websites: indymedia.org. others?</li>
87) <li>Research: scalability, keep thinking about end-to-end attacks.</li>
88) </ul>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

89) 
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

90) <p>
Roger Dingledine make cvs/ links relative to...

Roger Dingledine authored 18 years ago

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

92) </p>
93) 
Roger Dingledine more tweaks on website than...

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

99) 
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

104)      $Id$
105)   </div>