Roger Dingledine commited on 2010-02-15 23:25:57
Zeige 1 geänderte Dateien mit 167 Einfügungen und 4 Löschungen.
| ... | ... |
@@ -1,6 +1,6 @@ |
| 1 | 1 |
## translation metadata |
| 2 | 2 |
# Revision: $Revision$ |
| 3 |
-# Translation-Priority: 3-low |
|
| 3 |
+# Translation-Priority: 4-optional |
|
| 4 | 4 |
|
| 5 | 5 |
#include "head.wmi" TITLE="Tor Projects Page" CHARSET="UTF-8" |
| 6 | 6 |
|
| ... | ... |
@@ -8,14 +8,177 @@ |
| 8 | 8 |
|
| 9 | 9 |
<!-- PUT CONTENT AFTER THIS TAG --> |
| 10 | 10 |
|
| 11 |
-<h2>Tor Projects Index</h2> |
|
| 11 |
+<h2>Tor Projects Overview</h2> |
|
| 12 | 12 |
<hr/> |
| 13 | 13 |
|
| 14 |
+<p>The Tor Project ecosystem involves a wide array of projects, some run |
|
| 15 |
+by core Tor developers and some run by volunteers. This page tries to |
|
| 16 |
+organize and summarize them, both to help new volunteer developers get |
|
| 17 |
+bootstrapped, and to help make sure people don't accidentally duplicate |
|
| 18 |
+efforts.</p> |
|
| 19 |
+ |
|
| 20 |
+<p>Under construction! Please bear with us as we clean up the list.</p> |
|
| 21 |
+ |
|
| 22 |
+<a id="Controllers"></a> |
|
| 23 |
+<h3><a class="anchor" href="#Controllers">Tor Controllers</a></h3> |
|
| 24 |
+<ul> |
|
| 25 |
+<li><a href="<page vidalia/index>">Vidalia</a> is our recommended |
|
| 26 |
+cross-platform Tor controller GUI, maintained by Matt Edman. It's included |
|
| 27 |
+in most bundles.</li> |
|
| 28 |
+<li><a href="http://www.anonymityanywhere.com/tork/">TorK</a> is a |
|
| 29 |
+controller written by Robert Hogan for the KDE environment (Linux). It |
|
| 30 |
+has a few extra features over Vidalia (such as in path selection), |
|
| 31 |
+but it's a lot rougher around the edges.</li> |
|
| 32 |
+<li><a href="http://www.atagar.com/arm/">arm</a> is a curses-based |
|
| 33 |
+(command-line, non-GUI) controller designed especially to summarize |
|
| 34 |
+relay operation.</li> |
|
| 35 |
+<li><a href="https://svn.torproject.org/svn/blossom/trunk/">Blossom</a> |
|
| 36 |
+is an obsolete and unmaintained controller based on Geoff Goodell's |
|
| 37 |
+thesis at Harvard. Its goal was to make it more convenient to access |
|
| 38 |
+resources from the network location of your choice.</li> |
|
| 39 |
+</ul> |
|
| 40 |
+ |
|
| 41 |
+<a id="Applications"></a> |
|
| 42 |
+<h3><a class="anchor" href="#Applications">Accompanying applications</a></h3> |
|
| 43 |
+<ul> |
|
| 44 |
+<li><a href="<page torbutton/index>">TorButton</a> is a Firefox extension |
|
| 45 |
+that helps keep you safe when you browse with Tor. It originally just |
|
| 46 |
+toggled your proxy settings on and off, but now it takes care of <a |
|
| 47 |
+href="https://www.torproject.org/torbutton/design/">a wide array</a> |
|
| 48 |
+of application-level privacy risks.</li> |
|
| 49 |
+<li><a href="http://www.pps.jussieu.fr/~jch/software/polipo/">Polipo</a> |
|
| 50 |
+is a caching http proxy that handles pipelining and http/1.1. We |
|
| 51 |
+ship it with Firefox and Torbutton mainly because Firefox still <a |
|
| 52 |
+href="https://bugzilla.mozilla.org/show_bug.cgi?id=280661">can't |
|
| 53 |
+handle</a> socks proxies directly.</li> |
|
| 54 |
+<li><a href="http://www.privoxy.org/">Privoxy</a> is another fine http |
|
| 55 |
+proxy that you can use between your Firefox and Tor. We switched to |
|
| 56 |
+Polipo because of the http/1.1 and keepalive support.</li> |
|
| 57 |
+<li><a href="http://code.google.com/p/torsocks/">torsocks</a> (based on |
|
| 58 |
+its predecessor <a href="http://tsocks.sourceforge.net/">tsocks</a>) is a |
|
| 59 |
+Linux / UNIX (but not OS X) wrapper to dynamically replace the networking |
|
| 60 |
+system calls in your application with ones that point through Tor.</li> |
|
| 61 |
+<li><a href="http://monkey.org/~dugsong/dsocks/">dsocks</a> is an |
|
| 62 |
+alternative to tsocks that works on OS X / BSD.</li> |
|
| 63 |
+<li><a |
|
| 64 |
+href="https://git.torproject.org/checkout/thandy/master/">Thandy</a>, |
|
| 65 |
+our still-under-development <a |
|
| 66 |
+href="http://google-opensource.blogspot.com/2009/03/thandy-secure-update-for-tor.html">secure |
|
| 67 |
+updater</a>, is designed to help our users keep up to date on |
|
| 68 |
+their Tor versions. While commercial organizations buy their |
|
| 69 |
+own bank vault on armed guards for their updates key, Thandy |
|
| 70 |
+aims to tackle the more distributed development situation for |
|
| 71 |
+systems like Tor. Its main value at this point is its peer-reviewed <a |
|
| 72 |
+href="https://git.torproject.org/checkout/thandy/master/specs/thandy-spec.txt">spec</a>, |
|
| 73 |
+but you can also see it in action as part of our experimental <a |
|
| 74 |
+href="https://data.peertech.org/files/demo/updater/index.html">network |
|
| 75 |
+installer</a>.</li> |
|
| 76 |
+</ul> |
|
| 77 |
+ |
|
| 78 |
+<a id="Installers"></a> |
|
| 79 |
+<h3><a class="anchor" href="#Installers">Installers</a></h3> |
|
| 80 |
+<ul> |
|
| 81 |
+<li>TBB, TBB-for-Linux |
|
| 82 |
+<li>debs, rpms, |
|
| 83 |
+<li>osx image |
|
| 84 |
+<li>torvm |
|
| 85 |
+<li>orbot |
|
| 86 |
+<li>livecd's: incognito, <a href="https://amnesia.boum.org/">amnesia</a>, |
|
| 87 |
+tor ramdisk |
|
| 88 |
+</ul> |
|
| 89 |
+ |
|
| 90 |
+<a id="Implementations"></a> |
|
| 91 |
+<h3><a class="anchor" href="#Implementations">Alternate Tor implementations</a></h3> |
|
| 92 |
+<ul> |
|
| 93 |
+<li>xmux's thing |
|
| 94 |
+<li>onioncoffee |
|
| 95 |
+<li>tortunnel |
|
| 96 |
+<li>jap? |
|
| 97 |
+</ul> |
|
| 98 |
+ |
|
| 99 |
+<a id="Listings"></a> |
|
| 100 |
+<h3><a class="anchor" href="#Listings">Relay Listings</a></h3> |
|
| 14 | 101 |
<ul> |
| 102 |
+<li>torstatus |
|
| 103 |
+<li>xenobite's torstatus |
|
| 104 |
+<li>check.torproject.org |
|
| 105 |
+<li>bulk exitlist |
|
| 106 |
+<li>tordnsel |
|
| 107 |
+<li>moria1's v3 votes export |
|
| 108 |
+</ul> |
|
| 109 |
+ |
|
| 110 |
+<a id="Monitoring"></a> |
|
| 111 |
+<h3><a class="anchor" href="#Monitoring">Network Monitoring</a></h3> |
|
| 112 |
+<ul> |
|
| 113 |
+<li>weather |
|
| 114 |
+<li><a href="http://metrics.torproject.org/">Metrics Project: Measuring the Tor Network</a></li> |
|
| 115 |
+<li>torperf |
|
| 116 |
+<li>archives |
|
| 117 |
+<li>https://svn.torproject.org/svn/projects/archives/trunk/exonerator/HOWTO |
|
| 118 |
+</ul> |
|
| 119 |
+ |
|
| 120 |
+<a id="Performance"></a> |
|
| 121 |
+<h3><a class="anchor" href="#Performance">Network Performance</a></h3> |
|
| 122 |
+<ul> |
|
| 123 |
+<li>whytorisslow |
|
| 124 |
+<li>torflow |
|
| 125 |
+<li>bwauthority |
|
| 126 |
+<li>exitscanner |
|
| 15 | 127 |
<li>NLnet <a href="<page projects/hidserv>">Speed Up Hidden Services</a></li> |
| 128 |
+udp-tor: joel, chris, ian, etc |
|
| 16 | 129 |
<li>NLnet <a href="<page projects/lowbandwidth>">Tor for low bandwidth clients</a></li> |
| 17 |
-<li>Google <a href="<page projects/google>">Auto-update for Tor</a></li> |
|
| 18 |
-<li><a href="<page projects/metrics>">Metrics Project: Measuring the Tor Network</a></li> |
|
| 130 |
+</ul> |
|
| 131 |
+ |
|
| 132 |
+<a id="Censorship"></a> |
|
| 133 |
+<h3><a class="anchor" href="#Censorship">Censorship Resistance</a></h3> |
|
| 134 |
+<ul> |
|
| 135 |
+<li>gettor |
|
| 136 |
+<li>bridgedb |
|
| 137 |
+<li>bridge distribution strategies |
|
| 138 |
+<li>obfuscaTOR |
|
| 139 |
+</ul> |
|
| 140 |
+ |
|
| 141 |
+<a id="Libraries"></a> |
|
| 142 |
+<h3><a class="anchor" href="#Libraries">Controller Libraries</a></h3> |
|
| 143 |
+<ul> |
|
| 144 |
+<li>torctl |
|
| 145 |
+<li>the c# and java controller libs |
|
| 146 |
+</ul> |
|
| 147 |
+ |
|
| 148 |
+<a id="Infrastructure"></a> |
|
| 149 |
+<h3><a class="anchor" href="#Infrastructure">Infrastructure</a></h3> |
|
| 150 |
+<ul> |
|
| 151 |
+<li>bug tracker (flyspray) |
|
| 152 |
+<li>blog |
|
| 153 |
+<li>wiki |
|
| 154 |
+<li>pootle, translation.tp.o |
|
| 155 |
+<li>buildbot https://buildbot.vidalia-project.net/one_line_per_build |
|
| 156 |
+<li>https://data.peertech.org/torbld |
|
| 157 |
+<li>tor mirrors |
|
| 158 |
+<li>rsync |
|
| 159 |
+<li>a nagios? |
|
| 160 |
+<li>git, svn |
|
| 161 |
+<li>gitweb |
|
| 162 |
+</ul> |
|
| 163 |
+ |
|
| 164 |
+<a id="HiddenServices"></a> |
|
| 165 |
+<h3><a class="anchor" href="#HiddenServices">Hidden Services</a></h3> |
|
| 166 |
+<ul> |
|
| 167 |
+<li>diagrams for how they work |
|
| 168 |
+<li>tor2web |
|
| 169 |
+<li>onioncat |
|
| 170 |
+<li>shallot |
|
| 171 |
+</ul> |
|
| 172 |
+ |
|
| 173 |
+<a id="Other"></a> |
|
| 174 |
+<h3><a class="anchor" href="#Other">Other</a></h3> |
|
| 175 |
+<ul> |
|
| 176 |
+<li>puppetor |
|
| 177 |
+<li>torwall |
|
| 178 |
+<li>topf |
|
| 179 |
+<li>nym |
|
| 180 |
+<li>nymble |
|
| 181 |
+<li>foebud's firefox extension |
|
| 19 | 182 |
</ul> |
| 20 | 183 |
|
| 21 | 184 |
</div><!-- #main --> |
| 22 | 185 |