git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
73b9c0ee0
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
contribute.html
Incorporate changes from Shari. Web pages is two words. Audit first-person prounouns.
Nick Mathewson
commited
73b9c0ee0
at 2004-12-21 20:37:10
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> <div class="center"> <!-- TITLE BAR & NAVIGATION --> <div class="banner"> <table class="table-banner" cellpadding=0 cellspacing=0> <tr> <td width="110"> <a href="http://tor.eff.org/"><img border="0" src="images/spacer.png" width="110" height="79"></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">Documentation</a> | <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</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: <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_2fTorFAQ">the FAQ</a>, and if you know the answer to a question in the "unanswered FAQs" list, please answer it.</li> </ul> </p> <!-- <p>Graphics folks: <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> --> <p>People with sysadmin skills: <ul> <li>Can somebody take a look at Martin's <a href="http://wiki.noreply.org/wiki/TheOnionRouter_2fSquidProxy">Squid and Tor</a> page, and update it to reflect Tor's new <a href="">RedirectExit</a> config option?</li> </ul> </p> <p>Developers: <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 HACKING and TODO files in the Tor distribution for more ideas.</li> </ul> </p> <p>Donors: <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> </p> <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>