5bd3add63c57f92dfa36653f8b4e01a948c01981
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 -->
Matt Pagan Changed non-tag "Tor Browse...

Matt Pagan authored 9 years ago

13) <define-tag button-win-tbb32>Tor Browser</define-tag>
Andrew Lewman apply jeremy's patch for os...

Andrew Lewman authored 12 years ago

14) <define-tag button-win-tbb64>Currently Unused</define-tag>
Matt Pagan Changed non-tag "Tor Browse...

Matt Pagan authored 9 years ago

15) <define-tag button-osx-tbb32>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 -->
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

33) <!-- START DOWNLOADS -->
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

34) <!-- START WINDOWS -->
Andrew Lewman download, js, and css patch...

Andrew Lewman authored 12 years ago

35)       <div id="windows" style="border-top: 0px;" class="accordionButton on">
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

36) 	<span class="windows24">Microsoft Windows</span>
37)       </div>
38)       <div class="accordionContent">
39) 	<div class="fauxhead"></div>
40) <!-- TOR BROWSER BUNDLE -->
Andrew Lewman apply jeremy's patch for os...

Andrew Lewman authored 12 years ago

41) #<!-- NOTE - change language enabled button text at the top of this page -->
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

42) 	<div class="package" style="padding-top: 13px; border-top: 0px;">
43) 	  <form class="downloads">
Erinn Clark update the website for the...

Erinn Clark authored 10 years ago

44) 	    <a class="button win-tbb" href="../dist/torbrowser/<version-torbrowserbundledir>/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

45) 	    <select name="language" id="win-tbb" class="lang">
46) #include <lang.wmi>
47) 	    </select>
48) 	    <div class="sig">
David Fifield Fix download link anchors.

David Fifield authored 9 years ago

49) 	      <a class="lang-alt" href="<page projects/torbrowser>#downloads">Other Languages</a>
Erinn Clark update the website for the...

Erinn Clark authored 10 years ago

50) 	      (<a class="win-tbb-sig" href="../dist/torbrowser/<version-torbrowserbundledir>/torbrowser-install-<version-torbrowserbundle>_<lang>.exe.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

51) 	    </div>
Roger Dingledine fix broken anchor

Roger Dingledine authored 9 years ago

52) 	    <a class="additional" href="<page projects/torbrowser>#downloads-alpha">Download Unstable</a><br />
Erinn Clark update the website for the...

Erinn Clark authored 10 years ago

53) <!--	    <a class="additional" href="../dist/torbrowser/<version-torbrowserbundledir>/tor-browser-<version-torbrowserbundlealpha>_en-US.exe">Download Unstable</a> (<a href="../dist/torbrowser/<version-torbrowserbundledir>/tor-browser-<version-torbrowserbundlealpha>_en-US.exe.asc">sig</a>)-->
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

54) 	  </form>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

55) 
Matt Pagan Changed non-tag "Tor Browse...

Matt Pagan authored 9 years ago

56) 	  <h2>Tor Browser</h2>
Sebastian Hahn Implement #8968

Sebastian Hahn authored 8 years ago

57) 	  <em>Version <version-torbrowserbundle> (<releasedate-torbrowserbundle>) - Windows 10, 8, 7, Vista, and XP</em>
Matt Pagan Dropped the line that encou...

Matt Pagan authored 10 years ago

58) 	  <p>Everything you need to safely browse the Internet. <a href="<page projects/torbrowser>">Learn more &raquo;</a></p>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

59) 	</div>
60) <!-- EXPERT BUNDLE -->
61) 	<div class="package">
62) 	  <div class="downloads">
Roger Dingledine r25716 didn't do anything b...

Roger Dingledine authored 11 years ago

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

Andrew Lewman authored 12 years ago

64) 	    <div class="sig">
Roger Dingledine r25716 didn't do anything b...

Roger Dingledine authored 11 years ago

65) 	      (<a href="<package-win32-stable>.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

66) 	    </div>
67) 	  </div>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

69) 	  <h2>Expert Bundle</h2>
Georg Koppen Bug 17445: State Windows 10...

Georg Koppen authored 8 years ago

70) 	  <em>Windows 10, 8, 7, Vista, XP, 2000, 2003 Server, ME, and Windows 98SE</em>
Matt Pagan Windows installer must be r...

Matt Pagan authored 9 years ago

71) 	  <p>Contains just Tor and nothing else. You'll need to configure Tor and all of your applications manually. This installer must be run as Administrator.</p>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

72) 	</div>
73)       </div>
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

74) <!-- END WINDOWS -->
75) <!-- START OS X -->
Andrew Lewman download, js, and css patch...

Andrew Lewman authored 12 years ago

76)       <div id="apple" class="accordionButton on">
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

77) 	<span class="mac24">Apple OS X</span></div>
78)       <div class="accordionContent">
79) 	<div class="fauxhead"></div>
80) <!-- TOR BROWSER BUNDLE -->
Andrew Lewman apply jeremy's patch for os...

Andrew Lewman authored 12 years ago

81) #<!-- NOTE - change language enabled button text at the top of this page -->
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

82) 	<div class="package" style="padding-top: 13px; border-top: 0px;">
83) 	  <form class="downloads">
Georg Koppen Update dowload links

Georg Koppen authored 8 years ago

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

Andrew Lewman authored 12 years ago

85) 	    <select name="language" id="osx-tbb" class="lang">
86) #include <lang.wmi>
87) 	    </select>
88) 	    <div class="sig">
David Fifield Fix download link anchors.

David Fifield authored 9 years ago

89) 	      <a class="lang-alt" href="<page projects/torbrowser>#downloads">Other Languages</a>
Georg Koppen Update dowload links

Georg Koppen authored 8 years ago

90) 	      (<a class="osx-tbb-sig" href="../dist/torbrowser/<version-torbrowserbundledir>/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

91) 	    </div>
Roger Dingledine fix broken anchor

Roger Dingledine authored 9 years ago

92) 	    <a class="additional" href="<page projects/torbrowser>#downloads-alpha">Download Unstable</a><br />
Sebastian Hahn People like spelling it OS X

Sebastian Hahn authored 9 years ago

93) # Comment out until 64-bit Mac OS X bundles are available again
Erinn Clark comment out more 64-bit osx...

Erinn Clark authored 10 years ago

94) #	    <a class="button osx-tbb64" href="../dist/torbrowser/<version-torbrowserbundledir>/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-<lang>.zip"><span class="strong">Download</span><span class="normal"><button-osx-tbb64></span></a>
95) #	    <select name="language" id="osx-tbb64" class="lang">
96) 
97) # NO #include <lang.wmi>
98) #	    </select>
99) #	    <div class="sig">
David Fifield Fix download link anchors.

David Fifield authored 9 years ago

100) #	      <a class="lang-alt" href="<page projects/torbrowser>#downloads">Other Languages</a>
Sebastian Hahn People like spelling it OS X

Sebastian Hahn authored 9 years ago

101) #<!-- Mac OS X 64. -EC
Erinn Clark comment out more 64-bit osx...

Erinn Clark authored 10 years ago

102) #	      (<a class="osx-tbb64-sig" href="../dist/torbrowser/<version-torbrowserbundledir>/TorBrowser-<version-torbrowserbundleosx64>-osx-x86_64-<lang>.zip.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
103) #	    </div>
104) #	    <a href="<page projects/torbrowser-details>#build">Source Code</a><br />
105) #	    <a class="additional" href="../dist/torbrowser/<version-torbrowserbundledir>/TorBrowser-<version-torbrowserbundleosx32alpha>-osx-i386-en-US.zip">Download Unstable</a> (<a href="../dist/torbrowser/<version-torbrowserbundledir>/TorBrowser-<version-torbrowserbundleosx32alpha>-osx-i386-en-US.zip.asc">sig</a>)
106) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

107) 	  </form>
108) 
Matt Pagan Changed non-tag "Tor Browse...

Matt Pagan authored 9 years ago

109) 	  <h2>Tor Browser</h2>
Sebastian Hahn Implement #8968

Sebastian Hahn authored 8 years ago

110) 	  <em>Version <version-torbrowserbundleosx64> (<releasedate-torbrowserbundleosx64>)- OS X Intel</em>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

111) 	  <p>Everything you need to safely browse the Internet. This package requires no installation. Just extract it and run. <a href="<page projects/torbrowser>">Learn more &raquo;</a></p>
112) 	</div>
George Kadianakis Add the missing Apple OS X...

George Kadianakis authored 11 years ago

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

Andrew Lewman authored 13 years ago

114)  <!-- END OS X -->
115)  <!-- START UNIX -->
Andrew Lewman download, js, and css patch...

Andrew Lewman authored 12 years ago

116)       <div id="linux" class="accordionButton on">
Sebastian Hahn Offend everyone thoroughly

Sebastian Hahn authored 8 years ago

117) 	<span class="linux24">Linux</span></div>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

118)       <div class="accordionContent">
119) 	<div class="fauxhead"></div>
120)   <!-- TOR BROWSER BUNDLE -->
Andrew Lewman apply jeremy's patch for os...

Andrew Lewman authored 12 years ago

121) #<!-- NOTE - change language enabled button text at the top of this page -->
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

122) 	<div class="package" style="padding-top: 13px; border-top: 0px;">
123) 	  <form class="downloads">
Sebastian Hahn Prefer 64bit on Linux

Sebastian Hahn authored 7 years ago

124) 	    <a class="button lin-tbb64" href="../dist/torbrowser/<version-torbrowserbundledir>/tor-browser-linux64-<version-torbrowserbundlelinux64>_<lang>.tar.xz"><span class="strong">Download</span><span class="normal"><button-lin-tbb64></span></a>
125) 	    <select name="language" id="lin-tbb64" class="lang">
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

126) #include <lang.wmi>
127) 	    </select>
128) 	    <div class="sig">
David Fifield Fix download link anchors.

David Fifield authored 9 years ago

129) 	      <a class="lang-alt" href="<page projects/torbrowser>#downloads">Other Languages</a>
Sebastian Hahn Prefer 64bit on Linux

Sebastian Hahn authored 7 years ago

130) 	      (<a class="lin-tbb64-sig" href="../dist/torbrowser/<version-torbrowserbundledir>/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

131) 	    </div>
Sebastian Hahn Prefer 64bit on Linux

Sebastian Hahn authored 7 years ago

132) 	    <a class="additional" href="<page projects/torbrowser>#downloads-alpha">Download Unstable</a><br />
133) <!--	    <a class="additional" href="../dist/torbrowser/<version-torbrowserbundledir>/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64alpha>-dev-en-US.tar.gz">Download Unstable</a> (<a href="../dist/torbrowser/<version-torbrowserbundledir>/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64alpha>-dev-en-US.tar.gz.asc">sig</a>)-->
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

134) 
Sebastian Hahn Prefer 64bit on Linux

Sebastian Hahn authored 7 years ago

135) 	    <a class="button lin-tbb32" href="../dist/torbrowser/<version-torbrowserbundledir>/tor-browser-linux32-<version-torbrowserbundlelinux32>_<lang>.tar.xz"><span class="strong">Download</span><span class="normal"><button-lin-tbb32></span></a>
136) 	    <select name="language" id="lin-tbb32" class="lang">
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

137) #include <lang.wmi>
138) 	    </select>
139) 	    <div class="sig">
David Fifield Fix download link anchors.

David Fifield authored 9 years ago

140) 	      <a class="lang-alt" href="<page projects/torbrowser>#downloads">Other Languages</a>
Sebastian Hahn Prefer 64bit on Linux

Sebastian Hahn authored 7 years ago

141) 	      (<a class="lin-tbb32-sig" href="../dist/torbrowser/<version-torbrowserbundledir>/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

142) 	    </div>
Sebastian Hahn Prefer 64bit on Linux

Sebastian Hahn authored 7 years ago

143) <!--	    <a class="additional" href="../dist/torbrowser/<version-torbrowserbundledir>/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32alpha>-dev-en-US.tar.gz">Download Unstable</a> (<a href="../dist/torbrowser/<version-torbrowserbundledir>/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32alpha>-dev-en-US.tar.gz.asc">sig</a>)<p>-->
144) 
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

145) 	  </form>
146) 
Matt Pagan Changed non-tag "Tor Browse...

Matt Pagan authored 9 years ago

147) 	  <h2>Tor Browser</h2>
Sebastian Hahn Implement #8968

Sebastian Hahn authored 8 years ago

148) 	  <em>Version <version-torbrowserbundlelinux32> (<releasedate-torbrowserbundlelinux32>) - Linux, BSD, and Unix</em>
Andrew Lewman try to resolve #5391.

Andrew Lewman authored 11 years ago

149) 	  <p>Everything you need to safely browse the Internet. This
150) package requires no installation. Just extract it and run. <a
151) href="<page projects/torbrowser>">Learn more &raquo;</a></p>
152) <!-- repo packages -->
153) 	<div class="package" style="border-bottom: 0px;">
154) 	  <div class="downloads">
155) 	    <a class="additional" style="font-weight: bold;"
Andrew Lewman less text is better.

Andrew Lewman authored 11 years ago

156) href="<page download/download-unix>">Tor repositories.</a>
Andrew Lewman try to resolve #5391.

Andrew Lewman authored 11 years ago

157) 	  </div>
158) 
Andrew Lewman try to address ticket 7659

Andrew Lewman authored 11 years ago

159) 	  <h2>Tor (standalone)</h2>
Andrew Lewman try to resolve #5391.

Andrew Lewman authored 11 years ago

160) 	  <p>Install the Tor components yourself, run a relay, create
161) custom configurations. All an apt-get or yum install away.</p>
162) 	</div>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

163) 	</div>
164)       </div>
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

165) <!-- END UNIX -->
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

166) <!-- START SMARTPHONES -->
Andrew Lewman download, js, and css patch...

Andrew Lewman authored 12 years ago

167)       <div id="smartphone" class="accordionButton on">
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

168) 	<span class="smartphone24">Tor for Smartphones</span></div>
169)       <div class="accordionContent">
170) 	<div class="fauxhead"></div>
171) <!-- ANDROID -->
172) 	<div class="package" style="padding-top: 13px; border-top: 0px;">
173) 	  <div class="downloads">
Andrew Lewman fix the android links based...

Andrew Lewman authored 11 years ago

174) 	      <a class="additional" href="<page docs/android>">Installation Instructions</a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

175) 	  </div>
176) 
177) 	  <h2>Android Bundle</h2>
Colin Fixed GooglePlay Orbot link

Colin authored 9 years ago

178) 	  <p>Our software is available for Android-based phones, tablets, and computers from the <a href="https://guardianproject.info/">Guardian Project</a> in their <a href= "https://guardianproject.info/2012/03/15/our-new-f-droid-app-repository/">F-Droid Repository</a> or the <a href="https://play.google.com/store/apps/details?id=org.torproject.android">Google Play Store</a>.</p>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

179) 	</div>
180)       </div>
181) <!-- END SMARTPHONES -->
Sebastian Hahn Move the source code sectio...

Sebastian Hahn authored 13 years ago

182) <!-- BEGIN SOURCE -->
Andrew Lewman download, js, and css patch...

Andrew Lewman authored 12 years ago

183)       <div class="accordionButton on">
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

184) 	<span class="sourcecode24">Source Code</span></div>
185)       <div class="accordionContent">
186) 	<div class="fauxhead"></div>
187) 	<div class="package" style="padding-top: 13px; border-top: 0px; border-bottom: 1px solid #888888;">
188) 	  <div class="downloads">
189) 	    <a class="button" href="../dist/tor-<version-stable>.tar.gz"><span class="strong">Download</span><span class="normal">Source Code</span></a>
190) 	    <div class="sig">
191) 	      (<a href="../dist/tor-<version-stable>.tar.gz.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
192) 	    </div>
193) 	    <a class="button" href="../dist/tor-<version-alpha>.tar.gz"><span class="strong">Download</span><span class="normal">Source Code (Unstable)</span></a>
194) 	    <div class="sig">
195) 	      (<a href="../dist/tor-<version-alpha>.tar.gz.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
196) 	    </div>
197) 	  </div>
198) 
199) 	  <h2>Source Tarball</h2>
200) 	  <p> Configure with: <code style="color: #666666;">./configure &amp;&amp; make &amp;&amp; src/or/tor</code></p>
Matt Pagan linking to git from tags wo...

Matt Pagan authored 9 years ago

201) 	  <p>The current stable version of Tor is <version-stable>. Its <a href="<gitblob>ReleaseNotes<cgitstable>">release notes</a> are available.</p>
Roger Dingledine use the wml link macros we...

Roger Dingledine authored 10 years ago

202) 	  <p>The current unstable/alpha version of Tor is <version-alpha>. Its <a href="<gitblob>ChangeLog">Changelog</a> is available.</p>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

203) 	</div>
204)       </div>
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

205)       <div class="expander"><a href="javascript:void(0)" class="switch">Expand All</a></div>
Sebastian Hahn Move the source code sectio...

Sebastian Hahn authored 13 years ago

206) <!-- END SOURCE -->
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

207) <!-- END DOWNLOADS -->
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

208) <br>
Andrew Lewman fix up the info blurb, upda...

Andrew Lewman authored 13 years ago

209) <!-- BEGIN WARNING -->
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

210) <div class="warning">
211) <a name="warning"></a>
Roger Dingledine support the old anchor name...

Roger Dingledine authored 13 years ago

212) <a name="Warning"></a>
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

213) <h2><a class="anchor" href="#warning">Want Tor to really work?</a></h2>
Mike Perry Add bullet titles for each...

Mike Perry authored 12 years ago

214) 	<p>You need to change some of your habits, as some things won't work exactly as
Mike Perry Fix the download page warni...

Mike Perry authored 12 years ago

215) you are used to.</p>
Andrew Lewman fix up the info blurb, upda...

Andrew Lewman authored 13 years ago

216) 
217) <ol>
Arthur Edelstein Bug 20465: Call it 'Tor Bro...

Arthur Edelstein authored 7 years ago

218) <li><b>Use Tor Browser</b>
Mike Perry Add bullet titles for each...

Mike Perry authored 12 years ago

219) 
220) <p>
Mike Perry Try to trim and simplify th...

Mike Perry authored 12 years ago

221) 
Mike Perry Clean up some more of the w...

Mike Perry authored 12 years ago

222) Tor does not protect all of your computer's Internet traffic when you
223) run it. Tor only protects your applications that are properly configured to
224) send their Internet traffic through Tor. To avoid problems with Tor
225) configuration, we strongly recommend you use the
Matt Pagan Changed non-tag "Tor Browse...

Matt Pagan authored 9 years ago

226) <a href="<page projects/torbrowser>">Tor Browser</a>. It is pre-configured to protect
Arthur Edelstein Bug 20465: Call it 'Tor Bro...

Arthur Edelstein authored 7 years ago

227) your privacy and anonymity on the web as long as you're browsing with Tor
Mike Perry Try to trim and simplify th...

Mike Perry authored 12 years ago

228) Browser itself. Almost any other web browser configuration is likely to be
Mike Perry Clean up some more of the w...

Mike Perry authored 12 years ago

229) unsafe to use with Tor.
Mike Perry Add bullet titles for each...

Mike Perry authored 12 years ago

230) 
231) </p>
Mike Perry Try to trim and simplify th...

Mike Perry authored 12 years ago

232) 
Andrew Lewman fix up the info blurb, upda...

Andrew Lewman authored 13 years ago

233) </li>
234) 
Matt Pagan Cleanup. Added two FAQ entr...

Matt Pagan authored 10 years ago

235) <li><b>Don't torrent over Tor</b>
236) <p>
237) Torrent file-sharing applications have been observed to ignore proxy 
238) settings and make direct connections even when they are told to use Tor. 
239) Even if your torrent application connects only through Tor, you will 
240) often send out your real IP address in the tracker GET request, 
241) because that's how torrents work. Not only do you <a 
242) href="https://blog.torproject.org/blog/bittorrent-over-tor-isnt-good-idea">
Matt Pagan Cleanup; added FAQ entries.

Matt Pagan authored 10 years ago

243) deanonymize your torrent traffic and your other simultaneous Tor web 
244) traffic</a> this way, you also slow down the entire Tor network for everyone else. 
Matt Pagan Cleanup. Added two FAQ entr...

Matt Pagan authored 10 years ago

245) </p>
246) </li>
247) 
Mike Perry Add bullet titles for each...

Mike Perry authored 12 years ago

248) <li><b>Don't enable or install browser plugins</b>
249) 
250) <p>
Mike Perry Try to trim and simplify th...

Mike Perry authored 12 years ago

251) 
Arthur Edelstein Bug 20465: Call it 'Tor Bro...

Arthur Edelstein authored 7 years ago

252) Tor Browser will block browser plugins such as Flash, RealPlayer,
Mike Perry Clean up some more of the w...

Mike Perry authored 12 years ago

253) Quicktime, and others: they can be manipulated into revealing your IP address.
254) Similarly, we do not recommend installing additional addons or plugins into
Arthur Edelstein Bug 20465: Call it 'Tor Bro...

Arthur Edelstein authored 7 years ago

255) Tor Browser, as these may bypass Tor or otherwise harm your anonymity and
Sebastian Hahn youtube no longer breaks wh...

Sebastian Hahn authored 9 years ago

256) privacy.
Andrew Lewman fix up the info blurb, upda...

Andrew Lewman authored 13 years ago

257) 
Mike Perry Add bullet titles for each...

Mike Perry authored 12 years ago

258) </p>
Mike Perry Try to trim and simplify th...

Mike Perry authored 12 years ago

259) 
Andrew Lewman fix up the info blurb, upda...

Andrew Lewman authored 13 years ago

260) </li>
261) 
Mike Perry Add bullet titles for each...

Mike Perry authored 12 years ago

262) <li><b>Use HTTPS versions of websites</b>
Mike Perry Try to trim and simplify th...

Mike Perry authored 12 years ago

263) 
Mike Perry Add bullet titles for each...

Mike Perry authored 12 years ago

264) <p>
Mike Perry Clean up some more of the w...

Mike Perry authored 12 years ago

265) 
266) Tor will encrypt your traffic
Roger Dingledine whee, these links were brok...

Roger Dingledine authored 10 years ago

267) <a href="<page about/overview>#thesolution">to and
Mike Perry Clean up some more of the w...

Mike Perry authored 12 years ago

268) within the Tor network</a>, but the encryption of your traffic to the final
269) destination website depends upon on that website. To help ensure private
Arthur Edelstein Bug 20465: Call it 'Tor Bro...

Arthur Edelstein authored 7 years ago

270) encryption to websites, Tor Browser includes <a
Mike Perry Clean up some more of the w...

Mike Perry authored 12 years ago

271) href="https://www.eff.org/https-everywhere">HTTPS Everywhere</a> to force the
272) use of HTTPS encryption with major websites that support it. However, you
273) should still watch the browser URL bar to ensure that websites you provide
274) sensitive information to display a
Mike Perry Try to trim and simplify th...

Mike Perry authored 12 years ago

275) <a href="https://support.mozilla.com/en-US/kb/Site%20Identity%20Button">blue or
Mike Perry Clean up some more of the w...

Mike Perry authored 12 years ago

276) green URL bar button</a>, include <b>https://</b> in the URL, and display the
Roger Dingledine point to https://www.eff.or...

Roger Dingledine authored 10 years ago

277) proper expected name for the website. Also see EFF's interactive page
278) explaining <a href="https://www.eff.org/pages/tor-and-https">how Tor
279) and HTTPS relate</a>.
Mike Perry Clean up some more of the w...

Mike Perry authored 12 years ago

280) 
Mike Perry Add bullet titles for each...

Mike Perry authored 12 years ago

281) </p>
282) 
283) </li>
284) 
285) <li><b>Don't open documents downloaded through Tor while online</b>
286) 
287) <p>
288) 
Arthur Edelstein Bug 20465: Call it 'Tor Bro...

Arthur Edelstein authored 7 years ago

289) Tor Browser will warn you before automatically opening documents that are
Mike Perry Clean up some more of the w...

Mike Perry authored 12 years ago

290) handled by external applications. <b>DO NOT IGNORE THIS WARNING</b>.  You
291) should be very careful when downloading documents via Tor (especially DOC and
Sebastian Hahn mention that pdf.js is OK

Sebastian Hahn authored 8 years ago

292) PDF files, unless you use the PDF viewer that's built into Tor Browser) as
293) these documents can contain Internet resources that will be downloaded outside
294) of Tor by the application that opens them. This will reveal your non-Tor IP
295) address. If you must work with DOC and/or PDF files, we strongly recommend
296) either using a disconnected computer,
Mike Perry Clean up some more of the w...

Mike Perry authored 12 years ago

297) downloading the free <a href="https://www.virtualbox.org/">VirtualBox</a> and
298) using it with a <a href="http://virtualboxes.org/">virtual machine image</a>
George Kadianakis Fix TAILS links to use HTTP...

George Kadianakis authored 10 years ago

299) with networking disabled, or using <a href="https://tails.boum.org/">Tails</a>.
Mike Perry Clean up some more of the w...

Mike Perry authored 12 years ago

300) Under no circumstances is it safe to use
301) <a href="https://blog.torproject.org/blog/bittorrent-over-tor-isnt-good-idea">BitTorrent
302) and Tor</a> together, however.
Mike Perry Add bullet titles for each...

Mike Perry authored 12 years ago

303) 
304) </p>
Mike Perry Try to trim and simplify th...

Mike Perry authored 12 years ago

305) 
Andrew Lewman fix up the info blurb, upda...

Andrew Lewman authored 13 years ago

306) </li>
Roger Dingledine replay 23239, also lost in...

Roger Dingledine authored 13 years ago

307) 
Mike Perry Add bullet titles for each...

Mike Perry authored 12 years ago

308) <li><b>Use bridges and/or find company</b>
Mike Perry Try to trim and simplify th...

Mike Perry authored 12 years ago

309) 
Mike Perry Add bullet titles for each...

Mike Perry authored 12 years ago

310) <p>
Mike Perry Clean up some more of the w...

Mike Perry authored 12 years ago

311) 
312) Tor tries to prevent attackers from learning what destination websites you
313) connect to. However, by default, it does not prevent somebody watching your Internet
314) traffic from learning that you're using Tor. If this matters to you, you can
315) reduce this risk by configuring Tor to use a <a href="<page docs/bridges>">Tor
316) bridge relay</a> rather than connecting directly to the public Tor network.
317) Ultimately the best protection is a social approach: the more Tor
Andrew Lewman try to resolve #5391.

Andrew Lewman authored 11 years ago

318) users there are near you and the more
319) <a href="<page about/torusers>">diverse</a> their interests, the less
Mike Perry Clean up some more of the w...

Mike Perry authored 12 years ago

320) dangerous it will be that you are one of them. Convince other people to use
321) Tor, too!
322) 
Mike Perry Add bullet titles for each...

Mike Perry authored 12 years ago

323) </p>
Mike Perry Try to trim and simplify th...

Mike Perry authored 12 years ago

324) 
Roger Dingledine replay 23239, also lost in...

Roger Dingledine authored 13 years ago

325) </li>
Andrew Lewman add g. on the download warn...

Andrew Lewman authored 12 years ago

326) 
Andrew Lewman fix up the info blurb, upda...

Andrew Lewman authored 13 years ago

327) </ol>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

328) <br>
Andrew Lewman fix up the info blurb, upda...

Andrew Lewman authored 13 years ago

329) <p>
330) Be smart and learn more. Understand what Tor does and does not offer.
331) This list of pitfalls isn't complete, and we need your
332) help <a href="<page getinvolved/volunteer>#Documentation">identifying and documenting
333) all the issues</a>.
334) </p>
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

335) </div>
336) <!-- END WARNING -->
337) </div>
338) <!-- END MAINCOL -->
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

340) <div id="sidecol-right">
Andrew Lewman try to resolve #5391.

Andrew Lewman authored 11 years ago

341) <div class="img-shadow sidenav">
342) <div class="sidenav-sub">
343) <h2>Jump To:</h2>
344) <ul>
345) <li class="dropdown"><a href="<page
346) download/download>#windows">Microsoft Windows</a></li>
347) <li class="dropdown"><a href="<page download/download>#apple">Apple OS
348) X</a></li>
349) <li class="dropdown"><a href="<page
350) download/download>#linux">Linux/Unix</a></li>
351) <li class="dropdown"><a href="<page
352) download/download>#smartphone">Smartphones</a></li>
353) <li class="dropdown"><a href="<page download/download>#source">Source
354) Code</a></li>
355) </ul>
356) </div>
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

357) </div>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

358) <!-- START DONATION WIDGET -->
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

359)   <script async type="text/javascript">
360)   function displayVals() {
361)     var t3 = $("#t3").val();
362)     var amount = $("#amount").val();
363)     if(t3 != 0){
364)       $('#a3').val(amount);
365)       $('#p3').val(1);
366)       $('#cmd').val('_xclick-subscriptions');
367)       $('#item_name').val('Tor Project Membership');
368)       $('#ppinfo').replaceWith('<h6 id="ppinfo"><small>(Requires a PayPal Account)</small></h6>');
369)     }else{
370)       $('#a3').val(0);
371)       $('#p3').val(0);
372)       $('#cmd').val('_donations');
373)       $('#item_name').val('Donation to the Tor Project');
374)       $('#ppinfo').replaceWith('<h6 id="ppinfo" style="height:0px;"></h6>');
375)     }
376)     if( !t3 ) {
377)       $('#cmd').val('_donations');
378)       $('#item_name').val('Donation to the Tor Project');
379)       $('#ppinfo').replaceWith('<h6 id="ppinfo" style="height:0px;"></h6>');
380)     }
381)   }
382)   $(function(){
383)     $("#amount").change(displayVals);
384)     $("#t3").change(displayVals);
385)     displayVals();
386)   });
387)   </script>
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

388) <form class="dbox dl" action="https://www.paypal.com/cgi-bin/webscr" method="post" style="float:left; margin-bottom:10px;">
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

389)     <h2>Donate to Tor</h2>
390)       <p>
391) 	<select name="currency_code" class="cur">
392) 	  <option value="USD" selected="selected">$</option>
393) 	  <option value="EUR">&euro;</option>
394) 	  <option value="GBP">&pound;</option>
395) 	  <option value="YEN">&yen;</option>
396) 	</select>
397) 	<input type="text" id="amount" class="amount" name="amount" value="5" size="10">
398)       </p>
399)       <p>
400) 	<input type="hidden" id="a3" name="a3" value="0">
401) 	  <select id="t3" name="t3">
402) 	    <option value="0">One-time Donation</option>
403) 	    <option value="M">Monthly Subscription</option>
404) 	  </select>
405)       </p>
406)       <p>
407) 	<input type="hidden" id="p3" name="p3" value="1">
408) 	<input type="hidden" name="sra" value="1">
409) 	<input type="hidden" name="src" value="1">
410) 	<input type="hidden" name="no_shipping" value="1">
411) 	<input type="hidden" name="no_note" value="1">
412) 	<input type="hidden" id="cmd" name="cmd" value="_donations">
413) 	<input type="hidden" name="business" value="donations@torproject.org">
414) 	<input type="hidden" id="item_name" name="item_name" value="Donation to the Tor Project">
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

415) 	<input type="hidden" name="return" value="https://www.torproject.org/donate/thankyou.html">
416) 	<input type="hidden" name="cancel_return" value="https://www.torproject.org/download/download.html">
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

417)       </p>
418)       <h6 id="ppinfo" style="height:0px;"></h6>
419)       <p>
420) 	<input class="donate-btn" type="submit" name="donate" value="Donate">
421)       </p>
422)       <p><a href="<page donate/donate>">Other donation options...</a></p>
423) </form>
424) <!-- END DONATION WIDGET -->
425) <!-- START INFO -->
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

426) <div class="img-shadow">
427) <div class="sidenav-sub">
428) <h2>Having Trouble?</h2>
429) <ul>
430) <li class="dropdown"><a href="<page docs/documentation>">Read the fine manuals</a></li>
431) </ul>
432) </div>
433) </div>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

435) </div>
436) <!-- END SIDECOL -->
437) </div>
438) <!-- END CONTENT -->