b555a1f0c9f648f39e72cb8b1d880bfaa9c7d594
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) ## translation metadata
Roger Dingledine looks like we never set the...

Roger Dingledine authored 13 years ago

2) # Revision: $Revision$
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

3) # Translation-Priority: 3-low
4) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

5) #<!-- ATTENTION TRANSLATOR -->
Andrew Lewman apply jeremy's patch for os...

Andrew Lewman authored 12 years ago

6) #<!-- You MUST copy '/include/lang.wmi' along with this file! -->
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

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) 
Andrew Lewman apply jeremy's patch for os...

Andrew Lewman authored 12 years ago

12) #<!-- Download button text for language enabled packages -->
hiro Add changes for android rel...

hiro authored 5 years ago

13) <define-tag button-win-tbb32>Tor Browser</define-tag>
14) <define-tag button-win-tbb64>Currently Unused</define-tag>
Nicolas Vigier Remove old osx32 variables...

Nicolas Vigier authored 6 years ago

15) <define-tag button-osx-tbb64>Tor Browser</define-tag>
Erinn Clark update the website for the...

Erinn Clark authored 10 years ago

16) #<!-- Comment out until it's available again. -EC <define-tag button-osx-tbb64>64-bit</define-tag> -->
Sebastian Hahn Prefer 64bit on Linux

Sebastian Hahn authored 7 years ago

17) <define-tag button-lin-tbb32>Tor Browser (32-Bit)</define-tag>
18) <define-tag button-lin-tbb64>Tor Browser (64-Bit)</define-tag>
Andrew Lewman apply jeremy's patch for os...

Andrew Lewman authored 12 years ago

19) 
Sebastian Hahn Remove the ANNOUNCE_RSS hac...

Sebastian Hahn authored 12 years ago

20) #include "dlhead.wmi" TITLE="Download Tor" CHARSET="UTF-8"
Andrew Lewman apply jeremy's patch for os...

Andrew Lewman authored 12 years ago

21) 
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

22) <div id="content" class="clearfix">
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

23)   <div id="breadcrumbs"><a href="<page index>">Home &raquo; </a><a href="<page download/download>">Download</a></div>
24)   <div id="maincol-left">
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

25) <!-- BEGIN TEASER WARNING -->
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

26)     <div class="warning-top">
27)       <h2>Want Tor to really work?</h2>
Mike Perry Fix the download page warni...

Mike Perry authored 12 years ago

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.
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

30) 	</p>
31)       </div>
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

32) <!-- END TEASER WARNING -->
traumschule download: replace javascrip...

traumschule authored 5 years ago

33) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

34) <!-- START DOWNLOADS -->
traumschule download: replace javascrip...

traumschule authored 5 years ago

35) 
36) <!-- START TOR BROWSER -->
37)  <h1>Download Tor Browser</h1>
38)  <section id="torbrowser" class="accordion download">
39) <!--
40)   This section uses a CSS accordion to hide and show topics.
41)   Styles are defined at the bottom of layout.css.
42) -->
traumschule download: merge in download...

traumschule authored 5 years ago

43) <p>Everything you need to safely browse the Internet. <a href="<page projects/torbrowser>">Learn more &raquo;</a><br/>
44) <a href="https://blog.torproject.org/category/tags/tbb">Read the release announcements!</a></p>
45) <p><a class="additional" href="#torbrowser-alpha">Download Unstable</a></p>
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

46) <!-- START WINDOWS -->
traumschule download: replace javascrip...

traumschule authored 5 years ago

47)  <div id="windows">
48)    <input id="ac-0" name="accordion-0" type="checkbox" />
49)    <label for="ac-0" class="windows24">
50)     <h1><a name="windows">Microsoft Windows</a></h1>
51)    </label>
52)    <article class="ac-small">
traumschule download: merge in download...

traumschule authored 5 years ago

53) <!-- WINDOWS 64 Bit -->
54)      <div class="package">
55) 	  <div class="desc">
56) 	    <h2>64 Bit</h2>
57) 	    <em>Version <version-torbrowserbundle> - Windows 10, 8, and 7</em>
58) 	  </div>
59) 	  <form class="downloads">
60) 	    <a class="button win-tbb64" href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-win64-<version-torbrowserbundle>_<lang>.exe">
61)             <span class="strong">Download</span><span class="normal"><button-win-tbb64></span></a>
62) 	    <select name="language" id="win-tbb64" class="lang">
63) #include <lang.wmi>
64) 	    </select>
65) 	    <div class="sig">
66) 	      <a class="lang-alt" href="<page projects/torbrowser>#downloads">
67)               Other Languages</a>
68) 	      (<a class="win-tbb64-sig" href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-win64-<version-torbrowserbundle>_<lang>.exe.asc">
69)               sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
70) 	    </div>
71) 	  </form>
72)     </div>
73) <!-- WINDOWS 32-Bit -->
74)     <div class="package">
75) 	  <div class="desc">
76) 	    <h2>32 Bit</h2>
77) 	    <em>Version <version-torbrowserbundle> - Windows 10, 8, and 7</em>
78) 	  </div>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

79) 	  <form class="downloads">
Nicolas Vigier Allow having different Tor...

Nicolas Vigier authored 6 years ago

80) 	    <a class="button win-tbb" href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_<lang>.exe"><span class="strong">Download</span><span class="normal"><button-win-tbb32></span></a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

81) 	    <select name="language" id="win-tbb" class="lang">
82) #include <lang.wmi>
83) 	    </select>
84) 	    <div class="sig">
David Fifield Fix download link anchors.

David Fifield authored 9 years ago

85) 	      <a class="lang-alt" href="<page projects/torbrowser>#downloads">Other Languages</a>
traumschule download: merge in download...

traumschule authored 5 years ago

86) 	      (<a class="win-tbb-sig" href="../dist/torbrowser/<version-torbrowserbundle>/torbrowser-install-<version-torbrowserbundle>_<lang>.exe.asc">
87)               sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

88) 	    </div>
89) 	  </form>
traumschule download: merge in download...

traumschule authored 5 years ago

90)         </div>
91) <!-- WINDOWS EXPPERT BUNDLE -->
92)     <div class="package">
93) 	  <div class="desc">
94) 	    <h2>Expert Bundle</h2>
95) 	    <em>Version <version-torbrowserbundle> - Windows 10, 8, 7, Vista,
96)                 XP, 2000, 2003 Server, ME, and Windows 98SE</em>
97) 	  </div>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

98) 	  <div class="downloads">
traumschule download: merge in download...

traumschule authored 5 years ago

99) 	    <a class="button" href="<package-win32-stable>"><span class="strong">
100)             Download</span><span class="normal">Expert Bundle</span></a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

101) 	    <div class="sig">
traumschule download: merge in download...

traumschule authored 5 years ago

102) 	      (<a href="<package-win32-stable>.asc">sig</a>)
103)              <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

104) 	    </div>
105) 	  </div>
traumschule download: merge in download...

traumschule authored 5 years ago

106) 	  <p>
107)           Contains just Tor and nothing else. You'll need to configure Tor and
108)           all of your applications manually. This installer must be run as
109)           Administrator.
110)           </p>
111)      </div>
traumschule download: replace javascrip...

traumschule authored 5 years ago

112)    </article>
113)   </div>
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

114) <!-- END WINDOWS -->
traumschule download: replace javascrip...

traumschule authored 5 years ago

115) 
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

116) <!-- START OS X -->
traumschule download: replace javascrip...

traumschule authored 5 years ago

117)  <div id="apple">
traumschule download: merge in download...

traumschule authored 5 years ago

118)    <input id="ac-mac" name="accordion-mac" type="checkbox" />
119)    <label for="ac-mac" class="mac24">
120)     <h1><a name="mac">Mac OS X</a></h1>
traumschule download: replace javascrip...

traumschule authored 5 years ago

121)    </label>
traumschule download: merge in download...

traumschule authored 5 years ago

122)    <article id="osx" class="ac-small">
123) 	<div class="package">
124) 	  <div class="desc">
125)             <h2>Tor Browser Bundle</h2>
126) 	    <em>Version <version-torbrowserbundleosx64> - OS X (10.9+)</em> 
127) 	  </div>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

128) 	  <form class="downloads">
Nicolas Vigier Remove old osx32 variables...

Nicolas Vigier authored 6 years ago

129) 	    <a class="button osx-tbb" href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_<lang>.dmg"><span class="strong">Download</span><span class="normal"><button-osx-tbb64></span></a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

130) 	    <select name="language" id="osx-tbb" class="lang">
131) #include <lang.wmi>
132) 	    </select>
133) 	    <div class="sig">
David Fifield Fix download link anchors.

David Fifield authored 9 years ago

134) 	      <a class="lang-alt" href="<page projects/torbrowser>#downloads">Other Languages</a>
Nicolas Vigier Allow having different Tor...

Nicolas Vigier authored 6 years ago

135) 	      (<a class="osx-tbb-sig" href="../dist/torbrowser/<version-torbrowserbundleosx64>/TorBrowser-<version-torbrowserbundleosx64>-osx64_<lang>.dmg.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

136) 	    </div>
137) 	  </form>
traumschule download: merge in download...

traumschule authored 5 years ago

138)       </div>
traumschule download: replace javascrip...

traumschule authored 5 years ago

139)    </article>
George Kadianakis Add the missing Apple OS X...

George Kadianakis authored 11 years ago

140)   </div>
traumschule download: replace javascrip...

traumschule authored 5 years ago

141) <!-- END OS X -->
142) 
143) <!-- START UNIX -->
traumschule download: merge in download...

traumschule authored 5 years ago

144)  <div id="unix">
traumschule download: replace javascrip...

traumschule authored 5 years ago

145)    <input id="ac-2" name="accordion-0" type="checkbox" />
146)    <label for="ac-2" class="linux24">
147)     <h1><a name="linux">Linux</a></h1>
148)    </label>
149)    <article class="ac-small">
traumschule download: merge in download...

traumschule authored 5 years ago

150) <!-- LINUX 64 Bit -->
151) 	<div class="package" >
152) 	  <div class="desc">
153) 	    <h2>64 Bit</h2>
154) 	    <em>Version <version-torbrowserbundlelinux64> - Linux, BSD, and Unix<</em>
155) 	  </div>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

156) 	  <form class="downloads">
Nicolas Vigier Allow having different Tor...

Nicolas Vigier authored 6 years ago

157) 	    <a class="button lin-tbb64" href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_<lang>.tar.xz"><span class="strong">Download</span><span class="normal"><button-lin-tbb64></span></a>
Sebastian Hahn Prefer 64bit on Linux

Sebastian Hahn authored 7 years ago

158) 	    <select name="language" id="lin-tbb64" class="lang">
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

159) #include <lang.wmi>
160) 	    </select>
traumschule download: merge in download...

traumschule authored 5 years ago

161) 	    <div class="sig" style="margin-bottom: 5px;">
David Fifield Fix download link anchors.

David Fifield authored 9 years ago

162) 	      <a class="lang-alt" href="<page projects/torbrowser>#downloads">Other Languages</a>
Nicolas Vigier Allow having different Tor...

Nicolas Vigier authored 6 years ago

163) 	      (<a class="lin-tbb64-sig" href="../dist/torbrowser/<version-torbrowserbundlelinux64>/tor-browser-linux64-<version-torbrowserbundlelinux64>_<lang>.tar.xz.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

164) 	    </div>
traumschule download: merge in download...

traumschule authored 5 years ago

165) 	  </form>
166)       </div>
167) <!-- LINUX 32 Bit -->
168) 	<div class="package" style="padding-top: 13px; border-top: 0px;">
169) 	  <div class="desc">
170) 	    <h2>32-Bit</h2>
171) 	    <em>Version <version-torbrowserbundlelinux32> - Linux, BSD, and Unix<</em>
172) 	  </div>
173) 	  <form class="downloads">
Nicolas Vigier Allow having different Tor...

Nicolas Vigier authored 6 years ago

174) 	    <a class="button lin-tbb32" href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_<lang>.tar.xz"><span class="strong">Download</span><span class="normal"><button-lin-tbb32></span></a>
Sebastian Hahn Prefer 64bit on Linux

Sebastian Hahn authored 7 years ago

175) 	    <select name="language" id="lin-tbb32" class="lang">
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

176) #include <lang.wmi>
177) 	    </select>
traumschule download: merge in download...

traumschule authored 5 years ago

178) 	    <div class="sig" style="margin-bottom: 5px;">
David Fifield Fix download link anchors.

David Fifield authored 9 years ago

179) 	      <a class="lang-alt" href="<page projects/torbrowser>#downloads">Other Languages</a>
Nicolas Vigier Allow having different Tor...

Nicolas Vigier authored 6 years ago

180) 	      (<a class="lin-tbb32-sig" href="../dist/torbrowser/<version-torbrowserbundlelinux32>/tor-browser-linux32-<version-torbrowserbundlelinux32>_<lang>.tar.xz.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

181) 	    </div>
182) 	  </form>
183)       </div>
traumschule download: replace javascrip...

traumschule authored 5 years ago

184)    </article>
185)   </div>
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

186) <!-- END UNIX -->
traumschule download: merge in download...

traumschule authored 5 years ago

187) <!-- START OPENBSD -->
188)  <div id="bsd">
189)    <input id="ac-bsd" name="accordion-bsd" type="checkbox" />
190)    <label for="ac-bsd" class="openbsd24">
191)     <h1><a name="openbsd">OpenBSD</a></h1>
192)    </label>
193)    <article id="openbsd" class="ac-small">
194)       <div class="desc">
195) 	<p>
196)         To install Tor Browser on OpenBSD, run:</p>
197)         <pre>pkg_add tor-browser</pre>
198) 
199) 	<p>
200)         Sometimes the most recent version of Tor Browser on OpenBSD is
201)         behind the current release.<br/>
202)         The available version of TB on OpenBSD should be checked with:
203)         </p>
204) 	<pre>pkg_info -Q tor-browser</pre>
205) 	<p>
206)         If provided version is not the current Tor Browser version, it is
207)         not recommended. To install the Tor Browser port from an updated ports
208)         tree, run:</p>
209)         <pre>cd /usr/ports/meta/tor-browser && make install</pre>
210)       </div>
211)    </article>
212)   </div>
213) <!-- END OPENBSD -->
traumschule download: add TBA (#27305)

traumschule authored 5 years ago

214) <!-- START ANDROID -->
traumschule download: replace javascrip...

traumschule authored 5 years ago

215)  <div id="android">
216)    <input id="ac-3" name="accordion-0" type="checkbox" />
217)    <label for="ac-3" class="android24">
218)     <h1><a name="android">Android</a></h1>
219)    </label>
220)    <article class="ac-small">
traumschule download: merge in download...

traumschule authored 5 years ago

221) 	<div class="package">
222) 	  <div class="desc">
223) 	    <h2>Stable</h2>
224) 	    <!--<em>Version <version-torbrowserbundleandroid> - Android</em>-->
225) 	  </div>
226)           <p>
227)           Tor Browser for Android has no stable version yet.
228)           It is expected for early 2019
229)           </p>
230)           <p>
231)           You can help by testing the Alpha version and
232)           <a href="https://trac.torproject.org/projects/tor/wiki/doc/community/HowToReportBugFeedback">reporting issues</a>.
233)           </p>
234)         </div>
235)   	<div class="package">
236)           <h2>Alpha</h2>
237)           <p>
238)           Introducing Tor Browser for Android, the mobile browser with the
239)           highest privacy protections ever available and on par with Tor
240)           Browser for desktop.
241)           </p>
242)           <p>
243)           Note: For this release, you also need to install
244)           <a href="https://www.torproject.org/docs/android.html.en">Orbot</a>.
245)           </p>
246) 	  <div class="desc">
247) 	    <em>Version <version-torbrowserbundleandroid> - Android</em> <a href="https://blog.torproject.org/category/tags/mobile">Read the release announcements!</a></p>
248) 	  </div>
traumschule download: add TBA (#27305)

traumschule authored 5 years ago

249)           <form class="downloads">
hiro Add apk link and versions t...

hiro authored 5 years ago

250)             <a class="button" href="../dist/torbrowser/mobile/<version-torbrowserbundleandroid>/tor-browser-android-arm-<version-torbrowserbundleandroid>.apk"><span class="strong">Download</span><span class="normal">Android</span></a>
traumschule download: add TBA (#27305)

traumschule authored 5 years ago

251)             <div class="sig">
hiro Update link for android apk...

hiro authored 5 years ago

252)               (<a class="android-tbb-sig" href="../dist/torbrowser/mobile/<version-torbrowserbundleandroid>/tor-browser-android-arm-<version-torbrowserbundleandroid>.apk.asc">sig</a>)
traumschule download: add TBA (#27305)

traumschule authored 5 years ago

253)               <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
254)             </div>
255)           </form>
256)           <p>
257)           Known issue: Our Security Slider is now under ‘Security Settings,
hiro Add apk link and versions t...

hiro authored 5 years ago

258)           but because of a small issue, it’s only showing up after you restart
traumschule download: merge in download...

traumschule authored 5 years ago

259)           the app. We plan on fixing it for the next release.
260)           </p>
261)           <p>Also available on
262)           <a href="https://play.google.com/store/apps/details?id=org.torproject.android">GooglePlay</a>.
263)           <!--and <a href="https://guardianproject.info/fdroid/">FDroid</a>-->
traumschule download: add TBA (#27305)

traumschule authored 5 years ago

264)           </p>
265)        </div>
traumschule download: replace javascrip...

traumschule authored 5 years ago

266)    </article>
267)   </div>
traumschule download: add TBA (#27305)

traumschule authored 5 years ago

268) <!-- END ANDROID -->
traumschule download: replace javascrip...

traumschule authored 5 years ago

269) 
traumschule download: link to OnionBrow...

traumschule authored 5 years ago

270) <!-- START SMARTPHONES -->
traumschule download: merge in download...

traumschule authored 5 years ago

271)  <div id="smartphone">
traumschule download: replace javascrip...

traumschule authored 5 years ago

272)    <input id="ac-4" name="accordion-0" type="checkbox" />
273)    <label for="ac-4" class="smartphone24">
traumschule download: merge in download...

traumschule authored 5 years ago

274)     <h1><a name="smartphone">Smartphones</a></h1>
traumschule download: replace javascrip...

traumschule authored 5 years ago

275)    </label>
276)    <article class="ac-small">
traumschule download: link to OnionBrow...

traumschule authored 5 years ago

277) <!-- START IOS -->
traumschule download: merge in download...

traumschule authored 5 years ago

278)      <div class="package">
279)        <div class="desc">
280)          <h2>iOS</h2>
281) 	 <!--<em>Version <version-torbrowserbundleios> - iOS</em>-->
282)        </div>
283)        <p>
284)        Unfortunately we do not have the capacity to offer a version of
285)        Tor Browser for IOS at the moment, but
286)        <a href="https://support.torproject.org/#tormobile-3">
287)        we recommend Onion Browser</a>. Check
288)        <a href="https://prism-break.org/en/categories/ios">prism-break</a>
289)        for security limitations of iOS.
290)        </p>
291)      </div>
traumschule download: link to OnionBrow...

traumschule authored 5 years ago

292) <!-- END IOS -->
traumschule download: replace javascrip...

traumschule authored 5 years ago

293)    </article>
294)   </div>
traumschule download: link to OnionBrow...

traumschule authored 5 years ago

295) <!-- END SMARTPHONES -->
traumschule download: replace javascrip...

traumschule authored 5 years ago

296) 
Sebastian Hahn Move the source code sectio...

Sebastian Hahn authored 13 years ago

297) <!-- BEGIN SOURCE -->
traumschule download: replace javascrip...

traumschule authored 5 years ago

298)   <div id="source">
299)    <input id="ac-5" name="accordion-0" type="checkbox" />
300)    <label for="ac-5" class="source24">
301)     <h1><a name="source">Source</a></h1>
302)    </label>
303)    <article class="ac-small">
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

304) 	<div class="package" style="padding-top: 13px; border-top: 0px; border-bottom: 1px solid #888888;">
traumschule download: merge in download...

traumschule authored 5 years ago

305)           <p>
306)           To build <a href="<page projects/torbrowser>">Tor Browser</a>
307)           from source see the
308)           <a href="https://trac.torproject.org/projects/tor/wiki/doc/TorBrowser/Hacking">
traumschule download: link to projects/...

traumschule authored 5 years ago

309)           Tor Browser Hacking Guide</a></p>
traumschule downloads: link to Tor Brow...

traumschule authored 5 years ago

310)         </div>
traumschule download: replace javascrip...

traumschule authored 5 years ago

311)    </article>
312)   </div>
313) </section>
314) <!-- END TOR BROWSER -->
315) 
traumschule download: merge in download...

traumschule authored 5 years ago

316) <!-- START TOR -->
317)  <h1>Download Tor</h1>
318)  <section id="tor" class="accordion download">
319) <!-- START TOR PACKAGE -->
320)   <div id="tor-packages">
321)    <input id="ac-tor-packages" name="accordion-tor-packages" type="checkbox" />
322)    <label for="ac-tor-packages" class="source24">
323)     <h1><a name="tor-packages">Packages</a></h1>
324)    </label>
325)    <article class="ac-small">
326) 
327) <table class="topforty">
328) <thead>
329) <tr bgcolor="#009933" style="color: white; ">
330)   <th colspan="2">Platform</th>
331)   <th>Download Stable</th>
332)   <th>Download Unstable</th>
333)   <th>Installation and Configuration</th>
334) </tr>
335) </thead>
336) 
337) <tr>
338) <td align="center"><img src="$(IMGROOT)/distros/debian.png" alt="Debian"> <img src="$(IMGROOT)/distros/ubuntu.png" alt="Ubuntu"> <img src="$(IMGROOT)/distros/knoppix.png" alt="Knoppix"></td>
339) <td>Debian, Ubuntu, Knoppix</td>
340) <td colspan="2"><a href="<page docs/debian>">repository packages</a> </td>
341) <td> <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a> </td>
342) </tr>
343) 
344) <tr class="beige">
345) <td align="center"><img src="$(IMGROOT)/distros/centos.png" alt="CentOS"> <img src="$(IMGROOT)/distros/fedora.png" alt="Fedora"></td>
346) <td>CentOS and Fedora</td>
347) <td colspan="2">yum install tor / dnf install tor</td>
348) <td> <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a> </td>
349) </tr>
350) 
351) <tr>
352) <td align="center"><img src="$(IMGROOT)/distros/gentoo.png" alt="Gentoo Linux"></td>
353) <td>Gentoo Linux</td>
354) <td colspan="2"><kbd>emerge tor</kbd></td>
355) <td>
356) <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a><br>
357) </td>
358) </tr>
359) 
360) <tr class="beige">
361) <td align="center"><img height="40" src="$(IMGROOT)/distros/slackware.png" alt="Slackware"></td>
362) <td>Slackware</td>
363) <td colspan="2"><a href="https://slackbuilds.org/repository/14.2/network/tor/">SlackBuilds.org</a></td>
364) <td>
365) <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a><br>
366) </td>
367) </tr>
368) 
369) <tr>
370) <td align="center"><img src="$(IMGROOT)/distros/freebsd.png" alt="FreeBSD"></td>
371) <td>FreeBSD</td>
372) <td colspan="2"><kbd>pkg install tor</kbd></td>
373) <td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a></td>
374) </tr>
375) 
376) <tr class="beige">
377) <td align="center"><img src="$(IMGROOT)/distros/openbsd.png" alt="OpenBSD"></td>
378) <td>OpenBSD</td>
379) <td colspan="2"><kbd>pkg_add tor</kbd></td>
380) <td>
381) <a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a><br>
382) <a href="<wiki>doc/OpenbsdChrootedTor">Guide to chrooting Tor in OpenBSD</a>
383) </td>
384) </tr>
385) 
386) <tr>
387) <td align="center"><img src="$(IMGROOT)/distros/netbsd.png" alt="NetBSD"></td>
388) <td>NetBSD</td>
389) <td colspan="2"><kbd>cd /usr/pkgsrc/net/tor &amp;&amp; make install</kbd></td>
390) <td><a href="<page docs/tor-doc-unix>">Linux/BSD/Unix</a></td>
391) </tr>
392) 
393) <tr class="beige">
394) <td align="center"><img src="$(IMGROOT)/distros/terminal.png" alt="Source code"></td>
395) <td>Source tarballs</td>
396) <td>
397) <a href="<package-source-stable>"><version-stable></a>
398)  (<a href="<package-source-stable>.asc">sig</a>)
399) </td>
400) <td>
401) <a href="<package-source-alpha>"><version-alpha></a>
402)  (<a href="<package-source-alpha>.asc">sig</a>)
403) </td>
404) <td><kbd>./configure &amp;&amp; make &amp;&amp; src/or/tor</kbd> (or src/app/tor starting in 0.3.5.x)</td>
405) </tr>
406) 
407) </table>
408)    </article>
409)   </div>
410) <!-- END TOR PACKAGE -->
411) <!-- START TOR SOURCE -->
412)   <div id="tor-source">
413)    <input id="ac-tor-source" name="accordion-tor-source" type="checkbox" />
414)    <label for="ac-tor-source" class="source24">
415)     <h1><a name="tor-source">Source Tarballs</a></h1>
416)    </label>
417)    <article class="ac">
418)            <p style="text-align:center">Build and run with: <code style="color: #666666;">./configure &amp;&amp; make &amp;&amp; src/or/tor</code> (or src/app/tor starting in 0.3.5.x)<br/>
419)              See the <a href="<gitblob>ChangeLog">Changelog</a> for what's new.</p>
420)            <div id="stable" style="margin-left:75px; float: left;">
421)             <h2 style="text-align: center">Stable</h2>
422) 	    <a class="button" href="../dist/tor-<version-stable>.tar.gz"><span class="strong">Stable</span><span class="normal">Version <version-stable></span></a>
423) 	    <div class="sig">
424)               <p>
425) 	      <a href="<gitblob>ReleaseNotes<cgitstable>">Release notes</a> &#x2012; <a href="../dist/tor-<version-stable>.tar.gz.asc">signature</a> &#x2012; <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
426)               </p>
427) 	    </div>
428) 	    <a class="button" href="../dist/tor-<version-oldstable>.tar.gz"><span class="strong">Oldstable</span><span class="normal">Version <version-oldstable></span></a>
429) 	    <div class="sig">
430)               <p>
431)               <a href="<gitblob>ReleaseNotes<cgitoldstable>">Release notes</a> &#x2012; <a href="../dist/tor-<version-oldstable>.tar.gz.asc">signature</a> &#x2012; <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
432)               </p>
433) 	    </div>
434)            </div>
435)            <div id="unstable" class="tor-source">
436)             <h2 style="text-align: center">Unstable</h2>
437) 	    <a class="button" href="../dist/tor-<version-testing>.tar.gz"><span class="strong">Unstable</span><span class="normal">Version <version-testing></span></a>
438) 	    <div class="sig">
439) 	      <a href="../dist/tor-<version-testing>.tar.gz.asc">signature</a> &#x2012; <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
440) 	    </div>
441) 	    <a class="button" href="../dist/tor-<version-beta>.tar.gz"><span class="strong">Unstable</span><span class="normal">Version <version-beta></span></a>
442) 	    <div class="sig">
443) 	      <a href="../dist/tor-<version-beta>.tar.gz.asc">signature</a> &#x2012; <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
444) 	    </div>
445) 	    <a class="button" href="../dist/tor-<version-alpha>.tar.gz"><span class="strong">Unstable</span><span class="normal">Version <version-alpha></span></a>
446) 	    <div class="sig">
447) 	      <a href="../dist/tor-<version-alpha>.tar.gz.asc">signature</a> &#x2012; <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
448) 	    </div>
449)    </article>
450)    <div class="note">
451)     <p>
452)     <a id="ChangeLog"></a><a id="Stable"></a><a id="Testing"></a>
453)     For a list of what has changed in each stable Tor release, see the
454)     <a href="<gitblob>ReleaseNotes<cgitstable>">ReleaseNotes</a>. For a list of
455)     changes in both stable and development versions, see the
456)     <a href="<gitblob>ChangeLog">ChangeLog</a>.
457)     </p>
458)    </div>
459) <!-- END TOR SOURCE -->
460) </div>
461) <!-- END TOR -->
462) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

463) <!-- END DOWNLOADS -->
traumschule download: replace javascrip...

traumschule authored 5 years ago

464) <hr/>
traumschule download: merge in download...

traumschule authored 5 years ago

465) <!-- START NOTES-->
traumschule download: merge in download...

traumschule authored 5 years ago

466) <div id="license" class="note">
traumschule download: merge in download...

traumschule authored 5 years ago

467) <h2>License</h2>
468) <p>
469) Tor is distributed as <a href="http://www.fsf.org/">Free Software</a>
470) under the <a href="<gitblob>LICENSE">3-clause BSD license</a>.
471) </p>
472) <p>
473) There is no fee for installing Tor, or using the Tor network, but
474) if you want Tor to become faster and more usable please consider
475) <a href="<page donate/donate-download>">making a tax-deductible donation to The Tor Project</a>.
476) </p>
477) </div>
478) 
479) <div class="note">
480) <a id="packagediff"></a>
481) <h2><a class="anchor" href="#packagediff">What's the difference between Stable &amp; Unstable?</a></h2>
482) 
483) <p>
484) Stable packages are released when we believe the features and code will
485) not change for many months.
486) </p>
487) <p>
488) Unstable packages are released so you can help us test new features and bugfixes. Even though they have a higher version number
489) than the stable versions listed above, there is a much higher chance of
traumschule download: merge in download...

traumschule authored 5 years ago

490) serious reliability and security bugs in these downloads.  Please be prepared to <a href="https://trac.torproject.org/projects/tor/wiki/doc/community/HowToReportBugFeedback">report bugs</a>.
traumschule download: merge in download...

traumschule authored 5 years ago

491) </p>
492) </div>
493) 
494) <hr/>
495) 
traumschule download: merge in download...

traumschule authored 5 years ago

496) <div id="other" class="note">
traumschule download: merge in download...

traumschule authored 5 years ago

497) <h2>Security updates and alternative download options</h2>
498) <p>
499) To keep informed of security advisories and new stable releases, subscribe
500) to the <a href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-announce">tor-announce
501) mailing list</a> (you will be asked to confirm via email). You can also
502) <a href="http://rss.gmane.org/gmane.network.onion-routing.announce">watch
503) the list's RSS feed</a>.
504) </p>
505) 
506) <p>
507) If you would like to research any past release of Tor source, packages,
508) or other binaries, see <a href="https://archive.torproject.org/">the
509) archive</a>.
510) </p>
511) 
512) <p>
513) If you have trouble downloading Tor from this site, here is a <a
514) href="<page getinvolved/mirrors>">list of sites mirroring the Tor site</a>.
515) </p>
516) </div>
517) <!-- END NOTES -->
518) <hr/>
Andrew Lewman fix up the info blurb, upda...

Andrew Lewman authored 13 years ago

519) <!-- BEGIN WARNING -->
traumschule turn download warnings into...

traumschule authored 5 years ago

520) #include <warning.wmi>
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

521) <!-- END WARNING -->
522) </div>
523) <!-- END MAINCOL -->
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

524) <!-- START SIDECOL -->
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

525) <div id="sidecol-right">
traumschule download: move OS box up, c...

traumschule authored 5 years ago

526)  <div class="img-shadow sidenav-ez">
527)   <div class="sidenav-sub">
528)    <ul>
traumschule download: merge in download...

traumschule authored 5 years ago

529)     <li class="dropdown"><a href="#windows">Microsoft Windows</a></li>
530)     <li class="dropdown"><a href="#apple">Apple OS X</a></li>
531)     <li class="dropdown"><a href="#linux">Linux/Unix</a></li>
532)     <li class="dropdown"><a href="#openbsd">OpenBSD</a></li>
traumschule download: move OS box up, c...

traumschule authored 5 years ago

533)     <li class="dropdown"><a href="#android">Android</a></li>
traumschule download: merge in download...

traumschule authored 5 years ago

534)     <li class="dropdown"><a href="#smartphone">Smartphones</a></li>
535)     <li class="dropdown"><a href="#source">Source</a></li>
536)     <li class="dropdown"><a href="#license">License</a></li>
537)     <li class="dropdown"><a href="#other">Mirrors</a></li>
traumschule download: move OS box up, c...

traumschule authored 5 years ago

538)    </ul>
539)   </div>
540)  </div>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

541) <!-- START DONATION WIDGET -->
traumschule download: move OS box up, c...

traumschule authored 5 years ago

542)  <a href="<page donate/donate-download>"><img src="../images/btn_donateCC_LG.gif"></a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

543) <!-- END DONATION WIDGET -->
544) <!-- START INFO -->
traumschule download: move OS box up, c...

traumschule authored 5 years ago

545)  <div class="img-shadow">
546)   <div class="sidenav-sub">
547)    <h2>Having Trouble?</h2>
548)    <ul>
traumschule download: merge in download...

traumschule authored 5 years ago

549)     <li class="dropdown"><a href="#warning">Check the warnings</a></li>
traumschule download: move OS box up, c...

traumschule authored 5 years ago

550)     <li class="dropdown"><a href="<page docs/documentation>">Read the fine manuals</a></li>
traumschule download: merge in download...

traumschule authored 5 years ago

551)     <li class="dropdown"><a href="<page about/contact>#irc>">Get Support on IRC</a></li>
552)     <li class="dropdown"><a href="https://trac.torproject.org/projects/tor/wiki/doc/community/HowToReportBugFeedback">Report Bugs</a></li>
553)     <li class="dropdown"><a href="#other">Subscribe for Announcements</a></li>
traumschule download: move OS box up, c...

traumschule authored 5 years ago

554)    </ul>
555)   </div>
556)  </div>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

557) <!-- END INFO -->
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

558) </div>
559) <!-- END SIDECOL -->
560) </div>
561) <!-- END CONTENT -->