d6d602c4e6c15cc52c9050c12e96119c4698f452
Roger Dingledine convert contribute.html and...

Roger Dingledine authored 19 years ago

1) <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
2) "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

3) 
4) <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
5) <head>
6)   <title>Tor: Contribute</title>
Roger Dingledine clean up my meta and br tags

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

8)   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1" />
Roger Dingledine convert contribute.html and...

Roger Dingledine authored 19 years ago

9)   <link rel="stylesheet" type="text/css" href="stylesheet.css" />
Roger Dingledine list the favicon on every page

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

11) </head>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

12) <body>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

13) 
Roger Dingledine convert contribute.html and...

Roger Dingledine authored 19 years ago

14) <div class="center">
15) 
16) <!-- TITLE BAR & NAVIGATION -->
17) <div class="banner">
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

18) <table class="table-banner" cellpadding="0" cellspacing="0">
Roger Dingledine convert contribute.html and...

Roger Dingledine authored 19 years ago

19) <tr>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

20) <td class="spacer">
21) <a href="http://tor.eff.org/"><img src="images/spacer.png"
22) width="110" height="79" alt="Tor logo" /></a>
Roger Dingledine convert contribute.html and...

Roger Dingledine authored 19 years ago

23) </td>
24) <td class="links" valign="top">
25)       <a href="index.html">Home</a>  |
26)       <a href="howitworks.html">How It Works</a>  |
27)       <a href="download.html">Download</a>  |
28)       <a href="documentation.html">Documentation</a>  |
29)       <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">FAQ</a>  |
30)       <a class="current">Contribute</a>  |
31)       <a href="developers.html">Developers</a>  |
32)       <a href="research.html">Research</a>  |
33)       <a href="people.html">People</a>
34) </td>
35) </tr>
36) </table>
37) </div>
38) <!-- END TITLE BAR & NAVIGATION -->
39) 
40) <div class="main-column">
41) 
42) <!-- PUT CONTENT AFTER THIS TAG -->
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

43) 
44) <h2>Tor: Contribute</h2>
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

45) <hr />
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

46) 
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

47) <p>Users:</p>
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

48) <ul>
Nick Mathewson Incorporate changes from Sh...

Nick Mathewson authored 19 years ago

49) <li>Try Tor out, and let the Tor developers know about bugs you find or
50) features you
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

51) don't find.</li>
52) <li>Please consider <a
Roger Dingledine on better thought, make the...

Roger Dingledine authored 19 years ago

53) href="cvs/tor/doc/tor-doc.html#server">running a
Nick Mathewson Incorporate changes from Sh...

Nick Mathewson authored 19 years ago

54) server</a> to help with development and scalability.</li>
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

55) <li>Does somebody want to help maintain this website, or help with
56) documentation, or help with managing our TODO and handling bug reports?</li>
57) <li>Please fix up <a
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

58) href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">the FAQ</a>,
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

59) and if you know the answer to a question in the "unanswered FAQs" list,
60) please answer it.</li>
61) </ul>
62) 
Roger Dingledine mark off some items that no...

Roger Dingledine authored 19 years ago

63) <!--
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

64) <p>Graphics folks:</p>
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

65) <ul>
66) <li>We need a Tor logo.</li>
67) <li>We need a snazzy diagram or two, akin to the one BitTorrent has in
68) its <a href="http://bittorrent.com/introduction.html">introduction</a>,
69) to show people how Tor works.</li>
70) </ul>
Roger Dingledine mark off some items that no...

Roger Dingledine authored 19 years ago

71) -->
Roger Dingledine fix and rearrange the lists...

Roger Dingledine authored 19 years ago

72) 
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

73) <p>People with sysadmin skills:</p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

74) <ul>
75) <li>Can somebody take a look at Martin's <a
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

76) href="http://wiki.noreply.org/wiki/TheOnionRouter/SquidProxy">Squid
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

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

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

Roger Dingledine authored 19 years ago

79) </ul>
80) 
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

81) <p>Developers:</p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

82) <ul>
83) <li>We need somebody to code up a GUI or other
84) controller program, to do configuration, etc. See our <a
Roger Dingledine point to correct places in cvs

Roger Dingledine authored 19 years ago

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

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

Nick Mathewson authored 19 years ago

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

Roger Dingledine authored 19 years ago

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

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

Nick Mathewson authored 19 years ago

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

94) </ul>
95) 
Roger Dingledine Redo the website html, base...

Roger Dingledine authored 19 years ago

96) <p>Donors:</p>
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

97) <ul>
98) <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

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

Roger Dingledine authored 19 years ago

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

Roger Dingledine authored 19 years ago

101) 
Nick Mathewson Incorporate changes from Sh...

Nick Mathewson authored 19 years ago

102) <a href="mailto:tor-volunteer@freehaven.net">Email
103) tor-volunteer@freehaven.net</a> if you want to help out!
Roger Dingledine first cut of new website

Roger Dingledine authored 19 years ago

104) 
Roger Dingledine convert contribute.html and...

Roger Dingledine authored 19 years ago

105) </div><!-- #main -->
106) </div>
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

107)   <div class="bottom" id="bottom">
Roger Dingledine convert contribute.html and...

Roger Dingledine authored 19 years ago

108)      <i><a href="mailto:tor-webmaster@freehaven.net" class="smalllink">Webmaster</a></i> -
Roger Dingledine decide on a format for cont...

Roger Dingledine authored 19 years ago

109)      $Id$
110)   </div>