Andrew Lewman commited on 2005-06-29 21:11:27
Zeige 1 geänderte Dateien mit 12 Einfügungen und 8 Löschungen.
... | ... |
@@ -41,9 +41,9 @@ |
41 | 41 |
<h2>Six things everyone can do now:</h2> |
42 | 42 |
<ol> |
43 | 43 |
<li> We need users like you to try Tor out, and let the Tor developers know about bugs you find or features you don't find.</li> |
44 |
- <li> Please consider running a server to help the Tor network grow.</li> |
|
44 |
+ <li> Please consider <a href="cvs/tor/doc/tor-doc.html#server">running a server</a> to help the Tor network grow.</li> |
|
45 | 45 |
<li> We especially need people with Windows programming skills to run an exit server on Windows, to help us debug.</li> |
46 |
- <li> Run a Tor hidden service and put interesting content on it.</li> |
|
46 |
+ <li> Run a <a href="cvs/tor/doc/tor-doc.html#hidden-service">Tor hidden service</a> and put interesting content on it.</li> |
|
47 | 47 |
<li> Tell your friends! Get them to run servers. Get them to run hidden services. Get them to tell their friends.</li> |
48 | 48 |
<li> Consider joining the <a href="http://secure.eff.org/tor">Electronic Frontier Foundation</a>. More EFF donations means more freedom in the world, including more Tor development.</li> |
49 | 49 |
</ol> |
... | ... |
@@ -83,9 +83,9 @@ |
83 | 83 |
<li>Implement a way to stop falling back to forbidden ports when FascistFirewall blocks all good dirservers, if there is already a good, cached directory locally.</li> |
84 | 84 |
<li>Extend our NSIS-based windows installer to include FreeCap and/or Privoxy.</li> |
85 | 85 |
<li>Develop a way to handle OS X installation and uninstallation.</li> |
86 |
-<li>Develop a GUI or other controller program, to do configuration, etc. See our control specification for details, and the rudimentary demonstration Python control script. </li> |
|
86 |
+<li>Develop 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 rudimentary demonstration <a href="cvs/tor/contrib/TorControl.py">Python control script</a>. </li> |
|
87 | 87 |
<li><ul> |
88 |
-<li>Design an interface for the control program. You can use any license you want, but we'd recommend 3-clause BSD or maybe GPL; and we can only help out if your license conforms to the DFSG.</li> |
|
88 |
+<li>Design an interface for the control program. You can use any license you want, but we'd recommend 3-clause BSD or maybe GPL; and we can only help out if your license conforms to the <a href="http://www.debian.org/social_contract.html#guidelines">DFSG</a>.</li> |
|
89 | 89 |
<li>Periodically people running servers tells us they want to have one |
90 | 90 |
BandwidthRate during some part of the day, and a different |
91 | 91 |
BandwidthRate at other parts of the day. Rather than coding this |
... | ... |
@@ -94,7 +94,7 @@ |
94 | 94 |
rate. Perhaps it would run out of cron, or perhaps it would sleep |
95 | 95 |
until appropriate times and then do its tweak (that's probably more |
96 | 96 |
portable). Can somebody write one for us and we'll put it inside |
97 |
- tor/contrib/?</li> |
|
97 |
+ <a href="cvs/tor/contrib/">tor/contrib/</a>?</li> |
|
98 | 98 |
</ul></li> |
99 | 99 |
<li>Develop a way to become a Windows NT service. </li> |
100 | 100 |
<li>Develop a systray app for Tor under MS Windows (all versions). </li> |
... | ... |
@@ -109,11 +109,16 @@ |
109 | 109 |
<li>Help maintain this website; code, content, css, overall layout,</li> |
110 | 110 |
<li>Help with documentation </li> |
111 | 111 |
<li>Help consolidate documentation. We may have too much documentation. It's spread out too far and duplicates itself in places. </li> |
112 |
+<li>Help translate the web page and documentation into other languages. See the <a href="translation.html">translation guidelines</a> if you want to help out. (Examples: <a href="http://membres.lycos.fr/geolemalin/anonymat_garantit.htm">French</a> , <a href="http://tor.freesuperhost.com/">Persian</a> and <a href="http://www.gamevn.com/forum/showthread.php?t=103346">Vietnamese</a>.)</li> |
|
113 |
+<li>If you know the answer to a <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">Wiki question</a> in the "unanswered FAQs" list, please answer it. </li> |
|
114 |
+<li>Take a look at <a |
|
115 |
+href="http://wiki.noreply.org/wiki/TheOnionRouter/SquidProxy">Martin's |
|
116 |
+Squid and Tor page</a>, and update it to reflect Tor's <a |
|
117 |
+href="http://tor.eff.org/tor-manual.html">RedirectExit</a> config option. </li> |
|
112 | 118 |
<li>Help translate the web page and documentation into other languages. See the translation guidelines if you want to help out. (Examples: French , Persian and Vietnamese.)</li> |
113 | 119 |
<li>If you know a question that should go on <a |
114 | 120 |
href="http://wiki.noreply.org/wiki/TheOnionRouter/TorFAQ">the FAQ Wiki</a>, please |
115 | 121 |
add it and answer it.</li> |
116 |
-<li>Take a look at Martin's Squid and Tor page, and update it to reflect Tor's RedirectExit config option. url?</li> |
|
117 | 122 |
<li>Update website to include the country flags for each language into which the website has been translated.</li> |
118 | 123 |
<li>Replace the old tor-manual.html and replace it with the new tor stable manual.</li> |
119 | 124 |
</ul> |
... | ... |
@@ -131,8 +136,7 @@ whatever daemon the misconfigured servers use.</li> |
131 | 136 |
browse hidden services. (This has been done a few times, but nobody has |
132 | 137 |
sent us code.)</li> |
133 | 138 |
<li>Investigate privoxy vs. freecap for win32 clients</li> |
134 |
-<li>Evaluate, create, and document a list of programs that work with |
|
135 |
-Tor. </li> |
|
139 |
+<li>Evaluate, create, and <a href="http://wiki.noreply.org/wiki/TheOnionRouter/TorifyHOWTO">document a list of programs</a> that work with Tor. </li> |
|
136 | 140 |
<li>Perform a security analysis of Tor with "fuzz". Determine if there |
137 | 141 |
good libraries out there for what we want. Win fame by getting credit |
138 | 142 |
when we put out a new release because of you!</li> |
139 | 143 |