d07f16b49a952712694a081fcd88bf51693aef58
Roger Dingledine a new 'projects' directory,...

Roger Dingledine authored 15 years ago

1) ## translation metadata
Roger Dingledine set all the props on more w...

Roger Dingledine authored 15 years ago

2) # Revision: $Revision$
Roger Dingledine the in-progress draft of my...

Roger Dingledine authored 14 years ago

3) # Translation-Priority: 4-optional
Roger Dingledine a new 'projects' directory,...

Roger Dingledine authored 15 years ago

4) 
Runa A. Sandvik utf-8 ftw

Runa A. Sandvik authored 14 years ago

5) #include "head.wmi" TITLE="Tor Projects Page" CHARSET="UTF-8"
Roger Dingledine a new 'projects' directory,...

Roger Dingledine authored 15 years ago

6) 
7) <div class="main-column">
8) 
9) <!-- PUT CONTENT AFTER THIS TAG -->
10) 
Roger Dingledine the in-progress draft of my...

Roger Dingledine authored 14 years ago

11) <h2>Tor Projects Overview</h2>
Runa A. Sandvik closed tags

Runa A. Sandvik authored 14 years ago

12) <hr/>
Roger Dingledine a new 'projects' directory,...

Roger Dingledine authored 15 years ago

13) 
Roger Dingledine the in-progress draft of my...

Roger Dingledine authored 14 years ago

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>
Karsten Loesing Add short descriptions to s...

Karsten Loesing authored 13 years ago

63) </ul>
64) 
65) <a id="Installers"></a>
66) <h3><a class="anchor" href="#Installers">Installers</a></h3>
67) <ul>
68) <li>The <a href="http://www.torproject.org/torbrowser/">Tor Browser Bundle</a>
69) is a zero-install version of Tor that can be run from the Desktop or a USB
70) flash drive. We have TBBs for Windows and Linux, and at some point there
71) will be a TBB for Mac OS X.</li>
Erinn Clark add deb/rpm information

Erinn Clark authored 13 years ago

72) <li><a href="<page download-unix>">Debian and RPM repositories</a> contain our
73) Debian and RPM packages. We recommend these over most distribution packages
74) because they are kept up to date.</li>
Karsten Loesing Add short descriptions to s...

Karsten Loesing authored 13 years ago

75) <li>osx image</li>
76) <li>torvm</li>
77) <li>livecd's: <a href="https://amnesia.boum.org/">The (Amnesic)
78) Incognito Live System</a>, tor ramdisk</li>
Roger Dingledine the in-progress draft of my...

Roger Dingledine authored 14 years ago

79) <li><a
80) href="https://git.torproject.org/checkout/thandy/master/">Thandy</a>,
81) our still-under-development <a
82) href="http://google-opensource.blogspot.com/2009/03/thandy-secure-update-for-tor.html">secure
83) updater</a>, is designed to help our users keep up to date on
84) their Tor versions. While commercial organizations buy their
85) own bank vault on armed guards for their updates key, Thandy
86) aims to tackle the more distributed development situation for
87) systems like Tor. Its main value at this point is its peer-reviewed <a
88) href="https://git.torproject.org/checkout/thandy/master/specs/thandy-spec.txt">spec</a>,
89) but you can also see it in action as part of our experimental <a
90) href="https://data.peertech.org/files/demo/updater/index.html">network
91) installer</a>.</li>
92) </ul>
93) 
94) <a id="Implementations"></a>
95) <h3><a class="anchor" href="#Implementations">Alternate Tor implementations</a></h3>
96) <ul>
Karsten Loesing Add short descriptions to s...

Karsten Loesing authored 13 years ago

97) <li><a href="http://www.torproject.org/docs/android.html.en">Orbot</a> is
98) an Android version of Tor that internally depends on the Tor binary.</li>
99) <li><a href="http://github.com/brl/JTor.git">JTor</a> is an independent
100) client implementation of Tor written in Java.</li>
101) <li><a href="http://onioncoffee.sourceforge.net/">OnionCoffee</a> is an outdated Tor client implementation in Java.</li>
Runa A. Sandvik closed a bunch of li tags

Runa A. Sandvik authored 14 years ago

102) <li>tortunnel</li>
103) <li>jap?</li>
Roger Dingledine the in-progress draft of my...

Roger Dingledine authored 14 years ago

104) </ul>
105) 
106) <a id="Listings"></a>
107) <h3><a class="anchor" href="#Listings">Relay Listings</a></h3>
Andrew Lewman Create an index page of pub...

Andrew Lewman authored 15 years ago

108) <ul>
Runa A. Sandvik closed a bunch of li tags

Runa A. Sandvik authored 14 years ago

109) <li>torstatus</li>
110) <li>xenobite's torstatus</li>
Karsten Loesing Add short descriptions to s...

Karsten Loesing authored 13 years ago

111) <li><a href="https://check.torproject.org/">check.torproject.org</a> is a
112) website that asks TorDNSEL whether a user is using Tor.</li>
113) <li>The <a href="https://check.torproject.org/cgi-bin/TorBulkExitList.py">Bulk
114) Tor Exit List Exporter</a> is a tool that uses TorDNSEL to export a list
115) of possible Tor nodes that might contact a given IP address.</li>
116) <li><a href="https://www.torproject.org/tordnsel/">TorDNSEL</a> is an
117) active testing, DNS-based list of Tor exit nodes.</li>
Roger Dingledine the in-progress draft of my...

Roger Dingledine authored 14 years ago

118) </ul>
119) 
120) <a id="Monitoring"></a>
121) <h3><a class="anchor" href="#Monitoring">Network Monitoring</a></h3>
122) <ul>
Runa A. Sandvik closed a bunch of li tags

Runa A. Sandvik authored 14 years ago

123) <li>weather</li>
Roger Dingledine the in-progress draft of my...

Roger Dingledine authored 14 years ago

124) <li><a href="http://metrics.torproject.org/">Metrics Project: Measuring the Tor Network</a></li>
Runa A. Sandvik closed a bunch of li tags

Runa A. Sandvik authored 14 years ago

125) <li>archives</li>
126) <li>https://svn.torproject.org/svn/projects/archives/trunk/exonerator/HOWTO</li>
Roger Dingledine the in-progress draft of my...

Roger Dingledine authored 14 years ago

127) </ul>
128) 
129) <a id="Performance"></a>
130) <h3><a class="anchor" href="#Performance">Network Performance</a></h3>
131) <ul>
Karsten Loesing Add short descriptions to s...

Karsten Loesing authored 13 years ago

132) <li><a href="https://svn.torproject.org/svn/torperf/trunk/README">TorPerf</a>
133) is a little tool that measures Tor's performance as users experience it.
134) TorPerf uses a trivial SOCKS client to download files of various sizes
135) over the Tor network and notes how long substeps take.</li>
Runa A. Sandvik closed a bunch of li tags

Runa A. Sandvik authored 14 years ago

136) <li>whytorisslow</li>
137) <li>torflow</li>
138) <li>bwauthority</li>
139) <li>exitscanner</li>
Andrew Lewman Create an index page of pub...

Andrew Lewman authored 15 years ago

140) <li>NLnet <a href="<page projects/hidserv>">Speed Up Hidden Services</a></li>
Runa A. Sandvik closed a bunch of li tags

Runa A. Sandvik authored 14 years ago

141) <li>udp-tor: joel, chris, ian, etc</li>
Andrew Lewman Overview for the 2nd nlnet...

Andrew Lewman authored 15 years ago

142) <li>NLnet <a href="<page projects/lowbandwidth>">Tor for low bandwidth clients</a></li>
Roger Dingledine the in-progress draft of my...

Roger Dingledine authored 14 years ago

143) </ul>
144) 
145) <a id="Censorship"></a>
146) <h3><a class="anchor" href="#Censorship">Censorship Resistance</a></h3>
147) <ul>
Runa A. Sandvik closed a bunch of li tags

Runa A. Sandvik authored 14 years ago

148) <li>gettor</li>
149) <li>bridgedb</li>
150) <li>bridge distribution strategies</li>
151) <li>obfuscaTOR</li>
Roger Dingledine the in-progress draft of my...

Roger Dingledine authored 14 years ago

152) </ul>
153) 
154) <a id="Libraries"></a>
155) <h3><a class="anchor" href="#Libraries">Controller Libraries</a></h3>
156) <ul>
Runa A. Sandvik closed a bunch of li tags

Runa A. Sandvik authored 14 years ago

157) <li>torctl</li>
158) <li>the c# and java controller libs</li>
Roger Dingledine the in-progress draft of my...

Roger Dingledine authored 14 years ago

159) </ul>
160) 
161) <a id="Infrastructure"></a>
162) <h3><a class="anchor" href="#Infrastructure">Infrastructure</a></h3>
163) <ul>
Karsten Loesing Add short descriptions to s...

Karsten Loesing authored 13 years ago

164) <li><a href="https://trac.torproject.org/projects/tor">Tor Bug Tracker
Runa A. Sandvik closed a few tags

Runa A. Sandvik authored 13 years ago

165) &amp; Wiki</a> based on Trac</li>
Karsten Loesing Add short descriptions to s...

Karsten Loesing authored 13 years ago

166) <li><a href="https://blog.torproject.org/">The Tor Blog based on Drupal</a></li>
167) <li><a href="https://translation.torproject.org/">The Tor Translation
168) Portal</a> based on Pootle</li>
Runa A. Sandvik closed a bunch of li tags

Runa A. Sandvik authored 14 years ago

169) <li>buildbot https://buildbot.vidalia-project.net/one_line_per_build</li>
170) <li>https://data.peertech.org/torbld</li>
Karsten Loesing Add short descriptions to s...

Karsten Loesing authored 13 years ago

171) <li><a href="http://www.torproject.org/mirrors.html.en">Tor Mirrors</a></li>
Runa A. Sandvik closed a bunch of li tags

Runa A. Sandvik authored 14 years ago

172) <li>rsync</li>
173) <li>a nagios?</li>
174) <li>git, svn</li>
Karsten Loesing Add short descriptions to s...

Karsten Loesing authored 13 years ago

175) <li><a href="https://gitweb.torproject.org/">Tor Gitweb</a></li>
Roger Dingledine the in-progress draft of my...

Roger Dingledine authored 14 years ago

176) </ul>
177) 
178) <a id="HiddenServices"></a>
179) <h3><a class="anchor" href="#HiddenServices">Hidden Services</a></h3>
180) <ul>
Runa A. Sandvik closed a bunch of li tags

Runa A. Sandvik authored 14 years ago

181) <li>diagrams for how they work</li>
182) <li>tor2web</li>
183) <li>onioncat</li>
184) <li>shallot</li>
Roger Dingledine the in-progress draft of my...

Roger Dingledine authored 14 years ago

185) </ul>
186) 
187) <a id="Other"></a>
188) <h3><a class="anchor" href="#Other">Other</a></h3>
189) <ul>
Karsten Loesing Add short descriptions to s...

Karsten Loesing authored 13 years ago

190) <li><a href="https://git.torproject.org/puppetor.git/README">PuppeTor</a>
191) is a Java framework that facilitates setting up a private Tor network and
192) control its Tor processes.</li>
Runa A. Sandvik closed a bunch of li tags

Runa A. Sandvik authored 14 years ago

193) <li>torwall</li>
194) <li>topf</li>
195) <li>nym</li>
196) <li>nymble</li>
197) <li>foebud's firefox extension</li>
Andrew Lewman Create an index page of pub...

Andrew Lewman authored 15 years ago

198) </ul>