cda521568f4945efb79ea6779e9e56795a5b63ad
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" />
Roger Dingledine list the favicon on every page

Roger Dingledine authored 19 years ago

9)   <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

10) </head>
11) 
12) <body>
13)   <div class="menu" id="side">
14) <!--    <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

15)       <a href="index.html">Home</a><br />
Roger Dingledine website patches from annalee

Roger Dingledine authored 19 years ago

16)       <a href="howitworks.html">How it works</a><br />
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

17)       <a href="download.html">Download</a><br />
18)       <a href="documentation.html">Documentation</a><br />
Roger Dingledine link to the FAQ

Roger Dingledine authored 19 years ago

19)       <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a><br />
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

20)       <a class="current">Contribute</a><br />
21)       <a href="developers.html">Developers</a><br />
22)       <a href="research.html">Research</a><br />
23)       <a href="people.html">People</a><br />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

29) <p>Users:
30) <ul>
31) <li>Try Tor out, and let us know about bugs you find or features you
32) don't find.</li>
33) <li>Please consider <a
Roger Dingledine on better thought, make the...

Roger Dingledine authored 19 years ago

34) href="cvs/tor/doc/tor-doc.html#server">running a
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

35) server</a> to help us with development and scalability.</li>
36) <li>Does somebody want to help maintain this website, or help with
37) documentation, or help with managing our TODO and handling bug reports?</li>
38) <li>Please fix up <a
39) href="http://wiki.noreply.org/wiki/TheOnionRouter_2fTorFAQ">the FAQ</a>,
40) and if you know the answer to a question in the "unanswered FAQs" list,
41) please answer it.</li>
42) </ul>
43) </p>
44) 
45) <p>Graphics folks:
46) <ul>
47) <li>We need a Tor logo.</li>
48) <li>We need a snazzy diagram or two, akin to the one BitTorrent has in
49) its <a href="http://bittorrent.com/introduction.html">introduction</a>,
50) to show people how Tor works.</li>
51) </ul>
52) </p>
53) 
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

54) <p>People with sysadmin skills:
55) <ul>
56) <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

57) in-progress version in the tarball).</li>
Nick Mathewson Update contribute.html a bit

Nick Mathewson authored 19 years ago

58) <li>We could use an OS X package too.  There's been some discussion of this
59)   on the or-talk list recently.</li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

60) <li>Can somebody take a look at Martin's <a
61) href="http://wiki.noreply.org/wiki/TheOnionRouter_2fSquidProxy">Squid
62) 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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

71) href="cvs/tor/doc/control-spec.txt">control specification</a> for details,
72) 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

73) script</a>.</li>
Nick Mathewson Update contribute.html a bit

Nick Mathewson authored 19 years ago

74) <li>We're always looking for better Windows installers.  Specifically,
75)    it would be great if somebody were to extend our NSIS-based windows
76)    installer to include FreeCap and Privoxy.</li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

77) <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

78) so we can go in the system tray?</li>
Nick Mathewson Update contribute.html a bit

Nick Mathewson authored 19 years ago

79) <li>See the HACKING and TODO files in the Tor distribution for more ideas.</li>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

80) </ul>
81) </p>
82) 
Roger Dingledine update the website to point...

Roger Dingledine authored 19 years ago

83) <p>People who want to donate to Tor:
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

84) <ul>
85) <li>Go take a look at the <a href="http://www.eff.org/">Electronic
Roger Dingledine update the website to point...

Roger Dingledine authored 19 years ago

86) Frontier Foundation</a>. More EFF donations means more Tor development.</li>
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

87) </ul>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

94)   <div class="bottom" id="bottom">
95)      <i><a href="mailto:tor-webmaster@freehaven.net">Webmaster</a></i> -
96)      $Id$
97)   </div>