715c0a683ba83aa8a9f191a86c9d3b2a356bf4c2
Andrew Lewman Moved contribute.html to ol...

Andrew Lewman authored 18 years ago

1) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2) "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
3) 
4) <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5) <head>
6)   <title>Tor: Contribute</title>
7)   <meta name="Author" content="Roger Dingledine" />
8)   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
9)   <link rel="stylesheet" type="text/css" href="stylesheet.css" />
10)   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
11) </head>
12) <body>
13) 
14) <!-- TITLE BAR & NAVIGATION -->
15) 
16) <table class="banner" border="0" cellpadding="0" cellspacing="0">
17)     <tr>
18)         <td class="banner-left"></td>
19)         <td class="banner-middle">
20)             <a href="index.html">Home</a>
Roger Dingledine howitworks is now obsolete...

Roger Dingledine authored 18 years ago

21)           | <a href="overview.html">Overview</a>
Andrew Lewman Moved contribute.html to ol...

Andrew Lewman authored 18 years ago

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

Roger Dingledine authored 18 years ago

24)           | <a href="support.html">Support</a>
Andrew Lewman Moved contribute.html to ol...

Andrew Lewman authored 18 years ago

25)           | <a href="faq.html">FAQs</a>
26)           | <a class="current">Contribute</a>
27)           | <a href="developers.html">Developers</a>
28)           | <a href="research.html">Research</a>
29)           | <a href="people.html">People</a>
30)         </td>
31)         <td class="banner-right"></td>
32)     </tr>
33) </table>
34) 
35) <!-- END TITLE BAR & NAVIGATION -->
36) 
37) <div class="center">
38) 
39) <div class="main-column">
40) 
41) <!-- PUT CONTENT AFTER THIS TAG -->
42) 
43) <h2>Tor: Contribute</h2>
44) <hr />
45) 
46) <p>Ongoing needs:</p>
47) <ul>
48) <li>We need users like you to try Tor out, and let the Tor developers
49) know about bugs you find or features you don't find.</li>
50) <li>Please consider <a
Roger Dingledine make cvs/ links relative to...

Roger Dingledine authored 18 years ago

51) href="/cvs/tor/doc/tor-doc.html#server">running a
Andrew Lewman Moved contribute.html to ol...

Andrew Lewman authored 18 years ago

52) server</a> to help the Tor network grow.</li>
53) <li>We especially need people with Windows programming skills
54) to run an exit server on Windows, to help us debug.</li>
Roger Dingledine make cvs/ links relative to...

Roger Dingledine authored 18 years ago

55) <li>Run a <a href="/cvs/tor/doc/tor-doc.html#hidden-service">Tor hidden
Andrew Lewman Moved contribute.html to ol...

Andrew Lewman authored 18 years ago

56) service</a> and put interesting content on it.</li>
57) <li>Tell your friends! Get them to run servers. Get them to run hidden
58) services. Get them to tell <i>their</i> friends.</li>
59) <li>What else needs to be documented? What is mis-documented?</li>
60) <li>Consider joining the <a href="http://secure.eff.org/tor">Electronic
61) Frontier Foundation</a>. More EFF donations means more freedom in the world,
62) including more Tor development.</li>
63) </ul>
64) 
65) <p>We also have many project-lets: short-term or self-contained tasks
66) that would be really helpful for somebody to tackle so we can keep
67) focusing on Tor.</p>
68) 
69) <p>Writing project-lets:</p>
70) <ul>
71) <li>Does somebody want to help maintain this website, or help with
72) documentation, or help with managing our TODO and handling bug reports?</li>
73) <li>We may have too <i>much</i> documentation. It's spread out too far
74) and duplicates itself in places. Can you help us consolidate?</li>
75) <li>Please help translate the web page and documentation
76) into other languages. See the <a href="translation.html">translation guidelines</a> 
77) if you want to help out. (Examples:
78) <a href="http://membres.lycos.fr/geolemalin/anonymat_garantit.htm">French</a>
79) , <a href="http://tor.freesuperhost.com/">Persian</a> and 
80) <a href="http://www.gamevn.com/forum/showthread.php?t=103346">Vietnamese</a>.)</li>
81) <li>Please fix up <a
82) href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">the FAQ Wiki</a>,
83) and if you know the answer to a question in the "unanswered FAQs" list,
84) please answer it.</li>
85) </ul>
86) 
87) <p>Packaging project-lets:</p>
88) <ul>
89) <li>We're always looking for better Windows installers. Specifically,
90) it would be great if somebody were to extend our NSIS-based windows
91) installer to include FreeCap and Privoxy.</li>
92) <li>Our OS X installer can't be uninstalled. Are there non-sucky OS X
93) packagers that have uninstall capabilities? This is becoming an
94) increasing bother.</li>
95) </ul>
96) 
97) <p>Organizational and application testing project-lets:</p>
98) <ul>
99) <li>We've got a list of potentially useful programs you might
100) run with Tor <a href="users.html">here</a>. We also have the <a
101) href="http://wiki.noreply.org/wiki/TheOnionRouter/TorifyHOWTO">Torify
102) howto</a>. Can somebody try them out, simplify the explanations, expand
103) them where they need it, document them better, and make them all-around
104) more useful?</li>
105) </ul>
106) 
107) <p>Programmer and developer project-lets:</p>
108) <ul>
109) <li>We need somebody to code up a GUI or other
110) controller program, to do configuration, etc. See our <a
Roger Dingledine make cvs/ links relative to...

Roger Dingledine authored 18 years ago

111) href="/cvs/tor/doc/control-spec.txt">control specification</a> for details,
112) and the <a href="/cvs/tor/contrib/TorControl.py">rudimentary demonstration
Andrew Lewman Moved contribute.html to ol...

Andrew Lewman authored 18 years ago

113) Python control script</a>. No, we don't know what the interface should look
114) like.  You can use any license you want, but we'd recommend 3-clause BSD or
115) maybe GPL; and we can only help out if your license conforms to the
116) <a href="http://www.debian.org/social_contract.html#guidelines">DFSG</a>.</li>
117) <li>Periodically people running servers tells us they want to have one
118) BandwidthRate during some part of the day, and a different BandwidthRate
119) at other parts of the day. Rather than coding this inside Tor, we should
120) have a little script that speaks via the Tor Controller Interface, and does
121) a setconf to change the bandwidth rate. Perhaps it would run out of cron,
122) or perhaps it would sleep until appropriate times and then do its tweak
123) (that's probably more portable). Can somebody write one for us and we'll
Roger Dingledine make cvs/ links relative to...

Roger Dingledine authored 18 years ago

124) put it inside <a href="/cvs/tor/contrib/">tor/contrib/</a>?</li>
Andrew Lewman Moved contribute.html to ol...

Andrew Lewman authored 18 years ago

125) <li>Does somebody want to do up a patch so we can be an NT service? Or
126) so we can go in the system tray?</li>
127) <li>A good (portable, fast, clean, BSD-free) asynchronous DNS library
128) would be really handy, so we don't have to keep forking DNS worker
129) threads to do gethostbyname.</li>
130) <li>Can somebody take a look at Martin's <a
131) href="http://wiki.noreply.org/wiki/TheOnionRouter/SquidProxy">Squid
132) and Tor</a> page, and update it to reflect Tor's
133) <a href="http://tor.eff.org/tor-manual.html">RedirectExit</a> config
134) option?</li>
Roger Dingledine make cvs/ links relative to...

Roger Dingledine authored 18 years ago

135) <li>See the <a href="/cvs/tor/doc/TODO">TODO</a> and
136) <a href="/cvs/tor/doc/HACKING">HACKING</a> files in the Tor distribution