a7eda95dce0d3c4c144c8aeb884bc0cfbaec8335
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 -->
13) <define-tag button-win-tbb32>Tor Browser Bundle</define-tag>
14) <define-tag button-win-tbb64>Currently Unused</define-tag>
15) <define-tag button-osx-tbb32>Tor Browser Bundle (Beta)</define-tag>
16) <define-tag button-osx-tbb64>64-bit (Beta)</define-tag>
17) <define-tag button-lin-tbb32>Tor Browser Bundle (Beta)</define-tag>
18) <define-tag button-lin-tbb64>64-bit (Beta)</define-tag>
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">
Andrew Lewman apply jeremy's patch for os...

Andrew Lewman authored 12 years ago

44) 	    <a class="button win-tbb" href="../dist/torbrowser/tor-browser-<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">
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

49) 	      <a class="lang-alt" href="<page projects/torbrowser>#Download-torbrowserbundle">Other Languages</a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

50) 	      (<a class="win-tbb-sig" href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_<lang>.exe.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
51) 	    </div>
52) 	    <a class="additional" href="<page projects/torbrowser-details>#build">Source Code</a>
53) 	  </form>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

55) 	  <h2>Tor Browser Bundle</h2>
56) 	  <em>Version <version-torbrowserbundle> - Windows 7, Vista, and XP</em>
57) 	  <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>
58) 	</div>
59) <!-- VIDALIA BUNDLE -->
60) 	<div class="package">
61) 	  <div class="downloads">
62) 	    <a class="button" href="<package-win32-bundle-stable>"><span class="strong">Download</span><span class="normal">Vidalia Bundle</span></a>
63) 	    <div class="sig">
64) 	      (<a href="<package-win32-bundle-stable>.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
65) 	    </div>
66) 	    <a class="additional" href="<package-win32-bundle-alpha>">Download Unstable</a> (<a href="<package-win32-bundle-alpha>.asc">sig</a>)
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>Vidalia Bundle</h2>
70) 	  <em>Windows 7, Vista, and XP</em>
71) 	  <p>Contains Tor, <a href="<page projects/vidalia>">Vidalia</a>, Polipo, and Torbutton for installation on your system. You need your own Firefox, and you'll need to configure other applications if you want them to use Tor. <a href="<page docs/tor-doc-windows>">Installation Guide &raquo;</a></p>
72) 	</div>
73) <!-- VIDALIA BRIDGE BUNDLE -->
74) 	<div class="package">
75) 	  <div class="downloads">
Erinn Clark add 0.2.2.33 & 0.2.3.4-alph...

Erinn Clark authored 12 years ago

76) 	    <a class="button" href="<package-win32-bridge-bundle-stable>"><span class="strong">Download</span><span class="normal">Vidalia Bridge Bundle (Beta)</span></a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

77) 	    <div class="sig">
Erinn Clark add 0.2.2.33 & 0.2.3.4-alph...

Erinn Clark authored 12 years ago

78) 	      (<a href="<package-win32-bridge-bundle-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

79) 	    </div>
Erinn Clark add 0.2.2.33 & 0.2.3.4-alph...

Erinn Clark authored 12 years ago

80)             <a class="additional" href="<package-win32-bridge-bundle-alpha>">Download Unstable</a> (<a href="<package-win32-bridge-bundle-alpha>.asc">sig</a>)
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

83) 	  <h2>Vidalia Bridge Bundle</h2>
84) 	  <em>Windows 7, Vista, and XP</em>
Karsten Loesing Add relay-/exit-by-default...

Karsten Loesing authored 12 years ago

85) 	  <p>A Vidalia Bundle which is configured to be a <a href="<page docs/bridges>">bridge</a> by default. This helps censored users reach the Tor network.</p>
86) 	</div>
87) <!-- VIDALIA RELAY BUNDLE -->
88) 	<div class="package">
89) 	  <div class="downloads">
Roger Dingledine the windows bridge/exit/rel...

Roger Dingledine authored 12 years ago

90) 	    <a class="button" href="<package-win32-relay-bundle-stable>"><span class="strong">Download</span><span class="normal">Vidalia Relay Bundle (Beta)</span></a>
Karsten Loesing Add relay-/exit-by-default...

Karsten Loesing authored 12 years ago

91) 	    <div class="sig">
Erinn Clark add 0.2.2.33 & 0.2.3.4-alph...

Erinn Clark authored 12 years ago

92) 	      (<a href="<package-win32-relay-bundle-stable>.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
Karsten Loesing Add relay-/exit-by-default...

Karsten Loesing authored 12 years ago

93) 	    </div>
Erinn Clark add 0.2.2.33 & 0.2.3.4-alph...

Erinn Clark authored 12 years ago

94)             <a class="additional" href="<package-win32-relay-bundle-alpha>">Download Unstable</a> (<a href="<package-win32-relay-bundle-alpha>.asc">sig</a>)
Karsten Loesing Add relay-/exit-by-default...

Karsten Loesing authored 12 years ago

95) 	  </div>
96) 
97) 	  <h2>Vidalia Relay Bundle</h2>
98) 	  <em>Windows 7, Vista, and XP</em>
99) 	  <p>A Vidalia Bundle which is configured to be a non-exit <a href="<page docs/tor-doc-relay>">relay</a> by default. This helps grow the Tor network.</p>
100) 	</div>
101) <!-- VIDALIA EXIT BUNDLE -->
102) 	<div class="package">
103) 	  <div class="downloads">
Roger Dingledine the windows bridge/exit/rel...

Roger Dingledine authored 12 years ago

104) 	    <a class="button" href="<package-win32-exit-bundle-stable>"><span class="strong">Download</span><span class="normal">Vidalia Exit Bundle (Beta)</span></a>
Karsten Loesing Add relay-/exit-by-default...

Karsten Loesing authored 12 years ago

105) 	    <div class="sig">
Erinn Clark add 0.2.2.33 & 0.2.3.4-alph...

Erinn Clark authored 12 years ago

106) 	      (<a href="<package-win32-exit-bundle-stable>.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
Karsten Loesing Add relay-/exit-by-default...

Karsten Loesing authored 12 years ago

107) 	    </div>
Erinn Clark add 0.2.2.33 & 0.2.3.4-alph...

Erinn Clark authored 12 years ago

108)             <a class="additional" href="<package-win32-exit-bundle-alpha>">Download Unstable</a> (<a href="<package-win32-exit-bundle-alpha>.asc">sig</a>)
Karsten Loesing Add relay-/exit-by-default...

Karsten Loesing authored 12 years ago

109) 	  </div>
110) 
111) 	  <h2>Vidalia Exit Bundle</h2>
112) 	  <em>Windows 7, Vista, and XP</em>
113) 	  <p>A Vidalia Bundle which is configured to be an <a href="<page docs/tor-doc-relay>">exit relay</a> by default. <strong>Please read these <a href="https://blog.torproject.org/running-exit-node">tips for running an exit node with minimal harassment</a> before you get started!</strong></p>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

114) 	</div>
115) <!-- EXPERT BUNDLE -->
116) 	<div class="package">
117) 	  <div class="downloads">
Erinn Clark get all the expert bundle v...

Erinn Clark authored 12 years ago

118) 	    <a class="button" href="../dist/win32/tor-<version-win32-stable>-win32-1.exe"><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

119) 	    <div class="sig">
Erinn Clark update tor expert bundle ve...

Erinn Clark authored 12 years ago

120) 	      (<a href="../dist/win32/tor-<version-win32-stable>-win32-1.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

121) 	    </div>
Roger Dingledine fix link to win32 expert al...

Roger Dingledine authored 12 years ago

122) 	    <a class="additional" href="../dist/win32/tor-<version-win32-alpha>-win32.exe">Download Unstable</a> (<a href="../dist/win32/tor-<version-win32-alpha>-win32.exe.asc">sig</a>)
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

125) 	  <h2>Expert Bundle</h2>
126) 	  <em>Windows 7, Vista, XP, 2000, 2003 Server, ME, and Windows 98SE</em>
127) 	  <p>Contains just Tor and nothing else. You'll need to configure Tor and all of your applications manually.</p>
128) 	</div>
129)       </div>
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

133) 	<span class="mac24">Apple OS X</span></div>
134)       <div class="accordionContent">
135) 	<div class="fauxhead"></div>
136) <!-- TOR BROWSER BUNDLE -->
Andrew Lewman apply jeremy's patch for os...

Andrew Lewman authored 12 years ago

137) #<!-- 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

138) 	<div class="package" style="padding-top: 13px; border-top: 0px;">
139) 	  <form class="downloads">
Roger Dingledine break version-torbrowserbun...

Roger Dingledine authored 12 years ago

140) 	    <a class="button osx-tbb" href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-dev-osx-i386-<lang>.zip"><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

141) 	    <select name="language" id="osx-tbb" class="lang">
142) #include <lang.wmi>
143) 	    </select>
144) 	    <div class="sig">
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

145) 	      <a class="lang-alt" href="<page projects/torbrowser>#Download-torbrowserbundleosx">Other Languages</a>
Roger Dingledine break version-torbrowserbun...

Roger Dingledine authored 12 years ago

146) 	      (<a class="osx-tbb-sig" href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-dev-osx-i386-<lang>.zip.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

147) 	    </div>
Roger Dingledine break version-torbrowserbun...

Roger Dingledine authored 12 years ago

148) 	    <a class="button osx-tbb64" href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-dev-osx-x86_64-<lang>.zip"><span class="strong">Download</span><span class="normal"><button-osx-tbb64></span></a>
Andrew Lewman apply jeremy's patch for os...

Andrew Lewman authored 12 years ago

149) 	    <select name="language" id="osx-tbb64" class="lang">
Erinn Clark update all versions of tor...

Erinn Clark authored 12 years ago

150) #include <lang.wmi>
151) 	    </select>
152) 	    <div class="sig">
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

153) 	      <a class="lang-alt" href="<page projects/torbrowser>#Download-torbrowserbundleosx">Other Languages</a>
Roger Dingledine break version-torbrowserbun...

Roger Dingledine authored 12 years ago

154) 	      (<a class="osx-tbb64-sig" href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-dev-osx-x86_64-<lang>.zip.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
Erinn Clark update all versions of tor...

Erinn Clark authored 12 years ago

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

Andrew Lewman authored 12 years ago

156) 	    <a href="<page projects/torbrowser-details>#build">Source Code</a>
157) 	  </form>
158) 
159) 	  <h2>Tor Browser Bundle</h2>
Roger Dingledine break version-torbrowserbun...

Roger Dingledine authored 12 years ago

160) 	  <em>Version <version-torbrowserbundleosx32> - OS X Intel</em>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

161) 	  <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>
162) 	</div>
163) <!-- VIDALIA BUNDLE -->
164) 	<div class="package">
165) 	  <div class="downloads">
166) 	    <a class="button" href="<package-osx-x86-bundle-stable>"><span class="strong">Download</span><span class="normal">OS X Intel</span></a>
167) 	    <div class="sig">
168) 	      (<a href="<package-osx-x86-bundle-stable>.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
169) 	    </div>
170) 	    <a class="button" href="<package-osx-ppc-bundle-stable>"><span class="strong">Download</span><span class="normal">OS X Power PC</span></a>
171) 	    <div class="sig">
172) 	      (<a href="<package-osx-ppc-bundle-stable>.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
173) 	    </div>
174) 	    Download Unstable<br /><a class="additional" href="<package-osx-x86-bundle-alpha>">OS X Intel</a> (<a href="<package-osx-x86-bundle-alpha>.asc">sig</a>)<br /><a class="additional" href="<package-osx-ppc-bundle-alpha>">OS X PowerPC</a> (<a href="<package-osx-ppc-bundle-alpha>.asc">sig</a>)
175) 	  </div>
176) 
177) 	  <h2>Vidalia Bundle</h2>
178) 	  <em>OS X Intel, OS X Power PC</em>
179) 	  <p>Contains Tor, <a href="<page projects/vidalia>">Vidalia</a>, Polipo, and Torbutton for installation on your system. You need your own Firefox, and you'll need to configure other applications if you want them to use Tor. <a href="<page docs/tor-doc-osx>">Installation Guide &raquo;</a></p>
180) 	</div>
181)       </div>
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

185) 	<span class="linux24">Linux, BSD, &amp; Unix</span></div>
186)       <div class="accordionContent">
187) 	<div class="fauxhead"></div>
188)   <!-- TOR BROWSER BUNDLE -->
Andrew Lewman apply jeremy's patch for os...

Andrew Lewman authored 12 years ago

189) #<!-- 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

190) 	<div class="package" style="padding-top: 13px; border-top: 0px;">
191) 	  <form class="downloads">
Andrew Lewman apply jeremy's patch for os...

Andrew Lewman authored 12 years ago

192) 	    <a class="button lin-tbb32" href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-<lang>.tar.gz"><span class="strong">Download</span><span class="normal"><button-lin-tbb32></span></a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

193) 	    <select name="language" id="lin-tbb32" class="lang">
194) #include <lang.wmi>
195) 	    </select>
196) 	    <div class="sig">
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

197) 	      <a class="lang-alt" href="<page projects/torbrowser>#Download-torbrowserbundlelinux">Other Languages</a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

198) 	      (<a class="lin-tbb32-sig" href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-<lang>.tar.gz.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
199) 	    </div>
200) 
Andrew Lewman apply jeremy's patch for os...

Andrew Lewman authored 12 years ago

201) 	    <a class="button lin-tbb64" href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-<lang>.tar.gz"><span class="strong">Download</span><span class="normal"><button-lin-tbb64></span></a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

202) 	    <select name="language" id="lin-tbb64" class="lang">
203) #include <lang.wmi>
204) 	    </select>
205) 	    <div class="sig">
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

206) 	      <a class="lang-alt" href="<page projects/torbrowser>#Download-torbrowserbundlelinux">Other Languages</a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

207) 	      (<a class="lin-tbb64-sig" href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-<lang>.tar.gz.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
208) 	    </div>
209) 	    <a class="additional" href="<page projects/torbrowser-details>#build">Source Code</a>
210) 	  </form>
211) 
212) 	  <h2>Tor Browser Bundle</h2>
213) 	  <em>Version <version-torbrowserbundlelinux32> - Linux, BSD, and Unix</em>
214) 	  <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>
215) 	  <p>Use <a href="<page download/download-unix>">our repositories</a> for all other Tor-related software.</p>
216) 	</div>
217)       </div>
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

221) 	<span class="smartphone24">Tor for Smartphones</span></div>
222)       <div class="accordionContent">
223) 	<div class="fauxhead"></div>
224) <!-- ANDROID -->
225) 	<div class="package" style="padding-top: 13px; border-top: 0px;">
226) 	  <div class="downloads">
Andrew Lewman fix the android package path.

Andrew Lewman authored 12 years ago

227) 	    <a class="button" style="margin-bottom: 5px;" href="../<package-androidbundle-alpha>"><span class="strong">Download</span><span class="normal">Android Bundle</span></a>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

228) 	    <a class="additional" href="<page docs/android>">Installation Instructions</a>
229) 	  </div>
230) 
231) 	  <h2>Android Bundle</h2>
232) 	  <p>For Android-based phones, tablets, and computers.</p>
233) 	</div>
234) <!-- iOS -->
235) 	<div class="package">
236) 	  <div class="downloads" style="padding-top: 20px;">
237) 	    <a class="additional" style="font-weight: bold;" href="http://sid77.slackware.it/iphone/">Test Packages by Marco</a>
238) 	  </div>
239) 
240) 	  <h2>Tor for Apple iOS</h2>
241) 	  <p>For iPhone, iPod Touch, and iPad.</p>
242) 	</div>
243) <!-- Nokia -->
244) 	<div class="package" style="border-bottom: 0px;">
245) 	  <div class="downloads">
246) 	    <a class="additional" style="font-weight: bold;" href="<page docs/N900>">Experimental Instructions</a>
247) 	  </div>
248) 
249) 	  <h2>Nokia Maemo/N900</h2>
250) 	</div>
251)       </div>
252) <!-- END SMARTPHONES -->
Sebastian Hahn Move the source code sectio...

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

255) 	<span class="sourcecode24">Source Code</span></div>
256)       <div class="accordionContent">
257) 	<div class="fauxhead"></div>
258) 	<div class="package" style="padding-top: 13px; border-top: 0px; border-bottom: 1px solid #888888;">
259) 	  <div class="downloads">
260) 	    <a class="button" href="../dist/tor-<version-stable>.tar.gz"><span class="strong">Download</span><span class="normal">Source Code</span></a>
261) 	    <div class="sig">
262) 	      (<a href="../dist/tor-<version-stable>.tar.gz.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
263) 	    </div>
264) 	    <a class="button" href="../dist/tor-<version-alpha>.tar.gz"><span class="strong">Download</span><span class="normal">Source Code (Unstable)</span></a>
265) 	    <div class="sig">
266) 	      (<a href="../dist/tor-<version-alpha>.tar.gz.asc">sig</a>) <a class="siginfo" href="<page docs/verifying-signatures>">What's This?</a>
267) 	    </div>
268) 	  </div>
269) 
270) 	  <h2>Source Tarball</h2>
271) 	  <p> Configure with: <code style="color: #666666;">./configure &amp;&amp; make &amp;&amp; src/or/tor</code></p>
Roger Dingledine 0.2.1 is no longer the stab...

Roger Dingledine authored 12 years ago

272) 	  <p>The current stable version of Tor is <version-stable>. Its <a href="https://gitweb.torproject.org/tor.git/blob/release-0.2.2:/ReleaseNotes">release notes</a> are available.</p>
Sebastian Hahn Attempt to link to the corr...

Sebastian Hahn authored 12 years ago

273) 	  <p>The current unstable/alpha version of Tor is <version-alpha>. Its <a href="https://gitweb.torproject.org/tor.git/blob/tor-<version-alpha>:/ChangeLog">Changelog</a> is available.</p>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

274) 	</div>
275)       </div>
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

276)       <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

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

284) <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

285) 	<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

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

Andrew Lewman authored 13 years ago

287) 
288) <ol>
Mike Perry Add bullet titles for each...

Mike Perry authored 12 years ago

289) <li><b>Use the Tor Browser</b>
290) 
291) <p>
Mike Perry Try to trim and simplify th...

Mike Perry authored 12 years ago

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

Mike Perry authored 12 years ago

293) Tor does not protect all of your computer's Internet traffic when you
294) run it. Tor only protects your applications that are properly configured to
295) send their Internet traffic through Tor. To avoid problems with Tor
296) configuration, we strongly recommend you use the
297) <a href="<page projects/torbrowser>">Tor Browser Bundle</a>. It is pre-configured to protect
298) your privacy and anonymity on the web as long as you're browsing with the Tor
Mike Perry Try to trim and simplify th...

Mike Perry authored 12 years ago

299) 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

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

Mike Perry authored 12 years ago

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

Mike Perry authored 12 years ago

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

Andrew Lewman authored 13 years ago

304) </li>
305) 
Mike Perry Add bullet titles for each...

Mike Perry authored 12 years ago

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

Mike Perry authored 12 years ago

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

Mike Perry authored 12 years ago

310) The Tor Browser will block browser plugins such as Flash, RealPlayer,
311) Quicktime, and others: they can be manipulated into revealing your IP address.
312) Similarly, we do not recommend installing additional addons or plugins into
313) the Tor Browser, as these may bypass Tor or otherwise harm your anonymity and
314) privacy. The lack of plugins means that Youtube videos are blocked by default,
315) but Youtube does provide an experimental opt-in feature
316) <a href="https://www.youtube.com/html5">(enable it here)</a> that works for some
317) videos.
Andrew Lewman fix up the info blurb, upda...

Andrew Lewman authored 13 years ago

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

Mike Perry authored 12 years ago

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

Mike Perry authored 12 years ago

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

Andrew Lewman authored 13 years ago

321) </li>
322) 
Mike Perry Add bullet titles for each...

Mike Perry authored 12 years ago

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

Mike Perry authored 12 years ago

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

Mike Perry authored 12 years ago

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

Mike Perry authored 12 years ago

326) 
327) Tor will encrypt your traffic
328) <a href="https://www.torproject.org/about/overview.html.en#thesolution">to and
329) within the Tor network</a>, but the encryption of your traffic to the final
330) destination website depends upon on that website. To help ensure private
331) encryption to websites, the Tor Browser Bundle includes <a
332) href="https://www.eff.org/https-everywhere">HTTPS Everywhere</a> to force the
333) use of HTTPS encryption with major websites that support it. However, you
334) should still watch the browser URL bar to ensure that websites you provide
335) sensitive information to display a
Mike Perry Try to trim and simplify th...

Mike Perry authored 12 years ago

336) <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

337) green URL bar button</a>, include <b>https://</b> in the URL, and display the
338) proper expected name for the website.
339) 
Mike Perry Add bullet titles for each...

Mike Perry authored 12 years ago

340) </p>
341) 
342) </li>
343) 
344) <li><b>Don't open documents downloaded through Tor while online</b>
345) 
346) <p>
347) 
Mike Perry Clean up some more of the w...

Mike Perry authored 12 years ago

348) The Tor Browser will warn you before automatically opening documents that are
349) handled by external applications. <b>DO NOT IGNORE THIS WARNING</b>.  You
350) should be very careful when downloading documents via Tor (especially DOC and
351) PDF files) as these documents can contain Internet resources that will be
352) downloaded outside of Tor by the application that opens them. This will reveal
353) your non-Tor IP address. If you must work with DOC and/or PDF files, we
354) strongly recommend either using a disconnected computer,
355) downloading the free <a href="https://www.virtualbox.org/">VirtualBox</a> and
356) using it with a <a href="http://virtualboxes.org/">virtual machine image</a>
357) with networking disabled, or using <a href="http://tails.boum.org/">Tails</a>.
358) Under no circumstances is it safe to use
359) <a href="https://blog.torproject.org/blog/bittorrent-over-tor-isnt-good-idea">BitTorrent
360) and Tor</a> together, however.
Mike Perry Add bullet titles for each...

Mike Perry authored 12 years ago

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

Mike Perry authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Mike Perry authored 12 years ago

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

Mike Perry authored 12 years ago

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

Mike Perry authored 12 years ago

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

Mike Perry authored 12 years ago

369) 
370) Tor tries to prevent attackers from learning what destination websites you
371) connect to. However, by default, it does not prevent somebody watching your Internet
372) traffic from learning that you're using Tor. If this matters to you, you can
373) reduce this risk by configuring Tor to use a <a href="<page docs/bridges>">Tor
374) bridge relay</a> rather than connecting directly to the public Tor network.
375) Ultimately the best protection is a social approach: the more Tor
376) users there are near you and the more 
377) <a href="<page about/torusers>">diverse</a> their interests, the less 
378) dangerous it will be that you are one of them. Convince other people to use
379) Tor, too!
380) 
Mike Perry Add bullet titles for each...

Mike Perry authored 12 years ago

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

Mike Perry authored 12 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Mike Perry authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

394) </div>
395) <!-- END WARNING -->
396) </div>
397) <!-- END MAINCOL -->
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

399) <div id="sidecol-right">
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

400) <div class="img-shadow sidenav"> 
401) <div class="sidenav-sub"> 
402) <h2>Jump To:</h2> 
403) <ul> 
404) <li class="dropdown"><a href="<page download/download>#windows">Microsoft Windows</a></li> 
405) <li class="dropdown"><a href="<page download/download>#apple">Apple OS X</a></li> 
406) <li class="dropdown"><a href="<page download/download>#linux">Linux/Unix</a></li> 
407) <li class="dropdown"><a href="<page download/download>#smartphone">Smartphones</a></li> 
408) <li class="dropdown"><a href="<page download/download>#source">Source Code</a></li> 
409) </ul> 
410) </div> 
411) </div>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

413)   <script async type="text/javascript">
414)   function displayVals() {
415)     var t3 = $("#t3").val();
416)     var amount = $("#amount").val();
417)     if(t3 != 0){
418)       $('#a3').val(amount);
419)       $('#p3').val(1);
420)       $('#cmd').val('_xclick-subscriptions');
421)       $('#item_name').val('Tor Project Membership');
422)       $('#ppinfo').replaceWith('<h6 id="ppinfo"><small>(Requires a PayPal Account)</small></h6>');
423)     }else{
424)       $('#a3').val(0);
425)       $('#p3').val(0);
426)       $('#cmd').val('_donations');
427)       $('#item_name').val('Donation to the Tor Project');
428)       $('#ppinfo').replaceWith('<h6 id="ppinfo" style="height:0px;"></h6>');
429)     }
430)     if( !t3 ) {
431)       $('#cmd').val('_donations');
432)       $('#item_name').val('Donation to the Tor Project');
433)       $('#ppinfo').replaceWith('<h6 id="ppinfo" style="height:0px;"></h6>');
434)     }
435)   }
436)   $(function(){
437)     $("#amount").change(displayVals);
438)     $("#t3").change(displayVals);
439)     displayVals();
440)   });
441)   </script>
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

442) <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

443)     <h2>Donate to Tor</h2>
444)       <p>
445) 	<select name="currency_code" class="cur">
446) 	  <option value="USD" selected="selected">$</option>
447) 	  <option value="EUR">&euro;</option>
448) 	  <option value="GBP">&pound;</option>
449) 	  <option value="YEN">&yen;</option>
450) 	</select>
451) 	<input type="text" id="amount" class="amount" name="amount" value="5" size="10">
452)       </p>
453)       <p>
454) 	<input type="hidden" id="a3" name="a3" value="0">
455) 	  <select id="t3" name="t3">
456) 	    <option value="0">One-time Donation</option>
457) 	    <option value="M">Monthly Subscription</option>
458) 	  </select>
459)       </p>
460)       <p>
461) 	<input type="hidden" id="p3" name="p3" value="1">
462) 	<input type="hidden" name="sra" value="1">
463) 	<input type="hidden" name="src" value="1">
464) 	<input type="hidden" name="no_shipping" value="1">
465) 	<input type="hidden" name="no_note" value="1">
466) 	<input type="hidden" id="cmd" name="cmd" value="_donations">
467) 	<input type="hidden" name="business" value="donations@torproject.org">
468) 	<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

469) 	<input type="hidden" name="return" value="https://www.torproject.org/donate/thankyou.html">
470) 	<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

471)       </p>
472)       <h6 id="ppinfo" style="height:0px;"></h6>
473)       <p>
474) 	<input class="donate-btn" type="submit" name="donate" value="Donate">
475)       </p>
476)       <p><a href="<page donate/donate>">Other donation options...</a></p>
477) </form>
478) <!-- END DONATION WIDGET -->
479) <!-- START INFO -->
Andrew Lewman in response to ticket 2143,...

Andrew Lewman authored 13 years ago

480) <div class="img-shadow">
481) <div class="sidenav-sub">
482) <h2>Having Trouble?</h2>
483) <ul>
484) <li class="dropdown"><a href="<page docs/documentation>">Read the fine manuals</a></li>
485) </ul>
486) </div>
487) </div>
Andrew Lewman new download page layout fr...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

489) </div>
490) <!-- END SIDECOL -->
491) </div>
492) <!-- END CONTENT -->