Andrew Lewman commited on 2013-08-02 04:46:51
Zeige 4 geänderte Dateien mit 622 Einfügungen und 548 Löschungen.
... | ... |
@@ -0,0 +1,274 @@ |
1 |
+@charset "UTF-8"; |
|
2 |
+ |
|
3 |
+#maincol{ |
|
4 |
+ float:none; |
|
5 |
+ width:auto;} |
|
6 |
+#content img{ |
|
7 |
+ max-width:880px;} |
|
8 |
+.tbbcol{ |
|
9 |
+ margin:0px; |
|
10 |
+ padding:0;} |
|
11 |
+a{ |
|
12 |
+ text-decoration:none;} |
|
13 |
+a:hover{ |
|
14 |
+ text-decoration:underline;} |
|
15 |
+.pjtitle{ |
|
16 |
+ padding-top:18px; |
|
17 |
+ height:47px;} |
|
18 |
+p{ |
|
19 |
+ font-size:16px; |
|
20 |
+ line-height:20px; |
|
21 |
+ margin-bottom:18px;} |
|
22 |
+code{ |
|
23 |
+ font-size:14px; |
|
24 |
+ display:block; |
|
25 |
+ width:auto; |
|
26 |
+ padding:5px; |
|
27 |
+ background:#eee8f1; |
|
28 |
+ border:1px solid #885ca4;} |
|
29 |
+h2{ |
|
30 |
+ font-size:28px; |
|
31 |
+ padding:0px; |
|
32 |
+ margin:0px; |
|
33 |
+ text-align:center; |
|
34 |
+ font-weight:normal; |
|
35 |
+ line-height:28px;} |
|
36 |
+h3{ |
|
37 |
+ font-size:20px; |
|
38 |
+ padding-bottom:18px; |
|
39 |
+ line-height: 20px;} |
|
40 |
+.anchor{ |
|
41 |
+ height:35px;} |
|
42 |
+.box{ |
|
43 |
+ margin:0px; |
|
44 |
+ padding:0 0 15px 0; |
|
45 |
+ border:1px solid #885CA4; |
|
46 |
+ -webkit-border-radius:15px; |
|
47 |
+ -moz-border-radius:15px; |
|
48 |
+ border-radius:15px; |
|
49 |
+ text-align:left;} |
|
50 |
+.box .pjtext{ |
|
51 |
+ padding:40px 0px 12px; |
|
52 |
+ margin:0px 50px 0px;} |
|
53 |
+.img-shadow { |
|
54 |
+ float:none; |
|
55 |
+ background:none !important; |
|
56 |
+ margin:0px !important;} |
|
57 |
+.img-shadow #sidenav{ |
|
58 |
+ margin:0px; |
|
59 |
+ text-align:center; |
|
60 |
+ width:auto; |
|
61 |
+ padding:5px 0px 0px; |
|
62 |
+ height:25px; |
|
63 |
+ background:#885CA4; |
|
64 |
+ border:1px solid #885CA4; |
|
65 |
+ -webkit-border-top-left-radius:13px; |
|
66 |
+ -webkit-border-top-right-radius:13px; |
|
67 |
+ -moz-border-radius-topleft:13px; |
|
68 |
+ -moz-border-radius-topright:13px; |
|
69 |
+ border-top-left-radius:13px; |
|
70 |
+ border-top-right-radius:13px; |
|
71 |
+ display:block; |
|
72 |
+ position:relative;} |
|
73 |
+#sidenav ul li a:link, |
|
74 |
+#sidenav ul li a:visited, |
|
75 |
+#sidenav ul li ul li a:link, |
|
76 |
+#sidenav ul li ul li a:visited{ |
|
77 |
+ display:inline; |
|
78 |
+ color:#fff; |
|
79 |
+ padding-left:0px; |
|
80 |
+ padding:0px; |
|
81 |
+ text-decoration: none; |
|
82 |
+ line-height: 18px; |
|
83 |
+ font-weight:bold; |
|
84 |
+ height:auto;} |
|
85 |
+#sidenav ul li a:hover, |
|
86 |
+#sidenav ul li ul li a:hover{ |
|
87 |
+ text-decoration:underline;} |
|
88 |
+#sidenav ul{ |
|
89 |
+ display:inline; |
|
90 |
+ margin:0px; |
|
91 |
+ padding:0px; |
|
92 |
+ color:#FFFFFF; |
|
93 |
+ font-weight:bold; |
|
94 |
+ font-size:12px; |
|
95 |
+ text-align:center; |
|
96 |
+ list-style: none; |
|
97 |
+ line-height: 20px;} |
|
98 |
+#sidenav .dropdown{ |
|
99 |
+ display:inline; |
|
100 |
+ width:auto; |
|
101 |
+ margin:0px 2px 0px 0px;} |
|
102 |
+#sidenav .dropdown:after{ |
|
103 |
+ content:":"; |
|
104 |
+ margin-left:0px;} |
|
105 |
+#sidenav ul li.dropdown a.active { |
|
106 |
+ font-weight:normal; |
|
107 |
+ background:none;} |
|
108 |
+#sidenav ul li{ |
|
109 |
+ border-bottom:none; |
|
110 |
+ display:inline; |
|
111 |
+ margin:0px;} |
|
112 |
+#sidenav ul li ul li{ |
|
113 |
+ font-size:inherit; |
|
114 |
+ margin:0 0px 0px 2px;} |
|
115 |
+#sidenav ul li.active{ |
|
116 |
+ display:none; |
|
117 |
+ color:#fff; |
|
118 |
+ background:none; |
|
119 |
+ width:auto;} |
|
120 |
+#sidenav a.active{ |
|
121 |
+ color:#fff;} |
|
122 |
+#sidenav ul li ul li:before{ |
|
123 |
+ content:"\2022"; |
|
124 |
+ margin-right:5px;} |
|
125 |
+#sidenav ul li ul li:first-child:before{ |
|
126 |
+ content:none; |
|
127 |
+ margin:0;} |
|
128 |
+.tbb.box{ |
|
129 |
+ background:url(../images/tbb-bgrad.png) repeat-x scroll left 100px; |
|
130 |
+ margin-top:10px; |
|
131 |
+ padding-bottom:0px;} |
|
132 |
+.tbb.box .pjtitle{ |
|
133 |
+ padding-top:21px; |
|
134 |
+ margin:0px 50px 0px 350px; |
|
135 |
+ height:54px;} |
|
136 |
+.tbb.box .pjtext{ |
|
137 |
+ padding:30px 0px 0px 0px; |
|
138 |
+ margin-left:350px;} |
|
139 |
+.tbb.box .pjtext p{ |
|
140 |
+ font-size:17px; |
|
141 |
+ line-height:21px;} |
|
142 |
+.tbb.box .pjtext p:last-child{ |
|
143 |
+ font-size:15px; |
|
144 |
+ text-align:right;} |
|
145 |
+.tbb.box .pjsplash{ |
|
146 |
+ background:url(../images/tbb-lg.png) no-repeat scroll 82px 35px; |
|
147 |
+ margin-top:-374px; |
|
148 |
+ position:relative; |
|
149 |
+ margin-right:610px; |
|
150 |
+ padding-top:205px; |
|
151 |
+ height:185px;} |
|
152 |
+.tbb.box .pjsplash p{ |
|
153 |
+ padding-top:35px; |
|
154 |
+ text-align:center;} |
|
155 |
+.pjsplash a:hover{ |
|
156 |
+ text-decoration:none;} |
|
157 |
+.tbb.box .pjvids{ |
|
158 |
+ background:#885ca4; |
|
159 |
+ padding-top:7px; |
|
160 |
+ height:25px;} |
|
161 |
+.tbb.box .pjvids h3{ |
|
162 |
+ margin:0px; |
|
163 |
+ padding:0px; |
|
164 |
+ font-size:16px; |
|
165 |
+ line-height:16px; |
|
166 |
+ font-weight:normal; |
|
167 |
+ color:#fff; |
|
168 |
+ text-align:center;} |
|
169 |
+.downloads.box .pjtitle{ |
|
170 |
+ padding-top:31px; |
|
171 |
+ margin-right:440px; |
|
172 |
+ height:59px;} |
|
173 |
+.downloads.box .pjflavor{ |
|
174 |
+ margin:-90px 30px 0px 520px; |
|
175 |
+ padding-top:19px; |
|
176 |
+ height:71px;} |
|
177 |
+.downloads.box .pjflavor p{ |
|
178 |
+ line-height:17px; |
|
179 |
+ font-size:1.1em; |
|
180 |
+ font-style:italic;} |
|
181 |
+.downloads.box{ |
|
182 |
+ background:url(../images/tbb-bgrad.png) repeat-x scroll left 90px; |
|
183 |
+ float:none; |
|
184 |
+ width:auto; |
|
185 |
+ margin:0px;} |
|
186 |
+.macosx.box, |
|
187 |
+.linux.box, |
|
188 |
+.windows.box{ |
|
189 |
+ background:url(../images/tbb-bgrad.png) repeat-x scroll left 65px;} |
|
190 |
+.macosx.box{ |
|
191 |
+ height:450px;} |
|
192 |
+.macosx.box .pjtext{ |
|
193 |
+ padding-top:110px; |
|
194 |
+ margin:0px auto 0px 40px; |
|
195 |
+ width:420px; |
|
196 |
+ height:280px;} |
|
197 |
+.macosx.box .pjimage{ |
|
198 |
+ margin:-400px 40px 0px 504px; |
|
199 |
+ padding-top:40px; |
|
200 |
+ height:358px; |
|
201 |
+ text-align:center;} |
|
202 |
+.macosx.box img{ |
|
203 |
+ box-shadow:0px 0px 25px black;} |
|
204 |
+.windows.box img{ |
|
205 |
+ padding:25px 0px;} |
|
206 |
+.feedback.box{ |
|
207 |
+ background:url(../images/tbb-bgrad.png) repeat-x scroll left 0px;} |
|
208 |
+.feedback.box p{ |
|
209 |
+ margin-left:20px;} |
|
210 |
+.dltable table{ |
|
211 |
+ margin-left:1px; |
|
212 |
+ border-collapse:collapse; |
|
213 |
+ text-align:center; |
|
214 |
+ width:856px;} |
|
215 |
+.dltable{ |
|
216 |
+ margin-bottom:30px; |
|
217 |
+ font-size:12px; |
|
218 |
+ background:none; |
|
219 |
+ overflow:hidden;} |
|
220 |
+.dltable table td, |
|
221 |
+.dltable table th{ |
|
222 |
+ width:22%; |
|
223 |
+ padding:12px 0; |
|
224 |
+ text-align:center;} |
|
225 |
+.dltable table thead th{ |
|
226 |
+ background:none; |
|
227 |
+ color:#885ca4; |
|
228 |
+ font-size:14px; |
|
229 |
+ font-weight:bold; |
|
230 |
+ border-bottom:1px solid #666666; |
|
231 |
+ line-height:20px;} |
|
232 |
+.dltable table thead th em{ |
|
233 |
+ font-weight:normal;} |
|
234 |
+.dltable table tbody td{ |
|
235 |
+ background:#ffffff; |
|
236 |
+ border-left:1px solid #666666; |
|
237 |
+ font-size:14px; |
|
238 |
+ border-bottom:1px solid #666666; |
|
239 |
+ font-weight:normal;} |
|
240 |
+.dltable table tbody .alt td{ |
|
241 |
+ background:#f6ffd5;} |
|
242 |
+.dltable table tbody td:first-child{ |
|
243 |
+ width:34%; |
|
244 |
+ border-left:1px solid #666666;} |
|
245 |
+.dltable table tbody td:last-child{ |
|
246 |
+ border-right:1px solid #666666;} |
|
247 |
+.vidtable table{ |
|
248 |
+ border-collapse:collapse; |
|
249 |
+ text-align:center; |
|
250 |
+ width:100%;} |
|
251 |
+.vidtable{ |
|
252 |
+ font-size:12px; |
|
253 |
+ background:none; |
|
254 |
+ overflow:hidden;} |
|
255 |
+.vidtable table td{ |
|
256 |
+ width:16%; |
|
257 |
+ padding:12px 0; |
|
258 |
+ text-align:center;} |
|
259 |
+.vidtable table tbody tr{ |
|
260 |
+ border-bottom:1px solid #885ca4;} |
|
261 |
+.vidtable table tbody tr:last-child{ |
|
262 |
+ border-bottom:none;} |
|
263 |
+.vidtable table tbody td{ |
|
264 |
+ background:none; |
|
265 |
+ border-left:1px solid #885ca4; |
|
266 |
+ font-size:14px; |
|
267 |
+ font-weight:normal;} |
|
268 |
+.vidtable table tbody .alt td{ |
|
269 |
+ background:#eee8f1;} |
|
270 |
+.vidtable table tbody td:first-child{ |
|
271 |
+ width:52%; |
|
272 |
+ border-left:none;} |
|
273 |
+.vidtable table tbody td:last-child{ |
|
274 |
+ border-right:none;} |
... | ... |
@@ -2,7 +2,7 @@ |
2 | 2 |
# Revision: $Revision$ |
3 | 3 |
# Translation-Priority: 1-high |
4 | 4 |
|
5 |
-#include "head.wmi" TITLE="Tor Browser Bundle" CHARSET="UTF-8" |
|
5 |
+#include "tbb-head.wmi" TITLE="Tor Browser Bundle" CHARSET="UTF-8" |
|
6 | 6 |
|
7 | 7 |
<div id="content" class="clearfix"> |
8 | 8 |
<div id="breadcrumbs"> |
... | ... |
@@ -13,18 +13,13 @@ |
13 | 13 |
<div id="maincol"> |
14 | 14 |
|
15 | 15 |
<!-- PUT CONTENT AFTER THIS TAG --> |
16 |
- |
|
17 |
- <h2>Tor Browser Bundle</h2> |
|
18 |
- <hr/> |
|
19 |
- |
|
20 |
- <ul class="hlist"> |
|
21 |
- <li><a href="#whatistbb">What is the Tor Browser Bundle(TBB)?</a></li> |
|
22 |
- <li><a href="#tbbvideos">Quick videos on how to use TBB.</a></li> |
|
23 |
- <li class="last"><a href="#downloadtbb">Download TBB.</a></li> |
|
24 |
- </ul> |
|
25 |
- |
|
26 |
- <h3>What is the Tor Browser Bundle (TBB)?</h3> |
|
27 |
- <a name="whatistbb"></a> <p>The <strong>Tor</strong> software protects |
|
16 |
+ <div class="tbbcol"> |
|
17 |
+ <div class="tbb box"> |
|
18 |
+#include "side.wmi" |
|
19 |
+ <!-- END SIDECOL --> |
|
20 |
+ <div class="pjtitle"><h2>What is the Tor Browser Bundle?</h2></div> |
|
21 |
+ <div class="pjtext"> |
|
22 |
+ <p>The <strong>Tor</strong> software protects |
|
28 | 23 |
you by bouncing your communications around a distributed network of |
29 | 24 |
relays run by volunteers all around the world: it prevents somebody |
30 | 25 |
watching your Internet connection from learning what sites you visit, |
... | ... |
@@ -34,498 +28,328 @@ |
34 | 28 |
<p>The <strong>Tor Browser Bundle</strong> lets you use Tor on |
35 | 29 |
Windows, Mac OS X, or Linux without needing to install any software. |
36 | 30 |
It can run off a USB flash drive, comes with a pre-configured web |
37 |
- browser to protect your anonymity, and is self-contained. |
|
38 |
- <a href="#More">Learn more.</a></p> |
|
39 |
- |
|
40 |
- <h3>Quick videos on how to use TBB</h3> |
|
41 |
- <a name="tbbvideos"></a> |
|
42 |
- |
|
43 |
- <p>How to download and use Tor Browser in different operating |
|
44 |
- systems:</p> |
|
45 |
- <ul class="hlist"> |
|
46 |
- <li><a |
|
47 |
- href="https://media.torproject.org/video/torbrowser-docs/How-to-download-and-use-TBB-in-Windows.mp4">Microsoft |
|
48 |
- Windows</a></li> |
|
49 |
- <li><a |
|
50 |
- href="https://media.torproject.org/video/torbrowser-docs/How-to-download-and-use-TBB-in-OSX.mp4">Apple |
|
51 |
- OSX</a></li> |
|
52 |
- <li class="last"><a |
|
53 |
- href="https://media.torproject.org/video/torbrowser-docs/How-to-download-and-use-TBB-in-Linux.mp4">Linux</a></li> |
|
54 |
- </ul> |
|
55 |
- |
|
56 |
- <p>How to verify the digital signatures of Tor Browser |
|
57 |
- in different operating systems:</p> |
|
58 |
- <ul class="hlist"> |
|
59 |
- <li><a |
|
60 |
- href="https://media.torproject.org/video/torbrowser-docs/How-to-verify-signatures-in-Windows.mp4">Microsoft |
|
61 |
- Windows</a></li> |
|
62 |
- <li><a |
|
63 |
- href="https://media.torproject.org/video/torbrowser-docs/How-to-verify-signatures-in-OSX.mp4">Apple |
|
64 |
- OSX</a></li> |
|
65 |
- <li class="last"><a |
|
66 |
- href="https://media.torproject.org/video/torbrowser-docs/How-to-verify-signatures-in-Linux.mp4">Linux</a></li> |
|
67 |
- </ul> |
|
68 |
- |
|
69 |
- <p>How to <a |
|
70 |
- href="https://media.torproject.org/video/torbrowser-docs/How-to-find-and-use-bridges-in-TBB.mp4">find |
|
71 |
- and use bridges</a> and unpublished relays in Tor Browser in all |
|
72 |
- operating systems:</p> |
|
73 |
- |
|
74 |
- <a id="downloadtbb"></a> |
|
75 |
- <h3><a class="anchor" href="#downloadtbb">Download Tor Browser |
|
76 |
- Bundle</a></h3> |
|
77 |
- |
|
78 |
- <p>To start using the Tor Browser Bundle download the file for your |
|
31 |
+ browser to protect your anonymity, and is self-contained.</p> |
|
32 |
+ <p style="padding-top:10px;"><a href="<page donate/donate>">Do you like what we do? Please consider making a donation »</a></p> |
|
33 |
+ </div> |
|
34 |
+ <div class="pjsplash"> |
|
35 |
+ <a class="button" href="#downloads"> |
|
36 |
+ <span class="strong">Download</span> |
|
37 |
+ <span class="normal">Tor Browser Bundle</span> |
|
38 |
+ </a> |
|
39 |
+ <p>Installation Instructions |
|
40 |
+ <br><a href="#windows">Windows</a> • <a href="#macosx">OSX</a> • <a href="#linux">Linux</a></p> |
|
41 |
+ </div> |
|
42 |
+ <div class="pjvids"> |
|
43 |
+ <h3>Quick Videos on how to use the Tor Browser Bundle</h3> |
|
44 |
+ </div> |
|
45 |
+ <div class="vidtable"> |
|
46 |
+ <table> |
|
47 |
+ <tbody> |
|
48 |
+ <tr> |
|
49 |
+ <td>How to download and use Tor Browser on:</td> |
|
50 |
+ <td><a href="https://media.torproject.org/video/torbrowser-docs/How-to-download-and-use-TBB-in-Windows.mp4"> |
|
51 |
+ Windows</a></td> |
|
52 |
+ <td><a href="https://media.torproject.org/video/torbrowser-docs/How-to-download-and-use-TBB-in-OSX.mp4"> |
|
53 |
+ Apple OSX</a></td> |
|
54 |
+ <td><a href="https://media.torproject.org/video/torbrowser-docs/How-to-download-and-use-TBB-in-Linux.mp4"> |
|
55 |
+ Linux</a></td> |
|
56 |
+ </tr> |
|
57 |
+ <tr class="alt"> |
|
58 |
+ <td>How to verify the digital signatures on:</td> |
|
59 |
+ <td><a href="https://media.torproject.org/video/torbrowser-docs/How-to-verify-signatures-in-Windows.mp4"> |
|
60 |
+ Windows</a></td> |
|
61 |
+ <td><a href="https://media.torproject.org/video/torbrowser-docs/How-to-verify-signatures-in-OSX.mp4"> |
|
62 |
+ Apple OSX</a></td> |
|
63 |
+ <td><a href="https://media.torproject.org/video/torbrowser-docs/How-to-verify-signatures-in-Linux.mp4"> |
|
64 |
+ Linux</a></td> |
|
65 |
+ </tr> |
|
66 |
+ <tr> |
|
67 |
+ <td>How to find and use bridges and unpublished relays on:</td> |
|
68 |
+ <td><a href="https://media.torproject.org/video/torbrowser-docs/How-to-find-and-use-bridges-in-TBB.mp4"> |
|
69 |
+ Windows</a></td> |
|
70 |
+ <td><a href="https://media.torproject.org/video/torbrowser-docs/How-to-find-and-use-bridges-in-TBB.mp4"> |
|
71 |
+ Apple OSX</a></td> |
|
72 |
+ <td><a href="https://media.torproject.org/video/torbrowser-docs/How-to-find-and-use-bridges-in-TBB.mp4"> |
|
73 |
+ Linux</a></td> |
|
74 |
+ </tr> |
|
75 |
+ </tbody> |
|
76 |
+ </table> |
|
77 |
+ </div> |
|
78 |
+ </div> |
|
79 |
+ <div id="downloads" class="anchor"></div> |
|
80 |
+ <div class="downloads box"> |
|
81 |
+ <div class="pjtitle"><h2>Tor Browser Bundle Downloads</h2></div> |
|
82 |
+ <div class="pjflavor"><p>To start using the Tor Browser Bundle download the file for your |
|
79 | 83 |
preferred language. This file can be saved wherever is convenient, |
80 |
- e.g. the Desktop or a USB flash drive.</p> |
|
81 |
- |
|
82 |
- <p id="Download-torbrowserbundle" style="font-size: 120%; margin: |
|
83 |
- 5mm">Tor Browser Bundle for Windows (version |
|
84 |
- <version-torbrowserbundle>)</p> |
|
85 |
- |
|
86 |
- <ul> |
|
87 |
- |
|
88 |
- <li><a |
|
89 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_en-US.exe">English |
|
90 |
- (en-US)</a> (<a |
|
91 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_en-US.exe.asc" |
|
92 |
- style="font-size: 90%;">signature</a>)</li> |
|
93 |
- |
|
94 |
- <li><a |
|
95 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_ar.exe">العربية |
|
96 |
- (ar)</a> (<a |
|
97 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_ar.exe.asc" |
|
98 |
- style="font-size: 90%;">signature</a>)</li> |
|
99 |
- |
|
100 |
- <li><a |
|
101 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_de.exe">Deutsch |
|
102 |
- (de)</a> (<a |
|
103 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_de.exe.asc" |
|
104 |
- style="font-size: 90%;">signature</a>)</li> |
|
105 |
- |
|
106 |
- <li><a |
|
107 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_es-ES.exe">Español |
|
108 |
- (es-ES)</a> (<a |
|
109 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_es-ES.exe.asc" |
|
110 |
- style="font-size: 90%;">signature</a>)</li> |
|
111 |
- |
|
112 |
- <li><a |
|
113 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_fa.exe">فارسی |
|
114 |
- (fa)</a> (<a |
|
115 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_fa.exe.asc" |
|
116 |
- style="font-size: 90%;">signature</a>)</li> |
|
117 |
- |
|
118 |
- <li><a |
|
119 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_fr.exe">Français |
|
120 |
- (fr)</a> (<a |
|
121 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_fr.exe.asc" |
|
122 |
- style="font-size: 90%;">signature</a>)</li> |
|
123 |
- |
|
124 |
- <li><a |
|
125 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_it.exe">Italiano |
|
126 |
- (it)</a> (<a |
|
127 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_it.exe.asc" |
|
128 |
- style="font-size: 90%;">signature</a>)</li> |
|
129 |
- |
|
130 |
- <li><a |
|
131 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_ko.exe">Korean |
|
132 |
- (ko)</a> (<a |
|
133 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_ko.exe.asc" |
|
134 |
- style="font-size: 90%;">signature</a>)</li> |
|
135 |
- |
|
136 |
- <li><a |
|
137 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_nl.exe">Nederlands |
|
138 |
- (nl)</a> (<a |
|
139 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_nl.exe.asc" |
|
140 |
- style="font-size: 90%;">signature</a>)</li> |
|
141 |
- |
|
142 |
- <li><a |
|
143 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_pl.exe">Polish |
|
144 |
- (pl)</a> (<a |
|
145 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_pl.exe.asc" |
|
146 |
- style="font-size: 90%;">signature</a>)</li> |
|
147 |
- |
|
148 |
- <li><a |
|
149 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_pt-PT.exe">Português |
|
150 |
- (pt-PT)</a> (<a |
|
151 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_pt-PT.exe.asc" |
|
152 |
- style="font-size: 90%;">signature</a>)</li> |
|
153 |
- |
|
154 |
- <li><a |
|
155 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_ru.exe">Русский |
|
156 |
- (ru)</a> (<a |
|
157 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_ru.exe.asc" |
|
158 |
- style="font-size: 90%;">signature</a>)</li> |
|
159 |
- |
|
160 |
- <li><a |
|
161 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_vi.exe">Vietnamese |
|
162 |
- (vi)</a> (<a |
|
163 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_vi.exe.asc" |
|
164 |
- style="font-size: 90%;">signature</a>)</li> |
|
165 |
- |
|
166 |
- <li><a |
|
167 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_zh-CN.exe">简体字 |
|
168 |
- (zh-CN)</a> (<a |
|
169 |
- href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_zh-CN.exe.asc" |
|
170 |
- style="font-size: 90%;">signature</a>)</li> |
|
171 |
- |
|
172 |
- </ul> |
|
173 |
- |
|
174 |
- <p id="Download-torbrowserbundleosx" style="font-size: 120%; margin: |
|
175 |
- 5mm">Tor Browser Bundle for Intel Mac OS X 10.6 and higher (version |
|
176 |
- <version-torbrowserbundleosx32>)</p> |
|
177 |
- |
|
178 |
- |
|
179 |
- <ul> |
|
180 |
- <li>English (en-US): <a |
|
181 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-en-US.zip">32-bit</a> |
|
182 |
- (<a |
|
183 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-en-US.zip.asc" |
|
184 |
- style="font-size: 90%;">signature</a>) | <a |
|
185 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-en-US.zip">64-bit</a> |
|
186 |
- (<a |
|
187 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-en-US.zip.asc" |
|
188 |
- style="font-size: 90%;">signature</a>)</li> |
|
189 |
- |
|
190 |
- <li>العربية (ar):<a |
|
191 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-ar.zip">32-bit</a> |
|
192 |
- (<a |
|
193 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-ar.zip.asc" |
|
194 |
- style="font-size: 90%;">signature</a>) | <a |
|
195 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-ar.zip">64-bit</a> |
|
196 |
- (<a |
|
197 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-ar.zip.asc" |
|
198 |
- style="font-size: 90%;">signature</a>)</li> |
|
199 |
- |
|
200 |
- <li>Deutsch (de):<a |
|
201 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-de.zip">32-bit</a> |
|
202 |
- (<a |
|
203 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-de.zip.asc" |
|
204 |
- style="font-size: 90%;">signature</a>) | <a |
|
205 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-de.zip">64-bit</a> |
|
206 |
- (<a |
|
207 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-de.zip.asc" |
|
208 |
- style="font-size: 90%;">signature</a>)</li> |
|
209 |
- |
|
210 |
- <li>Español |
|
211 |
- (es-ES):<a |
|
212 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-es-ES.zip">32-bit</a> |
|
213 |
- (<a |
|
214 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-es-ES.zip.asc" |
|
215 |
- style="font-size: 90%;">signature</a>) | <a |
|
216 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-es-ES.zip">64-bit</a> |
|
217 |
- (<a |
|
218 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-es-ES.zip.asc" |
|
219 |
- style="font-size: 90%;">signature</a>)</li> |
|
220 |
- |
|
221 |
- <li>فارسی (fa):<a |
|
222 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-fa.zip">32-bit</a> |
|
223 |
- (<a |
|
224 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-fa.zip.asc" |
|
225 |
- style="font-size: 90%;">signature</a>) | <a |
|
226 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-fa.zip">64-bit</a> |
|
227 |
- (<a |
|
228 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-fa.zip.asc" |
|
229 |
- style="font-size: 90%;">signature</a>)</li> |
|
230 |
- |
|
231 |
- <li>Français |
|
232 |
- (fr):<a |
|
233 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-fr.zip">32-bit</a> |
|
234 |
- (<a |
|
235 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-fr.zip.asc" |
|
236 |
- style="font-size: 90%;">signature</a>) | <a |
|
237 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-fr.zip">64-bit</a> |
|
238 |
- (<a |
|
239 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-fr.zip.asc" |
|
240 |
- style="font-size: 90%;">signature</a>)</li> |
|
241 |
- |
|
242 |
- <li>Italiano (it):<a |
|
243 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-it.zip">32-bit</a> |
|
244 |
- (<a |
|
245 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-it.zip.asc" |
|
246 |
- style="font-size: 90%;">signature</a>) | <a |
|
247 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-it.zip">64-bit</a> |
|
248 |
- (<a |
|
249 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-it.zip.asc" |
|
250 |
- style="font-size: 90%;">signature</a>)</li> |
|
251 |
- |
|
252 |
- <li>Korean (ko):<a |
|
253 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-ko.zip">32-bit</a> |
|
254 |
- (<a |
|
255 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-ko.zip.asc" |
|
256 |
- style="font-size: 90%;">signature</a>) | <a |
|
257 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-ko.zip">64-bit</a> |
|
258 |
- (<a |
|
259 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-ko.zip.asc" |
|
260 |
- style="font-size: 90%;">signature</a>)</li> |
|
261 |
- |
|
262 |
- |
|
263 |
- <li>Nederlands (nl):<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-nl.zip">32-bit</a> |
|
264 |
- (<a |
|
265 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-nl.zip.asc" |
|
266 |
- style="font-size: 90%;">signature</a>) | <a |
|
267 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-nl.zip">64-bit</a> |
|
268 |
- (<a |
|
269 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-nl.zip.asc" |
|
270 |
- style="font-size: 90%;">signature</a>)</li> |
|
271 |
- |
|
272 |
- <li>Polish (pl):<a |
|
273 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-pl.zip">32-bit</a> |
|
274 |
- (<a |
|
275 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-pl.zip.asc" |
|
276 |
- style="font-size: 90%;">signature</a>) | <a |
|
277 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-pl.zip">64-bit</a> |
|
278 |
- (<a |
|
279 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-pl.zip.asc" |
|
280 |
- style="font-size: 90%;">signature</a>)</li> |
|
281 |
- |
|
282 |
- <li>Português |
|
283 |
- (pt-PT):<a |
|
284 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-pt-PT.zip">32-bit</a> |
|
285 |
- (<a |
|
286 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-pt-PT.zip.asc" |
|
287 |
- style="font-size: 90%;">signature</a>) | <a |
|
288 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-pt-PT.zip">64-bit</a> |
|
289 |
- (<a |
|
290 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-pt-PT.zip.asc" |
|
291 |
- style="font-size: 90%;">signature</a>)</li> |
|
292 |
- |
|
293 |
- <li>Русский (ru):<a |
|
294 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-ru.zip">32-bit</a> |
|
295 |
- (<a |
|
296 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-ru.zip.asc" |
|
297 |
- style="font-size: 90%;">signature</a>) | <a |
|
298 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-ru.zip">64-bit</a> |
|
299 |
- (<a |
|
300 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-ru.zip.asc" |
|
301 |
- style="font-size: 90%;">signature</a>)</li> |
|
302 |
- |
|
303 |
- <li>Vietnamese (vi):<a |
|
304 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-vi.zip">32-bit</a> |
|
305 |
- (<a |
|
306 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-vi.zip.asc" |
|
307 |
- style="font-size: 90%;">signature</a>) | <a |
|
308 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-vi.zip">64-bit</a> |
|
309 |
- (<a |
|
310 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-vi.zip.asc" style="font-size: 90%;">signature</a>)</li> |
|
311 |
- |
|
312 |
- <li>简体字 (zh-CN):<a |
|
313 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-zh-CN.zip">32-bit</a> |
|
314 |
- (<a |
|
315 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-zh-CN.zip.asc" |
|
316 |
- style="font-size: 90%;">signature</a>) | <a |
|
317 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-zh-CN.zip">64-bit</a> |
|
318 |
- (<a |
|
319 |
- href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-zh-CN.zip.asc" |
|
320 |
- style="font-size: 90%;">signature</a>)</li> |
|
321 |
- |
|
322 |
- </ul> |
|
323 |
- |
|
324 |
- <p id="Download-torbrowserbundlelinux" style="font-size: 120%; |
|
325 |
- margin: 5mm">Tor Browser Bundle for Linux |
|
326 |
- (version <version-torbrowserbundlelinux32> (32-bit), |
|
327 |
- <version-torbrowserbundlelinux64> (64-bit))</p> |
|
328 |
- |
|
329 |
- <ul> |
|
330 |
- <li>English (en-US): <a |
|
331 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-en-US.tar.gz">32-bit</a> |
|
332 |
- (<a |
|
333 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-en-US.tar.gz.asc" |
|
334 |
- style="font-size: 90%;">signature</a>) | <a |
|
335 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-en-US.tar.gz">64-bit</a> |
|
336 |
- (<a |
|
337 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-en-US.tar.gz.asc" |
|
338 |
- style="font-size: 90%;">signature</a>)</li> |
|
339 |
- |
|
340 |
- <li>العربية (ar): <a |
|
341 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-ar.tar.gz">32-bit</a> |
|
342 |
- (<a |
|
343 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-ar.tar.gz.asc" |
|
344 |
- style="font-size: 90%;">signature</a>) | <a |
|
345 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-ar.tar.gz">64-bit</a> |
|
346 |
- (<a |
|
347 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-ar.tar.gz.asc" |
|
348 |
- style="font-size: 90%;">signature</a>)</li> |
|
349 |
- |
|
350 |
- <li>Deutsch (de): <a |
|
351 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-de.tar.gz">32-bit</a> |
|
352 |
- (<a |
|
353 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-de.tar.gz.asc" |
|
354 |
- style="font-size: 90%;">signature</a>) | <a |
|
355 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-de.tar.gz">64-bit</a> |
|
356 |
- (<a |
|
357 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-de.tar.gz.asc" |
|
358 |
- style="font-size: 90%;">signature</a>)</li> |
|
359 |
- |
|
360 |
- <li>Español |
|
361 |
- (es-ES): <a |
|
362 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-es-ES.tar.gz">32-bit</a> |
|
363 |
- (<a |
|
364 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-es-ES.tar.gz.asc" |
|
365 |
- style="font-size: 90%;">signature</a>) | <a |
|
366 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-es-ES.tar.gz">64-bit</a> |
|
367 |
- (<a |
|
368 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-es-ES.tar.gz.asc" |
|
369 |
- style="font-size: 90%;">signature</a>)</li> |
|
370 |
- |
|
371 |
- <li>فارسی (fa): <a |
|
372 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-fa.tar.gz">32-bit</a> |
|
373 |
- (<a |
|
374 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-fa.tar.gz.asc" |
|
375 |
- style="font-size: 90%;">signature</a>) | <a |
|
376 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-fa.tar.gz">64-bit</a> |
|
377 |
- (<a |
|
378 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-fa.tar.gz.asc" |
|
379 |
- style="font-size: 90%;">signature</a>)</li> |
|
380 |
- |
|
381 |
- <li>Français |
|
382 |
- (fr): <a |
|
383 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-fr.tar.gz">32-bit</a> |
|
384 |
- (<a |
|
385 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-fr.tar.gz.asc" |
|
386 |
- style="font-size: 90%;">signature</a>) | <a |
|
387 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-fr.tar.gz">64-bit</a> |
|
388 |
- (<a |
|
389 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-fr.tar.gz.asc" |
|
390 |
- style="font-size: 90%;">signature</a>)</li> |
|
391 |
- |
|
392 |
- <li>Italiano (it): <a |
|
393 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-it.tar.gz">32-bit</a> |
|
394 |
- (<a |
|
395 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-it.tar.gz.asc" |
|
396 |
- style="font-size: 90%;">signature</a>) | <a |
|
397 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-it.tar.gz">64-bit</a> |
|
398 |
- (<a |
|
399 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-it.tar.gz.asc" |
|
400 |
- style="font-size: 90%;">signature</a>)</li> |
|
401 |
- |
|
402 |
- <li>Korean (ko): <a |
|
403 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-ko.tar.gz">32-bit</a> |
|
404 |
- (<a |
|
405 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-ko.tar.gz.asc" |
|
406 |
- style="font-size: 90%;">signature</a>) | <a |
|
407 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-ko.tar.gz">64-bit</a> |
|
408 |
- (<a |
|
409 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-ko.tar.gz.asc" |
|
410 |
- style="font-size: 90%;">signature</a>)</li> |
|
411 |
- |
|
412 |
- |
|
413 |
- <li>Nederlands (nl): <a |
|
414 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-nl.tar.gz">32-bit</a> |
|
415 |
- (<a |
|
416 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-nl.tar.gz.asc" |
|
417 |
- style="font-size: 90%;">signature</a>) | <a |
|
418 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-nl.tar.gz">64-bit</a> |
|
419 |
- (<a |
|
420 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-nl.tar.gz.asc" |
|
421 |
- style="font-size: 90%;">signature</a>)</li> |
|
422 |
- |
|
423 |
- <li>Polish (pl): <a |
|
424 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-pl.tar.gz">32-bit</a> |
|
425 |
- (<a |
|
426 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-pl.tar.gz.asc" |
|
427 |
- style="font-size: 90%;">signature</a>) | <a |
|
428 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-pl.tar.gz">64-bit</a> |
|
429 |
- (<a |
|
430 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-pl.tar.gz.asc" |
|
431 |
- style="font-size: 90%;">signature</a>)</li> |
|
432 |
- |
|
433 |
- <li>Português |
|
434 |
- (pt-PT): <a |
|
435 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-pt-PT.tar.gz">32-bit</a> |
|
436 |
- (<a |
|
437 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-pt-PT.tar.gz.asc" |
|
438 |
- style="font-size: 90%;">signature</a>) | <a |
|
439 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-pt-PT.tar.gz">64-bit</a> |
|
440 |
- (<a |
|
441 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-pt-PT.tar.gz.asc" |
|
442 |
- style="font-size: 90%;">signature</a>)</li> |
|
443 |
- |
|
444 |
- <li>Русский (ru): <a |
|
445 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-ru.tar.gz">32-bit</a> |
|
446 |
- (<a |
|
447 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-ru.tar.gz.asc" |
|
448 |
- style="font-size: 90%;">signature</a>) | <a |
|
449 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-ru.tar.gz">64-bit</a> |
|
450 |
- (<a |
|
451 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-ru.tar.gz.asc" |
|
452 |
- style="font-size: 90%;">signature</a>)</li> |
|
453 |
- |
|
454 |
- <li>Vietnamese (vi): <a |
|
455 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-vi.tar.gz">32-bit</a> |
|
456 |
- (<a |
|
457 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-vi.tar.gz.asc" |
|
458 |
- style="font-size: 90%;">signature</a>) | <a |
|
459 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-vi.tar.gz">64-bit</a> |
|
460 |
- (<a |
|
461 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-vi.tar.gz.asc" |
|
462 |
- style="font-size: 90%;">signature</a>)</li> |
|
463 |
- |
|
464 |
- <li>简体字 (zh-CN): <a |
|
465 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-zh-CN.tar.gz">32-bit</a> |
|
466 |
- (<a |
|
467 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-zh-CN.tar.gz.asc" |
|
468 |
- style="font-size: 90%;">signature</a>) | <a |
|
469 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-zh-CN.tar.gz">64-bit</a> |
|
470 |
- (<a |
|
471 |
- href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-zh-CN.tar.gz.asc" |
|
472 |
- style="font-size: 90%;">signature</a>)</li> |
|
473 |
- |
|
474 |
- </ul> |
|
475 |
- |
|
476 |
- <p id="Download-torbrowserbundlealpha" style="font-size: 120%; margin: |
|
477 |
- 5mm">ALPHA: Tor Browser Bundle alpha versions for Windows (<version-torbrowserbundlealpha>), Linux 32-bit (<version-torbrowserbundlelinux32alpha>) and 64-bit (<version-torbrowserbundlelinux64alpha>), and Intel Mac OS X 10.6 and higher (<version-torbrowserbundleosx32alpha>). </p> |
|
478 |
- <ul> |
|
479 |
- <li><a href="../dist/torbrowser/tor-browser-<version-torbrowserbundlealpha>_en-US.exe">Windows Tor Browser Bundle alpha</a> (<a href="../dist/torbrowser/tor-browser-<version-torbrowserbundlealpha>_en-US.exe.asc">signature</a>)</li> |
|
480 |
- <li><a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32alpha>-dev-en-US.tar.gz">Linux Tor Browser Bundle alpha (32-bit)</a> (<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32alpha>-dev-en-US.tar.gz.asc">signature</a>)</li> |
|
481 |
- <li><a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64alpha>-dev-en-US.tar.gz">Linux Tor Browser Bundle alpha (64-bit)</a> (<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64alpha>-dev-en-US.tar.gz.asc">signature</a>)</li> |
|
482 |
- <li><a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32alpha>-osx-i386-en-US.zip">Mac OS X Tor Browser Bundle (32-bit)</a> (<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32alpha>-osx-i386-en-US.zip.asc">signature</a>)</li> |
|
483 |
- <li><a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64alpha>-osx-x86_64-en-US.zip">Mac OS X Tor Browser Bundle (64-bit)</a> (<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64alpha>-osx-x86_64-en-US.zip.asc">signature</a>)</li> |
|
484 |
- </ul> |
|
485 |
- |
|
84 |
+ e.g. the Desktop or a USB flash drive.</p></div> |
|
85 |
+ <div class="pjtext"> |
|
86 |
+ <div class="dltable" style="margin-top: -35px;"> |
|
87 |
+ <table> |
|
88 |
+ <thead> |
|
89 |
+ <tr> |
|
90 |
+ <th><br>Language</th> |
|
91 |
+ <th>Microsoft Windows<br><em>(<version-torbrowserbundle>)</em></th> |
|
92 |
+ <th>Mac OSX<br><em>(<version-torbrowserbundleosx32>)</em></th> |
|
93 |
+ <th>Linux<br><em>(<version-torbrowserbundlelinux32>)</em></th> |
|
94 |
+ </tr> |
|
95 |
+ </thead> |
|
96 |
+ <tbody> |
|
97 |
+ <tr> |
|
98 |
+ <td>English (en-US)</td> |
|
99 |
+ <td><a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_en-US.exe">32-bit</a> |
|
100 |
+ <em>(<a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_en-US.exe.asc">sig</a>)</em></td> |
|
101 |
+ <td><a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-en-US.zip">32-bit</a> |
|
102 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-en-US.zip.asc">sig</a>)</em> |
|
103 |
+ • <a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-en-US.zip">64-bit</a> |
|
104 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-en-US.zip.asc">sig</a>)</em></td> |
|
105 |
+ <td><a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-en-US.tar.gz">32-bit</a> |
|
106 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-en-US.tar.gz.asc">sig</a>)</em> |
|
107 |
+ • <a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-en-US.tar.gz">64-bit</a> |
|
108 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-en-US.tar.gz.asc">sig</a>)</em></td> |
|
109 |
+ </tr> |
|
110 |
+ <tr class="alt"> |
|
111 |
+ <td>العربية (ar)</td> |
|
112 |
+ <td><a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_ar.exe">32-bit</a> |
|
113 |
+ <em>(<a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_ar.exe.asc">sig</a>)</em></td> |
|
114 |
+ <td><a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-ar.zip">32-bit</a> |
|
115 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-ar.zip.asc">sig</a>)</em> |
|
116 |
+ • <a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-ar.zip">64-bit</a> |
|
117 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-ar.zip.asc">sig</a>)</em></td> |
|
118 |
+ <td><a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-ar.tar.gz">32-bit</a> |
|
119 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-ar.tar.gz.asc">sig</a>)</em> |
|
120 |
+ • <a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-ar.tar.gz">64-bit</a> |
|
121 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-ar.tar.gz.asc">sig</a>)</em></td> |
|
122 |
+ </tr> |
|
123 |
+ <tr> |
|
124 |
+ <td>Deutsch (de)</td> |
|
125 |
+ <td><a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_de.exe">32-bit</a> |
|
126 |
+ <em>(<a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_de.exe.asc">sig</a>)</em></td> |
|
127 |
+ <td><a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-de.zip">32-bit</a> |
|
128 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-de.zip.asc">sig</a>)</em> |
|
129 |
+ • <a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-de.zip">64-bit</a> |
|
130 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-de.zip.asc">sig</a>)</em></td> |
|
131 |
+ <td><a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-de.tar.gz">32-bit</a> |
|
132 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-de.tar.gz.asc">sig</a>)</em> |
|
133 |
+ • <a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-de.tar.gz">64-bit</a> |
|
134 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-de.tar.gz.asc">sig</a>)</em></td> |
|
135 |
+ </tr> |
|
136 |
+ <tr class="alt"> |
|
137 |
+ <td>Español (es-ES)</td> |
|
138 |
+ <td><a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_es-ES.exe">32-bit</a> |
|
139 |
+ <em>(<a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_es-ES.exe.asc">sig</a>)</em></td> |
|
140 |
+ <td><a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-es-ES.zip">32-bit</a> |
|
141 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-es-ES.zip.asc">sig</a>)</em> |
|
142 |
+ • <a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-es-ES.zip">64-bit</a> |
|
143 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-es-ES.zip.asc">sig</a>)</em></td> |
|
144 |
+ <td><a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-es-ES.tar.gz">32-bit</a> |
|
145 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-es-ES.tar.gz.asc">sig</a>)</em> |
|
146 |
+ • <a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-es-ES.tar.gz">64-bit</a> |
|
147 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-es-ES.tar.gz.asc">sig</a>)</em></td> |
|
148 |
+ </tr> |
|
149 |
+ <tr> |
|
150 |
+ <td>فارسی (fa)</td> |
|
151 |
+ <td><a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_fa.exe">32-bit</a> |
|
152 |
+ <em>(<a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_fa.exe.asc">sig</a>)</em></td> |
|
153 |
+ <td><a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-fa.zip">32-bit</a> |
|
154 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-fa.zip.asc">sig</a>)</em> |
|
155 |
+ • <a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-fa.zip">64-bit</a> |
|
156 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-fa.zip.asc">sig</a>)</em></td> |
|
157 |
+ <td><a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-fa.tar.gz">32-bit</a> |
|
158 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-fa.tar.gz.asc">sig</a>)</em> |
|
159 |
+ • <a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-fa.tar.gz">64-bit</a> |
|
160 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-fa.tar.gz.asc">sig</a>)</em></td> |
|
161 |
+ </tr> |
|
162 |
+ <tr class="alt"> |
|
163 |
+ <td>Français (fr)</td> |
|
164 |
+ <td><a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_fr.exe">32-bit</a> |
|
165 |
+ <em>(<a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_fr.exe.asc">sig</a>)</em></td> |
|
166 |
+ <td><a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-fr.zip">32-bit</a> |
|
167 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-fr.zip.asc">sig</a>)</em> |
|
168 |
+ • <a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-fr.zip">64-bit</a> |
|
169 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-fr.zip.asc">sig</a>)</em></td> |
|
170 |
+ <td><a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-fr.tar.gz">32-bit</a> |
|
171 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-fr.tar.gz.asc">sig</a>)</em> |
|
172 |
+ • <a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-fr.tar.gz">64-bit</a> |
|
173 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-fr.tar.gz.asc">sig</a>)</em></td> |
|
174 |
+ </tr> |
|
175 |
+ <tr> |
|
176 |
+ <td>Italiano (it)</td> |
|
177 |
+ <td><a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_it.exe">32-bit</a> |
|
178 |
+ <em>(<a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_it.exe.asc">sig</a>)</em></td> |
|
179 |
+ <td><a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-it.zip">32-bit</a> |
|
180 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-it.zip.asc">sig</a>)</em> |
|
181 |
+ • <a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-it.zip">64-bit</a> |
|
182 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-it.zip.asc">sig</a>)</em></td> |
|
183 |
+ <td><a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-it.tar.gz">32-bit</a> |
|
184 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-it.tar.gz.asc">sig</a>)</em> |
|
185 |
+ • <a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-it.tar.gz">64-bit</a> |
|
186 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-it.tar.gz.asc">sig</a>)</em></td> |
|
187 |
+ </tr> |
|
188 |
+ <tr class="alt"> |
|
189 |
+ <td>Korean (ko)</td> |
|
190 |
+ <td><a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_ko.exe">32-bit</a> |
|
191 |
+ <em>(<a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_ko.exe.asc">sig</a>)</em></td> |
|
192 |
+ <td><a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-ko.zip">32-bit</a> |
|
193 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-ko.zip.asc">sig</a>)</em> |
|
194 |
+ • <a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-ko.zip">64-bit</a> |
|
195 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-ko.zip.asc">sig</a>)</em></td> |
|
196 |
+ <td><a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-ko.tar.gz">32-bit</a> |
|
197 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-ko.tar.gz.asc">sig</a>)</em> |
|
198 |
+ • <a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-ko.tar.gz">64-bit</a> |
|
199 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-ko.tar.gz.asc">sig</a>)</em></td> |
|
200 |
+ </tr> |
|
201 |
+ <tr> |
|
202 |
+ <td>Nederlands (nl)</td> |
|
203 |
+ <td><a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_nl.exe">32-bit</a> |
|
204 |
+ <em>(<a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_nl.exe.asc">sig</a>)</em></td> |
|
205 |
+ <td><a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-nl.zip">32-bit</a> |
|
206 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-nl.zip.asc">sig</a>)</em> |
|
207 |
+ • <a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-nl.zip">64-bit</a> |
|
208 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-nl.zip.asc">sig</a>)</em></td> |
|
209 |
+ <td><a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-nl.tar.gz">32-bit</a> |
|
210 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-nl.tar.gz.asc">sig</a>)</em> |
|
211 |
+ • <a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-nl.tar.gz">64-bit</a> |
|
212 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-nl.tar.gz.asc">sig</a>)</em></td> |
|
213 |
+ </tr> |
|
214 |
+ <tr class="alt"> |
|
215 |
+ <td>Polish (pl)</td> |
|
216 |
+ <td><a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_pl.exe">32-bit</a> |
|
217 |
+ <em>(<a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_pl.exe.asc">sig</a>)</em></td> |
|
218 |
+ <td><a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-pl.zip">32-bit</a> |
|
219 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-pl.zip.asc">sig</a>)</em> |
|
220 |
+ • <a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-pl.zip">64-bit</a> |
|
221 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-pl.zip.asc">sig</a>)</em></td> |
|
222 |
+ <td><a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-pl.tar.gz">32-bit</a> |
|
223 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-pl.tar.gz.asc">sig</a>)</em> |
|
224 |
+ • <a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-pl.tar.gz">64-bit</a> |
|
225 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-pl.tar.gz.asc">sig</a>)</em></td> |
|
226 |
+ </tr> |
|
227 |
+ <tr> |
|
228 |
+ <td>Português (pt-PT)</td> |
|
229 |
+ <td><a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_pt-PT.exe">32-bit</a> |
|
230 |
+ <em>(<a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_pt-PT.exe.asc">sig</a>)</em></td> |
|
231 |
+ <td><a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-pt-PT.zip">32-bit</a> |
|
232 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-pt-PT.zip.asc">sig</a>)</em> |
|
233 |
+ • <a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-pt-PT.zip">64-bit</a> |
|
234 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-pt-PT.zip.asc">sig</a>)</em></td> |
|
235 |
+ <td><a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-pt-PT.tar.gz">32-bit</a> |
|
236 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-pt-PT.tar.gz.asc">sig</a>)</em> |
|
237 |
+ • <a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-pt-PT.tar.gz">64-bit</a> |
|
238 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-pt-PT.tar.gz.asc">sig</a>)</em></td> |
|
239 |
+ </tr> |
|
240 |
+ <tr class="alt"> |
|
241 |
+ <td>Русский (ru)</td> |
|
242 |
+ <td><a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_ru.exe">32-bit</a> |
|
243 |
+ <em>(<a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_ru.exe.asc">sig</a>)</em></td> |
|
244 |
+ <td><a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-ru.zip">32-bit</a> |
|
245 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-ru.zip.asc">sig</a>)</em> |
|
246 |
+ • <a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-ru.zip">64-bit</a> |
|
247 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-ru.zip.asc">sig</a>)</em></td> |
|
248 |
+ <td><a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-ru.tar.gz">32-bit</a> |
|
249 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-ru.tar.gz.asc">sig</a>)</em> |
|
250 |
+ • <a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-ru.tar.gz">64-bit</a> |
|
251 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-ru.tar.gz.asc">sig</a>)</em></td> |
|
252 |
+ </tr> |
|
253 |
+ <tr> |
|
254 |
+ <td>Vietnamese (vi)</td> |
|
255 |
+ <td><a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_vi.exe">32-bit</a> |
|
256 |
+ <em>(<a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_vi.exe.asc">sig</a>)</em></td> |
|
257 |
+ <td><a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-vi.zip">32-bit</a> |
|
258 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-vi.zip.asc">sig</a>)</em> |
|
259 |
+ • <a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-vi.zip">64-bit</a> |
|
260 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-vi.zip.asc">sig</a>)</em></td> |
|
261 |
+ <td><a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-vi.tar.gz">32-bit</a> |
|
262 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-vi.tar.gz.asc">sig</a>)</em> |
|
263 |
+ • <a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-vi.tar.gz">64-bit</a> |
|
264 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-vi.tar.gz.asc">sig</a>)</em></td> |
|
265 |
+ </tr> |
|
266 |
+ <tr class="alt"> |
|
267 |
+ <td>简体字 (zh-CN)</td> |
|
268 |
+ <td><a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_zh-CN.exe">32-bit</a> |
|
269 |
+ <em>(<a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_zh-CN.exe.asc">sig</a>)</em></td> |
|
270 |
+ <td><a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-zh-CN.zip">32-bit</a> |
|
271 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-osx-i386-zh-CN.zip.asc">sig</a>)</em> |
|
272 |
+ • <a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-zh-CN.zip">64-bit</a> |
|
273 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-zh-CN.zip.asc">sig</a>)</em></td> |
|
274 |
+ <td><a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-zh-CN.tar.gz">32-bit</a> |
|
275 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-zh-CN.tar.gz.asc">sig</a>)</em> |
|
276 |
+ • <a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-zh-CN.tar.gz">64-bit</a> |
|
277 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-zh-CN.tar.gz.asc">sig</a>)</em></td> |
|
278 |
+ </tr> |
|
279 |
+ </tbody> |
|
280 |
+ </table> |
|
281 |
+ </div> |
|
282 |
+ <div class="dltable" style="margin-top:-10px"> |
|
283 |
+ <table> |
|
284 |
+ <thead> |
|
285 |
+ <tr> |
|
286 |
+ <th><br>Alpha Releases</th> |
|
287 |
+ <th>Microsoft Windows<br><em>(<version-torbrowserbundlealpha>)</em></th> |
|
288 |
+ <th>Mac OSX<br><em>(<version-torbrowserbundleosx32alpha>)</em></th> |
|
289 |
+ <th>Linux<br><em>(<version-torbrowserbundlelinux32alpha>)</em></th> |
|
290 |
+ </tr> |
|
291 |
+ </thead> |
|
292 |
+ <tbody> |
|
293 |
+ <tr class="alt"> |
|
294 |
+ <td>English (en-US)</td> |
|
295 |
+ <td><a href="../dist/torbrowser/tor-browser-<version-torbrowserbundlealpha>_en-US.exe">32-bit</a> |
|
296 |
+ <em>(<a href="../dist/torbrowser/tor-browser-<version-torbrowserbundlealpha>_en-US.exe.asc">sig</a>)</em></td> |
|
297 |
+ <td><a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32alpha>-osx-i386-en-US.zip">32-bit</a> |
|
298 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32alpha>-osx-i386-en-US.zip.asc">sig</a>)</em> |
|
299 |
+ • <a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64alpha>-osx-x86_64-en-US.zip">64-bit</a> |
|
300 |
+ <em>(<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64alpha>-osx-x86_64-en-US.zip.asc">sig</a>)</em></td> |
|
301 |
+ <td><a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32alpha>-dev-en-US.tar.gz">32-bit</a> |
|
302 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32alpha>-dev-en-US.tar.gz.asc">sig</a>)</em> |
|
303 |
+ • <a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64alpha>-dev-en-US.tar.gz">64-bit</a> |
|
304 |
+ <em>(<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64alpha>-dev-en-US.tar.gz.asc">sig</a>)</em></td> |
|
305 |
+ </tr> |
|
306 |
+ </tbody> |
|
307 |
+ </table> |
|
308 |
+ </div> |
|
486 | 309 |
|
487 |
- <p>See our instructions on <a href="<page |
|
488 |
- docs/verifying-signatures>">how to verify package signatures</a>, |
|
310 |
+ <p>See our instructions on <a href="<page docs/verifying-signatures>">how to verify package signatures</a>, |
|
489 | 311 |
which allows you to make sure you've downloaded the file we intended |
490 | 312 |
you to get. Also, note that the Firefox ESR in our bundles is |
491 | 313 |
<a href="https://gitweb.torproject.org/torbrowser.git/tree/HEAD:/build-scripts/config/">modified</a> from the <a |
492 | 314 |
href="https://www.mozilla.org/en-US/firefox/organizations/">default |
493 | 315 |
Firefox ESR</a></p> |
494 |
- |
|
495 |
- <a id="MacOSX"></a> |
|
496 |
- <h3><a class="anchor" href="#MacOSX">Mac OS X instructions</a></h3> |
|
497 |
- <p>Download the file above, save it somewhere, then click on it. Mac OS |
|
498 |
- X will automatically unarchive it and you will have a TorBrowser |
|
499 |
- application in your chosen language (for example, TorBrowser_en-US.app). |
|
500 |
- Click the TorBrowser application to launch Vidalia. Once Vidalia connects to the Tor Network, it will launch TorBrowser.</p> |
|
501 |
- |
|
502 |
- <p><img src="$(IMGROOT)/screenshot-osx-torbrowser-icon.png" alt="Screenshot Mac OS X bundle" /></p> |
|
503 |
- |
|
504 |
- <a id="Linux"></a> |
|
505 |
- <h3><a class="anchor" href="#Linux">Linux instructions</a></h3> |
|
316 |
+ </div> |
|
317 |
+ </div> |
|
318 |
+ <div id="macosx" class="anchor"></div> |
|
319 |
+ <div class="macosx box"> |
|
320 |
+ <div class="pjtitle"><h2>Mac OSX Instructions</h2></div> |
|
321 |
+ <div class="pjtext"> |
|
322 |
+ <p>Download the file above, save it somewhere, then click on it. |
|
323 |
+ Mac OS X will automatically unarchive it and you will have a TorBrowser application |
|
324 |
+ in your chosen language. <em>(e.g. TorBrowser_en-US.app)</em></p> |
|
325 |
+ <p>Click the TorBrowser application to launch Vidalia.</p> |
|
326 |
+ <p>Once Vidalia connects to the Tor Network, it will launch TorBrowser.</p> |
|
327 |
+ </div> |
|
328 |
+ <div class="pjimage"><img src="$(IMGROOT)/screenshot-osx-torbrowser-icon.png" alt="Screenshot Mac OS X bundle" width="414" height="315"></div> |
|
329 |
+ </div> |
|
330 |
+ <div id="linux" class="anchor"></div> |
|
331 |
+ <div class="linux box"> |
|
332 |
+ <div class="pjtitle"><h2>Linux Instructions</h2></div> |
|
333 |
+ <div class="pjtext"> |
|
506 | 334 |
<p>Download the architecture-appropriate file above, save it somewhere, then |
507 |
- run one of the following two commands to extract the package archive:<br><br> |
|
508 |
- <code>tar -xvzf tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-<var>LANG</var>.tar.gz</code> |
|
509 |
- <br><br>or<br><br> |
|
510 |
- <code>tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-<var>LANG</var>.tar.gz</code> |
|
511 |
- <br><br>(where <var>LANG</var> is the language listed in the filename).<br><br> |
|
512 |
- Once that's done, switch to the Tor browser directory by running: |
|
513 |
- <br><br> |
|
514 |
- <code>cd tor-browser_<var>LANG</var></code> |
|
515 |
- <br><br>(where <var>LANG</var> is the language listed in the filename).<br><br> |
|
516 |
- To run the Tor Browser Bundle, execute the <strong>start-tor-browser</strong> script: |
|
517 |
- <br><br> |
|
518 |
- <code>./start-tor-browser</code> |
|
519 |
- <br><br> |
|
520 |
- This will launch Vidalia and once that connects to Tor, it will launch |
|
521 |
- Firefox. <em>Do not unpack or run TBB as root.</em></p> |
|
522 |
- |
|
523 |
- <a id="Windows"></a> |
|
524 |
- <h3><a class="anchor" href="#Windows">Windows instructions</a></h3> |
|
525 |
- |
|
526 |
- <a id="Extraction"></a> |
|
527 |
- <h4><a class="anchor" href="#Extraction">Extraction</a></h4> |
|
528 |
- |
|
335 |
+ run one of the following two commands to extract the package archive:</p> |
|
336 |
+ <p><code>tar -xvzf tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-<var>LANG</var>.tar.gz</code></p> |
|
337 |
+ <p>or (for the 64-bit version):</p> |
|
338 |
+ <p><code>tar -xvzf tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-<var>LANG</var>.tar.gz</code></p> |
|
339 |
+ <p><em>(where <var>LANG</var> is the language listed in the filename).</em></p> |
|
340 |
+ <p>Once that's done, switch to the Tor browser directory by running:</p> |
|
341 |
+ <p><code>cd tor-browser_<var>LANG</var></code></p> |
|
342 |
+ <p><em>(where <var>LANG</var> is the language listed in the filename).</em><p> |
|
343 |
+ <p>To run the Tor Browser Bundle, execute the <strong>start-tor-browser</strong> script:</p> |
|
344 |
+ <p><code>./start-tor-browser</code></p> |
|
345 |
+ <p>This will launch Vidalia and once that connects to Tor, it will launch |
|
346 |
+ Firefox. <strong><em>Do not unpack or run TBB as root.</em></strong></p> |
|
347 |
+ </div> |
|
348 |
+ </div> |
|
349 |
+ <div id="windows" class="anchor"></div> |
|
350 |
+ <div class="windows box"> |
|
351 |
+ <div class="pjtitle"><h2>Windows Instructions</h2></div> |
|
352 |
+ <div class="pjtext"> |
|
529 | 353 |
<p>Download the file above, and save it somewhere, then double click on it. |
530 | 354 |
Click on the button labeled <strong>"..."</strong> (1) and select |
531 | 355 |
where you want |
... | ... |
@@ -534,44 +358,28 @@ MB free space must be available in the location you select. If you |
534 | 358 |
want to leave the bundle on the computer, saving it to the Desktop is |
535 | 359 |
a good choice. If you want to move it to a different computer or |
536 | 360 |
limit the traces you leave behind, save it to a USB disk.</p> |
537 |
- |
|
538 | 361 |
<p>Click <strong>Extract</strong> (3) to begin extraction. This may take a |
539 | 362 |
few minutes to complete.</p> |
540 |
- |
|
541 |
- <p><img src="$(IMGROOT)/tbb-screenshot1.png" alt="Screenshot of |
|
542 |
- extraction process" /></p> |
|
543 |
- |
|
544 |
- <a id="Usage"></a> |
|
545 |
- <h4><a class="anchor" href="#Usage">Usage</a></h4> |
|
546 |
- |
|
363 |
+ <p><a href="$(IMGROOT)/tbb-screenshot1.png"><img src="$(IMGROOT)/tbb-screenshot1.png" alt="Screenshot of |
|
364 |
+ extraction process" width="860" height="538"></a></p> |
|
547 | 365 |
<p>Once extraction is complete, open the folder <strong>Tor Browser</strong> from the location you saved the bundle.</p> |
548 |
- |
|
549 | 366 |
<p>Double click on the <strong>Start Tor Browser</strong> (4) application (it may be called |
550 | 367 |
<strong>Start Tor Browser.exe</strong> on some systems.)</p> |
551 |
- |
|
552 | 368 |
<p>The Vidalia window will shortly appear.</p> |
553 |
- |
|
554 |
- <p><img src="$(IMGROOT)/tbb-screenshot2.png" alt="Screenshot of |
|
555 |
- bundle startup" /></p> |
|
556 |
- |
|
369 |
+ <p><a href="$(IMGROOT)/tbb-screenshot2.png"><img src="$(IMGROOT)/tbb-screenshot2.png" alt="Screenshot of |
|
370 |
+ bundle startup" width="860" height="538"></a></p> |
|
557 | 371 |
<p>Once Tor is ready, Tor Browser will automatically be opened. Only web pages |
558 | 372 |
visited through Tor Browser will be sent via Tor. Other web browsers |
559 | 373 |
such as Internet Explorer are not affected.</p> |
560 |
- |
|
561 | 374 |
<p>Once you are finished browsing, close any open Tor Browser |
562 | 375 |
windows by clicking on the <img src="$(IMGROOT)/tbb-close-button.png" |
563 |
- alt="Close button (×)" /> (6). For privacy reasons, the list |
|
376 |
+ alt="Close button (×)" width="19" height="19" style="margin:0px;padding:0px;"> (6). For privacy reasons, the list |
|
564 | 377 |
of web pages you visited and any cookies will be deleted.</p> |
565 |
- |
|
566 |
- <p><img src="$(IMGROOT)/tbb-screenshot3.png" alt="Screenshot of |
|
567 |
- Firefox" /></p> |
|
568 |
- |
|
378 |
+ <p><a href="$(IMGROOT)/tbb-screenshot3.png"><img src="$(IMGROOT)/tbb-screenshot3.png" alt="Screenshot of |
|
379 |
+ Firefox" width="860" height="538"></a></p> |
|
569 | 380 |
<p>With the Tor Browser Bundle, Vidalia and Tor will automatically |
570 | 381 |
close.</p> |
571 |
- |
|
572 |
- <p>To use the Tor Browser Bundle again, repeat the steps in <a |
|
573 |
- href="#Usage">"Usage"</a>.</p> |
|
574 |
- |
|
382 |
+ <p>To use the Tor Browser Bundle again, double click on the "Start Tor Browser" application.</p> |
|
575 | 383 |
<p>Remember that Tor anonymizes the origin of your traffic, |
576 | 384 |
and it encrypts everything inside the Tor network, but <a |
577 | 385 |
href="<wikifaq>#ExitEavesdroppers">it can't encrypt your traffic |
... | ... |
@@ -579,44 +387,35 @@ limit the traces you leave behind, save it to a USB disk.</p> |
579 | 387 |
communicating sensitive information, you should use as much care as |
580 | 388 |
you would on the normal scary Internet — use HTTPS or other |
581 | 389 |
end-to-end encryption and authentication. </p> |
582 |
- |
|
583 |
- <a id="Feedback"></a> |
|
584 |
- <h3><a class="anchor" href="#Feedback">Comments and |
|
585 |
- suggestions</a></h3> |
|
586 |
- |
|
390 |
+ </div> |
|
391 |
+ </div> |
|
392 |
+ <div id="feedback" class="anchor"></div> |
|
393 |
+ <div class="feedback box"> |
|
394 |
+ <div class="pjtext"> |
|
395 |
+ <h3>Comments and suggestions</h3> |
|
587 | 396 |
<p>The Tor Browser Bundle is under development and not yet complete. |
588 | 397 |
To discuss improvements and submit comments, please use the <a |
589 | 398 |
href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-talk">tor-talk</a> |
590 | 399 |
mailing list.</p> |
591 |
- |
|
592 |
- <a id="More"></a> |
|
593 |
- <h3><a class="anchor" href="#More">More information</a></h3> |
|
594 |
- |
|
595 |
- <p><strong>What is Tor and why do I need it?</strong> To learn |
|
596 |
- more about Tor, visit the <a href="<page index>">Tor Project |
|
597 |
- website</a>.</p> |
|
598 |
- |
|
599 |
- <p><strong>What is in the Tor Browser Bundle?</strong> It |
|
600 |
- contains Tor, Vidalia, a modified Firefox ESR, and Torbuttoni |
|
400 |
+ <br><br> |
|
401 |
+ <h3>More information</h3> |
|
402 |
+ <p><strong><em>What is Tor and why do I need it?</em></strong> |
|
403 |
+ <br>To learn more about Tor, visit the <a href="<page index>">Tor Project website</a>.</p> |
|
404 |
+ <p><strong><em>What is in the Tor Browser Bundle?</em></strong> |
|
405 |
+ <br>It contains Tor, Vidalia, a modified Firefox ESR, and Torbutton |
|
601 | 406 |
(<a href="https://www.torproject.org/torbrowser/design/">design</a>) (<a |
602 | 407 |
href="<page projects/torbrowser-details>#contents">version details</a>).</p> |
603 |
- |
|
604 |
- <p><strong>How can I make my own bundle?</strong> To download |
|
605 |
- the source code and learn how to build the bundle yourself, read |
|
606 |
- the <a href="<page projects/torbrowser-details>#build">build |
|
607 |
- instructions</a>.</p> |
|
608 |
- |
|
408 |
+ <p><strong><em>How can I make my own bundle?</em></strong> |
|
409 |
+ <br>To download the source code and learn how to build the bundle yourself, read |
|
410 |
+ the <a href="<page projects/torbrowser-details>#build">build instructions</a>.</p> |
|
609 | 411 |
<p>Tor Browser Bundle is partially based on <a |
610 | 412 |
href="https://www.mozilla.org/en-US/firefox/organizations/">Mozilla |
611 | 413 |
Firefox ESR</a>.</p> |
612 |
- |
|
613 | 414 |
</div> |
614 |
- <!-- END MAINCOL --> |
|
615 |
- <div id = "sidecol"> |
|
616 |
-#include "side.wmi" |
|
617 |
-#include "info.wmi" |
|
618 | 415 |
</div> |
619 |
- <!-- END SIDECOL --> |
|
416 |
+ </div> |
|
417 |
+ </div> |
|
418 |
+ <!-- END MAINCOL --> |
|
620 | 419 |
</div> |
621 | 420 |
<!-- END CONTENT --> |
622 | 421 |
#include <foot.wmi> |
623 | 422 |