1
|
1
|
new file mode 100644
|
...
|
...
|
@@ -0,0 +1,228 @@
|
|
1
|
+## translation metadata
|
|
2
|
+# Revision: $Revision$
|
|
3
|
+# Translation-Priority: 3-low
|
|
4
|
+
|
|
5
|
+#<!-- ATTENTION TRANSLATOR -->
|
|
6
|
+#<!-- You MUST copy '/include/lang.wmi' along with this file! -->
|
|
7
|
+
|
|
8
|
+#<!-- TBB DEFAULT LANGUAGE: Change 'en-US' below to your language code (if package exists)-->
|
|
9
|
+#<!-- IMPORTANT: You MUST also change the default selection in 'lang.wmi' -->
|
|
10
|
+<define-tag lang>en-US</define-tag>
|
|
11
|
+
|
|
12
|
+#<!-- Download button text for language enabled packages -->
|
|
13
|
+<define-tag button-win-tbb32>Tor Browser</define-tag>
|
|
14
|
+<define-tag button-win-tbb64>Currently Unused</define-tag>
|
|
15
|
+<define-tag button-osx-tbb64>Tor Browser</define-tag>
|
|
16
|
+#<!-- Comment out until it's available again. -EC <define-tag button-osx-tbb64>64-bit</define-tag> -->
|
|
17
|
+<define-tag button-lin-tbb32>Tor Browser (32-Bit)</define-tag>
|
|
18
|
+<define-tag button-lin-tbb64>Tor Browser (64-Bit)</define-tag>
|
|
19
|
+
|
|
20
|
+#include "dlhead.wmi" TITLE="Download Tor" CHARSET="UTF-8"
|
|
21
|
+
|
|
22
|
+<div id="content" class="clearfix">
|
|
23
|
+ <div id="breadcrumbs"><a href="<page index>">Home » </a><a href="<page download/download>">Download</a></div>
|
|
24
|
+ <div id="maincol-left">
|
|
25
|
+<!-- BEGIN TEASER WARNING -->
|
|
26
|
+ <div class="warning-top">
|
|
27
|
+ <h2>Want Tor to really work?</h2>
|
|
28
|
+ <p>You need to change some of your habits, as some things won't work exactly as
|
|
29
|
+you are used to. Please read the <a href="#warning">full list of warnings</a> for details.
|
|
30
|
+ </p>
|
|
31
|
+ </div>
|
|
32
|
+<!-- END TEASER WARNING -->
|
|
33
|
+<!-- START DOWNLOADS -->
|
|
34
|
+<!-- BEGIN SOURCE -->
|
|
35
|
+ <div class="accordionButton on">
|
|
36
|
+ <span class="sourcecode24">Source Code</span></div>
|
|
37
|
+ <div class="accordionContent">
|
|
38
|
+ <div class="fauxhead"></div>
|
|
39
|
+ <div class="package" style="padding-top: 13px; border-top: 0px; border-bottom: 1px solid #888888;">
|
|
40
|
+ <div class="downloads">
|
|
41
|
+ <a class="button" href="../dist/tor-<version-stable>.tar.gz"><span class="strong">Download</span><span class="normal">Source Code</span></a>
|
|
42
|
+ <div class="sig">
|
|
43
|
+ (<a href="../dist/tor-<version-stable>.tar.gz.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
|
|
44
|
+ </div>
|
|
45
|
+ <a class="button" href="../dist/tor-<version-alpha>.tar.gz"><span class="strong">Download</span><span class="normal">Source Code (Unstable)</span></a>
|
|
46
|
+ <div class="sig">
|
|
47
|
+ (<a href="../dist/tor-<version-alpha>.tar.gz.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
|
|
48
|
+ </div>
|
|
49
|
+ </div>
|
|
50
|
+
|
|
51
|
+ <h2>Source Tarball</h2>
|
|
52
|
+ <p>Configure with: <code style="color: #666666;">./configure && make && src/or/tor</code></p>
|
|
53
|
+ <p>The current stable version of Tor is <version-stable>. Its <a href="<gitblob>ReleaseNotes<cgitstable>">release notes</a> are available.</p>
|
|
54
|
+ <p>The current unstable/alpha version of Tor is <version-alpha>. Its <a href="<gitblob>ChangeLog">Changelog</a> is available.</p>
|
|
55
|
+ </div>
|
|
56
|
+ </div>
|
|
57
|
+ <div class="expander"><a href="javascript:void(0)" class="switch">Expand All</a></div>
|
|
58
|
+<!-- END SOURCE -->
|
|
59
|
+<!-- END DOWNLOADS -->
|
|
60
|
+<br>
|
|
61
|
+<!-- BEGIN WARNING -->
|
|
62
|
+<div class="warning">
|
|
63
|
+<a name="warning"></a>
|
|
64
|
+<a name="Warning"></a>
|
|
65
|
+<h2><a class="anchor" href="#warning">Want Tor to really work?</a></h2>
|
|
66
|
+ <p>You need to change some of your habits, as some things won't work exactly as
|
|
67
|
+you are used to.</p>
|
|
68
|
+
|
|
69
|
+<ol>
|
|
70
|
+<li><b>Use Tor Browser</b>
|
|
71
|
+
|
|
72
|
+<p>
|
|
73
|
+
|
|
74
|
+Tor does not protect all of your computer's Internet traffic when you
|
|
75
|
+run it. Tor only protects your applications that are properly configured to
|
|
76
|
+send their Internet traffic through Tor. To avoid problems with Tor
|
|
77
|
+configuration, we strongly recommend you use the
|
|
78
|
+<a href="<page projects/torbrowser>">Tor Browser</a>. It is pre-configured to protect
|
|
79
|
+your privacy and anonymity on the web as long as you're browsing with Tor
|
|
80
|
+Browser itself. Almost any other web browser configuration is likely to be
|
|
81
|
+unsafe to use with Tor.
|
|
82
|
+
|
|
83
|
+</p>
|
|
84
|
+
|
|
85
|
+</li>
|
|
86
|
+
|
|
87
|
+<li><b>Don't torrent over Tor</b>
|
|
88
|
+<p>
|
|
89
|
+Torrent file-sharing applications have been observed to ignore proxy
|
|
90
|
+settings and make direct connections even when they are told to use Tor.
|
|
91
|
+Even if your torrent application connects only through Tor, you will
|
|
92
|
+often send out your real IP address in the tracker GET request,
|
|
93
|
+because that's how torrents work. Not only do you <a
|
|
94
|
+href="https://blog.torproject.org/blog/bittorrent-over-tor-isnt-good-idea">
|
|
95
|
+deanonymize your torrent traffic and your other simultaneous Tor web
|
|
96
|
+traffic</a> this way, you also slow down the entire Tor network for everyone else.
|
|
97
|
+</p>
|
|
98
|
+</li>
|
|
99
|
+
|
|
100
|
+<li><b>Don't enable or install browser plugins</b>
|
|
101
|
+
|
|
102
|
+<p>
|
|
103
|
+
|
|
104
|
+Tor Browser will block browser plugins such as Flash, RealPlayer,
|
|
105
|
+Quicktime, and others: they can be manipulated into revealing your IP address.
|
|
106
|
+Similarly, we do not recommend installing additional addons or plugins into
|
|
107
|
+Tor Browser, as these may bypass Tor or otherwise harm your anonymity and
|
|
108
|
+privacy.
|
|
109
|
+
|
|
110
|
+</p>
|
|
111
|
+
|
|
112
|
+</li>
|
|
113
|
+
|
|
114
|
+<li><b>Use HTTPS versions of websites</b>
|
|
115
|
+
|
|
116
|
+<p>
|
|
117
|
+
|
|
118
|
+Tor will encrypt your traffic
|
|
119
|
+<a href="<page about/overview>#thesolution">to and
|
|
120
|
+within the Tor network</a>, but the encryption of your traffic to the final
|
|
121
|
+destination website depends upon on that website. To help ensure private
|
|
122
|
+encryption to websites, Tor Browser includes <a
|
|
123
|
+href="https://www.eff.org/https-everywhere">HTTPS Everywhere</a> to force the
|
|
124
|
+use of HTTPS encryption with major websites that support it. However, you
|
|
125
|
+should still watch the browser URL bar to ensure that websites you provide
|
|
126
|
+sensitive information to display a
|
|
127
|
+<a href="https://support.mozilla.com/en-US/kb/Site%20Identity%20Button">blue or
|
|
128
|
+green URL bar button</a>, include <b>https://</b> in the URL, and display the
|
|
129
|
+proper expected name for the website. Also see EFF's interactive page
|
|
130
|
+explaining <a href="https://www.eff.org/pages/tor-and-https">how Tor
|
|
131
|
+and HTTPS relate</a>.
|
|
132
|
+
|
|
133
|
+</p>
|
|
134
|
+
|
|
135
|
+</li>
|
|
136
|
+
|
|
137
|
+<li><b>Don't open documents downloaded through Tor while online</b>
|
|
138
|
+
|
|
139
|
+<p>
|
|
140
|
+
|
|
141
|
+Tor Browser will warn you before automatically opening documents that are
|
|
142
|
+handled by external applications. <b>DO NOT IGNORE THIS WARNING</b>. You
|
|
143
|
+should be very careful when downloading documents via Tor (especially DOC and
|
|
144
|
+PDF files, unless you use the PDF viewer that's built into Tor Browser) as
|
|
145
|
+these documents can contain Internet resources that will be downloaded outside
|
|
146
|
+of Tor by the application that opens them. This will reveal your non-Tor IP
|
|
147
|
+address. If you must work with DOC and/or PDF files, we strongly recommend
|
|
148
|
+either using a disconnected computer,
|
|
149
|
+downloading the free <a href="https://www.virtualbox.org/">VirtualBox</a> and
|
|
150
|
+using it with a <a href="http://virtualboxes.org/">virtual machine image</a>
|
|
151
|
+with networking disabled, or using <a href="https://tails.boum.org/">Tails</a>.
|
|
152
|
+Under no circumstances is it safe to use
|
|
153
|
+<a href="https://blog.torproject.org/blog/bittorrent-over-tor-isnt-good-idea">BitTorrent
|
|
154
|
+and Tor</a> together, however.
|
|
155
|
+
|
|
156
|
+</p>
|
|
157
|
+
|
|
158
|
+</li>
|
|
159
|
+
|
|
160
|
+<li><b>Use bridges and/or find company</b>
|
|
161
|
+
|
|
162
|
+<p>
|
|
163
|
+
|
|
164
|
+Tor tries to prevent attackers from learning what destination websites you
|
|
165
|
+connect to. However, by default, it does not prevent somebody watching your Internet
|
|
166
|
+traffic from learning that you're using Tor. If this matters to you, you can
|
|
167
|
+reduce this risk by configuring Tor to use a <a href="<page docs/bridges>">Tor
|
|
168
|
+bridge relay</a> rather than connecting directly to the public Tor network.
|
|
169
|
+Ultimately the best protection is a social approach: the more Tor
|
|
170
|
+users there are near you and the more
|
|
171
|
+<a href="<page about/torusers>">diverse</a> their interests, the less
|
|
172
|
+dangerous it will be that you are one of them. Convince other people to use
|
|
173
|
+Tor, too!
|
|
174
|
+
|
|
175
|
+</p>
|
|
176
|
+
|
|
177
|
+</li>
|
|
178
|
+
|
|
179
|
+</ol>
|
|
180
|
+<br>
|
|
181
|
+<p>
|
|
182
|
+Be smart and learn more. Understand what Tor does and does not offer.
|
|
183
|
+This list of pitfalls isn't complete, and we need your
|
|
184
|
+help <a href="<page getinvolved/volunteer>#Documentation">identifying and documenting
|
|
185
|
+all the issues</a>.
|
|
186
|
+</p>
|
|
187
|
+</div>
|
|
188
|
+<!-- END WARNING -->
|
|
189
|
+</div>
|
|
190
|
+<!-- END MAINCOL -->
|
|
191
|
+<!-- START SIDECOL -->
|
|
192
|
+<div id="sidecol-right">
|
|
193
|
+<div class="img-shadow sidenav">
|
|
194
|
+<div class="sidenav-sub">
|
|
195
|
+<h2>Jump To:</h2>
|
|
196
|
+<ul>
|
|
197
|
+<li class="dropdown"><a href="<page
|
|
198
|
+download/download>#windows">Microsoft Windows</a></li>
|
|
199
|
+<li class="dropdown"><a href="<page download/download>#apple">Apple OS
|
|
200
|
+X</a></li>
|
|
201
|
+<li class="dropdown"><a href="<page
|
|
202
|
+download/download>#linux">Linux/Unix</a></li>
|
|
203
|
+<li class="dropdown"><a href="<page
|
|
204
|
+download/download>#smartphone">Smartphones</a></li>
|
|
205
|
+<li class="dropdown"><a href="<page download/download>#source">Source
|
|
206
|
+Code</a></li>
|
|
207
|
+</ul>
|
|
208
|
+</div>
|
|
209
|
+</div>
|
|
210
|
+<!-- START DONATION WIDGET -->
|
|
211
|
+<a href="<page donate/donate-download>"><img src="../images/btn_donateCC_LG.gif"></a>
|
|
212
|
+<!-- END DONATION WIDGET -->
|
|
213
|
+<!-- START INFO -->
|
|
214
|
+<div class="img-shadow">
|
|
215
|
+<div class="sidenav-sub">
|
|
216
|
+<h2>Having Trouble?</h2>
|
|
217
|
+<ul>
|
|
218
|
+<li class="dropdown"><a href="<page docs/documentation>">Read the fine manuals</a></li>
|
|
219
|
+</ul>
|
|
220
|
+</div>
|
|
221
|
+</div>
|
|
222
|
+<!-- END INFO -->
|
|
223
|
+</div>
|
|
224
|
+<!-- END SIDECOL -->
|
|
225
|
+</div>
|
|
226
|
+<!-- END CONTENT -->
|
|
227
|
+
|
|
228
|
+#include <foot.wmi>
|