e3a512d5d93107ca886d3f0bfa6fe3ffe11f500f
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: Contribute</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 class="current">Contribute</a><br />
19)       <a href="developers.html">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: Contribute</h2>
26) 
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

27) <p>Users:
28) <ul>
29) <li>Try Tor out, and let us know about bugs you find or features you
30) don't find.</li>
31) <li>Please consider <a
Roger Dingledine on better thought, make the...

Roger Dingledine authored 19 years ago

32) href="cvs/tor/doc/tor-doc.html#server">running a
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

33) server</a> to help us with development and scalability.</li>
34) <li>Does somebody want to help maintain this website, or help with
35) documentation, or help with managing our TODO and handling bug reports?</li>
36) <li>Please fix up <a
37) href="http://wiki.noreply.org/wiki/TheOnionRouter_2fTorFAQ">the FAQ</a>,
38) and if you know the answer to a question in the "unanswered FAQs" list,
39) please answer it.</li>
40) </ul>
41) </p>
42) 
43) <p>Graphics folks:
44) <ul>
45) <li>We need a Tor logo.</li>
46) <li>We need a snazzy diagram or two, akin to the one BitTorrent has in
47) its <a href="http://bittorrent.com/introduction.html">introduction</a>,
48) to show people how Tor works.</li>
49) </ul>
50) </p>
51) 
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

52) <p>People with sysadmin skills:
53) <ul>
54) <li>We need somebody to help out with our RPM spec file (there's an
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

55) in-progress version in the tarball).</li>
Nick Mathewson Update contribute.html a bit

Nick Mathewson authored 19 years ago

56) <li>We could use an OS X package too.  There's been some discussion of this
57)   on the or-talk list recently.</li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

58) <li>Can somebody take a look at Martin's <a
59) href="http://wiki.noreply.org/wiki/TheOnionRouter_2fSquidProxy">Squid
60) 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

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

Roger Dingledine authored 19 years ago

62) </ul>
63) </p>
64) 
65) <p>Developers:
66) <ul>
67) <li>We need somebody to code up a GUI or other
68) controller program, to do configuration, etc. See our <a
Roger Dingledine point to correct places in cvs

Roger Dingledine authored 19 years ago

69) href="cvs/tor/doc/control-spec.txt">control specification</a> for details,
70) 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

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

Nick Mathewson authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

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

Nick Mathewson authored 19 years ago

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

78) </ul>
79) </p>
80) 
Nick Mathewson Update contribute.html a bit

Nick Mathewson authored 19 years ago

81) <p>People who want to donate:
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

82) <ul>
83) <li>Go take a look at the <a href="http://www.eff.org/">Electronic
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

84) Frontier Foundation</a>.</li>
85) </ul>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

86) </p>
87) 
88) <a href="mailto:tor-volunteer@freehaven.net">Let us know</a> if you want
89) to help out!
90) 
91)   </div><!-- #main -->
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

92)   <div class="bottom" id="bottom">
93)      <i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> -
94)      $Id$
95)   </div>