first cut of new website
Roger Dingledine authored 20 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>
|
clean up my meta and br tags
Roger Dingledine authored 20 years ago
|
6) <meta name="Author" content="Roger Dingledine" />
|
first cut of new website
Roger Dingledine authored 20 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" /> -->
|
clean up my meta and br tags
Roger Dingledine authored 20 years ago
|
14) <a href="index.html">Home</a><br />
15) <a href="overview.html">Overview</a><br />
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="design.html">Design</a><br />
20) <a href="developers.html">Developers</a><br />
21) <a href="research.html">Research</a><br />
22) <a href="people.html">People</a><br />
|
first cut of new website
Roger Dingledine authored 20 years ago
|
23) </div><!-- #side -->
24) <div class="main" id="main">
25)
26) <h2>Tor: Contribute</h2>
27)
28) <p>People with sysadmin skills:
29) <ul>
30) <li>We need somebody to help out with our RPM spec file (there's an
31) in-progress version in the tarball).
32) <li>Can somebody set up a bugzilla for us, or other easy-to-use bug
33) tracking system?
34) <li>Can somebody take a look at Martin's <a
35) href="http://wiki.noreply.org/wiki/TheOnionRouter_2fSquidProxy">Squid
36) and Tor</a> page, and update it to reflect Tor's new <a href="">RedirectExit</a>
37) config option?
38) </ul>
39) </p>
40)
41) <p>Developers:
42) <ul>
43) <li>We need somebody to code up a GUI or other
44) controller program, to do configuration, etc. See our <a
|
point to correct places in cvs
Roger Dingledine authored 20 years ago
|
45) href="cvs/tor/doc/control-spec.txt">control specification</a> for details,
46) and the <a href="cvs/tor/contrib/tor-control.py">rudimentary python control
|
first cut of new website
Roger Dingledine authored 20 years ago
|
47) script</a>.
48) <li>We're always looking for better Windows installers.
49) <li>Does somebody want to do up a patch so we can be an NT service? Or
50) so we can go in the system tray?
51) </ul>
52) </p>
53)
54) <p>Users:
55) <ul>
56) <li>Try Tor out, and let us know about bugs you find or features you
57) don't find.
58) <li>Please consider <a
59) href="http://www.freehaven.net/tor/doc/tor-doc.html#server">running a
60) server</a> to help us with development and scalability.
61) <li>Does somebody want to help maintain this website, or help with
62) documentation, or help with managing our TODO and handling bug reports?
63) <li>Please fix up <a
64) href="http://wiki.noreply.org/wiki/TheOnionRouter_2fTorFAQ">the FAQ</a>,
65) and if you know the answer to a question in the "unanswered FAQs" list,
66) please answer it.
67) </p>
68)
69) <p>Graphics folks:
70) <ul>
71) <li>We need a Tor logo.
72) <li>We need a snazzy diagram or two, akin to the one BitTorrent has in
73) its <a href="http://bittorrent.com/introduction.html">introduction</a>,
74) to show people how Tor works.
75) </ul>
76) </p>
77)
78) <p>People with money:
79) <ul>
80) <li>Go take a look at the <a href="http://www.eff.org/">Electronic
81) Frontier Foundation</a>.
82) </li>
83) </p>
84)
85) <a href="mailto:tor-volunteer@freehaven.net">Let us know</a> if you want
86) to help out!
87)
88) </div><!-- #main -->
|
decide on a format for cont...
Roger Dingledine authored 20 years ago
|
89) <div class="bottom" id="bottom">
90) <i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> -
91) $Id$
92) </div>
|