git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
30ed85af3
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
contribute.html
rename FAQ page as FAQs page
Roger Dingledine
commited
30ed85af3
at 2005-01-04 23:45:44
contribute.html
Blame
History
Raw
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> <head> <title>Tor: Contribute</title> <meta name="Author" content="Roger Dingledine" /> <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" /> <link rel="stylesheet" type="text/css" href="stylesheet.css" /> <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" /> </head> <body> <div class="center"> <!-- TITLE BAR & NAVIGATION --> <div class="banner"> <table class="table-banner" cellpadding="0" cellspacing="0"> <tr> <td class="spacer"> <a href="http://tor.eff.org/"><img src="images/spacer.png" width="110" height="79" alt="Tor logo" /></a> </td> <td class="links" valign="top"> <a href="index.html">Home</a> | <a href="howitworks.html">How It Works</a> | <a href="download.html">Download</a> | <a href="documentation.html">Docs</a> | <a href="users.html">Users</a> | <a href="faq.html">FAQs</a> | <a class="current">Contribute</a> | <a href="developers.html">Developers</a> | <a href="research.html">Research</a> | <a href="people.html">People</a> </td> </tr> </table> </div> <!-- END TITLE BAR & NAVIGATION --> <div class="main-column"> <!-- PUT CONTENT AFTER THIS TAG --> <h2>Tor: Contribute</h2> <hr /> <p>Users:</p> <ul> <li>Try Tor out, and let the Tor developers know about bugs you find or features you don't find.</li> <li>Please consider <a href="cvs/tor/doc/tor-doc.html#server">running a server</a> to help with development and scalability.</li> <li>Does somebody want to help maintain this website, or help with documentation, or help with managing our TODO and handling bug reports?</li> <li>Please fix up <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">the FAQ</a>, and if you know the answer to a question in the "unanswered FAQs" list, please answer it.</li> </ul> <!-- <p>Graphics folks:</p> <ul> <li>We need a Tor logo.</li> <li>We need a snazzy diagram or two, akin to the one BitTorrent has in its <a href="http://bittorrent.com/introduction.html">introduction</a>, to show people how Tor works.</li> </ul> --> <p>People with sysadmin skills:</p> <ul> <li>Can somebody take a look at Martin's <a href="http://wiki.noreply.org/wiki/TheOnionRouter/SquidProxy">Squid and Tor</a> page, and update it to reflect Tor's new <a href="">RedirectExit</a> config option?</li> </ul> <p>Developers:</p> <ul> <li>We need somebody to code up a GUI or other controller program, to do configuration, etc. See our <a href="cvs/tor/doc/control-spec.txt">control specification</a> for details, and the <a href="cvs/tor/contrib/tor-control.py">rudimentary python control script</a>.</li> <li>We're always looking for better Windows installers. Specifically, it would be great if somebody were to extend our NSIS-based windows installer to include FreeCap and Privoxy.</li> <li>Does somebody want to do up a patch so we can be an NT service? Or so we can go in the system tray?</li> <li>See the <a href="cvs/tor/doc/HACKING">HACKING</a> and <a href="cvs/tor/doc/TODO">TODO</a> files in the Tor distribution for more ideas.</li> </ul> <p>Donors:</p> <ul> <li>Go take a look at the <a href="http://www.eff.org/">Electronic Frontier Foundation</a>. More EFF donations means more Tor development.</li> </ul> <a href="mailto:tor-volunteer@freehaven.net">Email tor-volunteer@freehaven.net</a> if you want to help out! </div><!-- #main --> </div> <div class="bottom" id="bottom"> <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> - $Id$ </div> </body> </html>