0cb45b1647802494b73ea1f97362e0f728ca4e45
Roger Dingledine first cut of new website

Roger Dingledine authored 19 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>
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

6)   <meta name="Author" content="Roger Dingledine" />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 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" /> -->
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 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 />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

23)   </div><!-- #side -->
24)   <div class="main" id="main">
25) 
26) <h2>Tor: Contribute</h2>
27) 
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

28) <p>Users:
29) <ul>
30) <li>Try Tor out, and let us know about bugs you find or features you
31) don't find.</li>
32) <li>Please consider <a
33) href="http://www.freehaven.net/tor/cvs/tor/doc/tor-doc.html#server">running a
34) server</a> to help us with development and scalability.</li>
35) <li>Does somebody want to help maintain this website, or help with
36) documentation, or help with managing our TODO and handling bug reports?</li>
37) <li>Please fix up <a
38) href="http://wiki.noreply.org/wiki/TheOnionRouter_2fTorFAQ">the FAQ</a>,
39) and if you know the answer to a question in the "unanswered FAQs" list,
40) please answer it.</li>
41) </ul>
42) </p>
43) 
44) <p>Graphics folks:
45) <ul>
46) <li>We need a Tor logo.</li>
47) <li>We need a snazzy diagram or two, akin to the one BitTorrent has in
48) its <a href="http://bittorrent.com/introduction.html">introduction</a>,
49) to show people how Tor works.</li>
50) </ul>
51) </p>
52) 
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

53) <p>People with sysadmin skills:
54) <ul>
55) <li>We need somebody to help out with our RPM spec file (there's an
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

56) in-progress version in the tarball).</li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

57) <li>Can somebody set up a bugzilla for us, or other easy-to-use bug
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

58) tracking system?</li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

59) <li>Can somebody take a look at Martin's <a
60) href="http://wiki.noreply.org/wiki/TheOnionRouter_2fSquidProxy">Squid
61) and Tor</a> page, and update it to reflect Tor's new <a href="">RedirectExit</a>
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

62) config option?</li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

63) </ul>
64) </p>
65) 
66) <p>Developers:
67) <ul>
68) <li>We need somebody to code up a GUI or other
69) controller program, to do configuration, etc. See our <a
Roger Dingledine point to correct places in cvs

Roger Dingledine authored 19 years ago

70) href="cvs/tor/doc/control-spec.txt">control specification</a> for details,
71) and the <a href="cvs/tor/contrib/tor-control.py">rudimentary python control
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

72) script</a>.</li>
73) <li>We're always looking for better Windows installers.</li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

74) <li>Does somebody want to do up a patch so we can be an NT service? Or
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

75) so we can go in the system tray?</li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

76) </ul>
77) </p>
78) 
79) <p>People with money:
80) <ul>
81) <li>Go take a look at the <a href="http://www.eff.org/">Electronic
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

82) Frontier Foundation</a>.</li>
83) </ul>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

84) </p>
85) 
86) <a href="mailto:tor-volunteer@freehaven.net">Let us know</a> if you want
87) to help out!
88) 
89)   </div><!-- #main -->
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

90)   <div class="bottom" id="bottom">
91)      <i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> -
92)      $Id$
93)   </div>