73b9c0ee050aa4bb1962225a45273dddee0e81ec
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: Contribute</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) 
Roger Dingledine convert contribute.html and...

Roger Dingledine authored 19 years ago

13) <div class="center">
14) 
15) <!-- TITLE BAR & NAVIGATION -->
16) <div class="banner">
17) <table class="table-banner" cellpadding=0 cellspacing=0>
18) <tr>
19) <td width="110">
20) <a href="http://tor.eff.org/"><img border="0" src="images/spacer.png"
21) width="110" height="79"></a>
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>  |
27)       <a href="documentation.html">Documentation</a>  |
28)       <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a>  |
29)       <a class="current">Contribute</a>  |
30)       <a href="developers.html">Developers</a>  |
31)       <a href="research.html">Research</a>  |
32)       <a href="people.html">People</a>
33) </td>
34) </tr>
35) </table>
36) </div>
37) <!-- END TITLE BAR & NAVIGATION -->
38) 
39) <div class="main-column">
40) 
41) <!-- PUT CONTENT AFTER THIS TAG -->
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

42) 
43) <h2>Tor: Contribute</h2>
Roger Dingledine the horizontal lines were a...

Roger Dingledine authored 19 years ago

44) <hr>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

45) 
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

46) <p>Users:
47) <ul>
Nick Mathewson Incorporate changes from Sh...

Nick Mathewson authored 19 years ago

48) <li>Try Tor out, and let the Tor developers know about bugs you find or
49) features you
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

50) don't find.</li>
51) <li>Please consider <a
Roger Dingledine on better thought, make the...

Roger Dingledine authored 19 years ago

52) href="cvs/tor/doc/tor-doc.html#server">running a
Nick Mathewson Incorporate changes from Sh...

Nick Mathewson authored 19 years ago

53) server</a> to help with development and scalability.</li>
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

54) <li>Does somebody want to help maintain this website, or help with
55) documentation, or help with managing our TODO and handling bug reports?</li>
56) <li>Please fix up <a
57) href="http://wiki.noreply.org/wiki/TheOnionRouter_2fTorFAQ">the FAQ</a>,
58) and if you know the answer to a question in the "unanswered FAQs" list,
59) please answer it.</li>
60) </ul>
61) </p>
62) 
Roger Dingledine mark off some items that no...

Roger Dingledine authored 19 years ago

63) <!--
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

64) <p>Graphics folks:
65) <ul>
66) <li>We need a Tor logo.</li>
67) <li>We need a snazzy diagram or two, akin to the one BitTorrent has in
68) its <a href="http://bittorrent.com/introduction.html">introduction</a>,
69) to show people how Tor works.</li>
70) </ul>
71) </p>
Roger Dingledine mark off some items that no...

Roger Dingledine authored 19 years ago

72) -->
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

73) 
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

74) <p>People with sysadmin skills:
75) <ul>
76) <li>Can somebody take a look at Martin's <a
77) href="http://wiki.noreply.org/wiki/TheOnionRouter_2fSquidProxy">Squid
78) and Tor</a> page, and update it to reflect Tor's new <a href="">RedirectExit</a>
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

79) config option?</li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

80) </ul>
81) </p>
82) 
83) <p>Developers:
84) <ul>
85) <li>We need somebody to code up a GUI or other
86) controller program, to do configuration, etc. See our <a
Roger Dingledine point to correct places in cvs

Roger Dingledine authored 19 years ago

87) href="cvs/tor/doc/control-spec.txt">control specification</a> for details,
88) and the <a href="cvs/tor/contrib/tor-control.py">rudimentary python control
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

89) script</a>.</li>
Nick Mathewson Update contribute.html a bit

Nick Mathewson authored 19 years ago

90) <li>We're always looking for better Windows installers.  Specifically,
91)    it would be great if somebody were to extend our NSIS-based windows
92)    installer to include FreeCap and Privoxy.</li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

93) <li>Does somebody want to do up a patch so we can be an NT service? Or
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

94) so we can go in the system tray?</li>
Nick Mathewson Update contribute.html a bit

Nick Mathewson authored 19 years ago

95) <li>See the HACKING and TODO files in the Tor distribution for more ideas.</li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

96) </ul>
97) </p>
98) 
Nick Mathewson Apply strunk&white, clarify...

Nick Mathewson authored 19 years ago

99) <p>Donors:
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

100) <ul>
101) <li>Go take a look at the <a href="http://www.eff.org/">Electronic
Roger Dingledine update the website to point...

Roger Dingledine authored 19 years ago

102) Frontier Foundation</a>. More EFF donations means more Tor development.</li>
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

103) </ul>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

104) </p>
105) 
Nick Mathewson Incorporate changes from Sh...

Nick Mathewson authored 19 years ago

106) <a href="mailto:tor-volunteer@freehaven.net">Email
107) tor-volunteer@freehaven.net</a> if you want to help out!
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

113)      $Id$
114)   </div>