mirror of
https://github.com/torproject/webwml.git
synced 2024-12-11 12:15:08 +00:00
7f1ae5f5e0
have enough offers now
94 lines
3.0 KiB
HTML
94 lines
3.0 KiB
HTML
<!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="default.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<div class="menu" id="side">
|
|
<!-- <img id="logo" src="tor.jpg" alt="cute tor gate" /> -->
|
|
<a href="index.html">Home</a><br />
|
|
<a href="howitworks.html">How it works</a><br />
|
|
<a href="download.html">Download</a><br />
|
|
<a href="documentation.html">Documentation</a><br />
|
|
<a class="current">Contribute</a><br />
|
|
<a href="developers.html">Developers</a><br />
|
|
<a href="research.html">Research</a><br />
|
|
<a href="people.html">People</a><br />
|
|
</div><!-- #side -->
|
|
<div class="main" id="main">
|
|
|
|
<h2>Tor: Contribute</h2>
|
|
|
|
<p>Users:
|
|
<ul>
|
|
<li>Try Tor out, and let us know about bugs you find or features you
|
|
don't find.</li>
|
|
<li>Please consider <a
|
|
href="http://www.freehaven.net/tor/cvs/tor/doc/tor-doc.html#server">running a
|
|
server</a> to help us 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>We need somebody to help out with our RPM spec file (there's an
|
|
in-progress version in the tarball).</li>
|
|
<li>We could use an OS X package too.
|
|
<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.</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>
|
|
</ul>
|
|
</p>
|
|
|
|
<p>People with money:
|
|
<ul>
|
|
<li>Go take a look at the <a href="http://www.eff.org/">Electronic
|
|
Frontier Foundation</a>.</li>
|
|
</ul>
|
|
</p>
|
|
|
|
<a href="mailto:tor-volunteer@freehaven.net">Let us know</a> if you want
|
|
to help out!
|
|
|
|
</div><!-- #main -->
|
|
<div class="bottom" id="bottom">
|
|
<i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> -
|
|
$Id$
|
|
</div>
|
|
</body>
|
|
</html>
|