32584ebc22271eb63f43e90d1ec9b81c61ec3cf9
Andrew Lewman first attempt at download e...

Andrew Lewman authored 13 years ago

1) ## translation metadata
Roger Dingledine somewhere along the line we...

Roger Dingledine authored 13 years ago

2) # Revision: $Revision$
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

3) # Translation-Priority: 3-low
Andrew Lewman first attempt at download e...

Andrew Lewman authored 13 years ago

4) 
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

5) #<!-- ATTENTION TRANSLATOR -->
6) #<!-- You MUST copy '/include/lang.wmi' along with this file! -->
7) 
8) #<!-- TBB DEFAULT LANGUAGE: Change 'en-US' below to your language code (if package exists)-->
9) #<!-- IMPORTANT: You MUST also change the default selection in 'lang.wmi' -->
10) <define-tag lang>en-US</define-tag>
11) 
12) #<!-- Download button text for language enabled packages -->
13) <define-tag button-win-tbb32>Tor Browser 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>
Andrew Lewman update download-easy to han...

Andrew Lewman authored 12 years ago

16) <define-tag button-osx-tbb64>Mac 64-bit (Beta)</define-tag>
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

17) <define-tag button-lin-tbb32>Tor Browser Bundle (Beta)</define-tag>
Andrew Lewman update download-easy to han...

Andrew Lewman authored 12 years ago

18) <define-tag button-lin-tbb64>Linux 64-bit (Beta)</define-tag>
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

19) 
20) #include "dlhead.wmi" TITLE="Download Tor" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
Andrew Lewman first attempt at download e...

Andrew Lewman authored 13 years ago

21) 
Andrew Lewman add in the rest of the page...

Andrew Lewman authored 13 years ago

22) <div id="content" class="clearfix">
Andrew Lewman and we have a new download-...

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 roll out new pages for dona...

Andrew Lewman authored 12 years ago

25) <!-- BEGIN TEASER WARNING -->
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

26)     <div class="warning-top">
27)       <h2>Want Tor to really work?</h2>
28) 	<p>...then please don't just install it and go on.  You need to change some of your habits, and reconfigure your software! Tor by itself is <em>NOT</em> all you need to maintain your anonymity. Read the <a href="#warning">full list of warnings</a>.
29) 	</p>
30)       </div>
31) <!-- END TEASER WARNING -->
32) <!-- START DOWNLOADS -->
33) <!-- START DOWNLOADS -->
34) <!-- START WINDOWS -->
35)       <div class="easy windows">
36) 	<div class="package" style="padding-top: 13px; border-top: 0px;">
37) 	  <form class="downloads">
38) 	    <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>
39) 	    <select name="language" id="win-tbb" class="lang">
40) #include <lang.wmi>
41) 	    </select>
42) 	    <div class="sig" style="margin-bottom: 5px;">
43) 	      <a class="lang-alt" href="<page projects/torbrowser>#Download-torbrowserbundle">Other Languages</a>
44) 	      (<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>
45) 	    </div>
46) 	  </form>
Andrew Lewman patch some oddities for win...

Andrew Lewman authored 12 years ago

47) 	  <div class="desc">
48) 	    <h2>Tor Browser Bundle for Windows</h2>
49) 	    <em>Version <version-torbrowserbundle> - Windows 7, Vista, and XP</em>
50) 	    <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>
51) 	  </div>
Roger Dingledine offer a 64-bit linux link i...

Roger Dingledine authored 12 years ago

52) 	  <p class="alt-dl">Not Using Windows? Download for <a class="mac-alt" href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-dev-osx-i386-<lang>.zip">Mac</a>, <a class="lin-alt" href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-<lang>.tar.gz">Linux</a>, or <a class="lin-alt64" href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-<lang>.tar.gz">Linux 64-bit</a></p>
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

53) 	</div>
54)       </div>
55) <!-- START MAC -->
56)       <div class="easy mac">
57) 	<div class="package" style="padding-top: 13px; border-top: 0px;">
58) 	  <form class="downloads">
Roger Dingledine offer a 64-bit linux link i...

Roger Dingledine authored 12 years ago

59) 	    <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 update download-easy to han...

Andrew Lewman authored 12 years ago

60) 	    <select name="language" id="osx-tbb" class="lang">
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

61) #include <lang.wmi>
62) 	    </select>
63) 	    <div class="sig" style="margin-bottom: 5px;">
64) 	      <a class="lang-alt" href="<page projects/torbrowser>#Download-torbrowserbundleosx">Other Languages</a>
Roger Dingledine offer a 64-bit linux link i...

Roger Dingledine authored 12 years ago

65) 	      (<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 and we have a new download-...

Andrew Lewman authored 12 years ago

66) 	    </div>
67) 	  </form>
Andrew Lewman patch some oddities for win...

Andrew Lewman authored 12 years ago

68) 	  <div class="desc">
69) 	    <h2>Tor Browser Bundle for Mac</h2>
Roger Dingledine offer a 64-bit linux link i...

Roger Dingledine authored 12 years ago

70) 	    <em>Version <version-torbrowserbundleosx32> - OS X</em>
Andrew Lewman patch some oddities for win...

Andrew Lewman authored 12 years ago

71) 	    <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>
72) 	  </div>
Roger Dingledine offer a 64-bit linux link i...

Roger Dingledine authored 12 years ago

73) 	  <p class="alt-dl">Not Using Mac? Download for <a class="win-alt" href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_<lang>.exe">Windows</a>, <a class="lin-alt" href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-<lang>.tar.gz">Linux</a>, or <a class="lin-alt64" href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-<lang>.tar.gz">Linux 64-bit</a></p>
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

74) 	</div>
75)       </div>
Andrew Lewman update download-easy to han...

Andrew Lewman authored 12 years ago

76) <!-- START MAC 64-->
77)       <div class="easy mac">
78) 	<div class="package" style="padding-top: 13px; border-top: 0px;">
79) 	  <form class="downloads">
Roger Dingledine offer a 64-bit linux link i...

Roger Dingledine authored 12 years ago

80) 	    <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 update download-easy to han...

Andrew Lewman authored 12 years ago

81) 	    <select name="language" id="osx-tbb64" class="lang">
82) #include <lang.wmi>
83) 	    </select>
84) 	    <div class="sig" style="margin-bottom: 5px;">
85) 	      <a class="lang-alt" href="<page projects/torbrowser>#Download-torbrowserbundleosx">Other Languages</a>
Roger Dingledine offer a 64-bit linux link i...

Roger Dingledine authored 12 years ago

86) 	      (<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>
Andrew Lewman update download-easy to han...

Andrew Lewman authored 12 years ago

87) 	    </div>
88) 	  </form>
89) 	  <div class="desc">
90) 	    <h2>Tor Browser Bundle for 64-Bit Mac</h2>
Roger Dingledine offer a 64-bit linux link i...

Roger Dingledine authored 12 years ago

91) 	    <em>Version <version-torbrowserbundleosx64> - OS X (64-Bit)</em>
Andrew Lewman update download-easy to han...

Andrew Lewman authored 12 years ago

92) 	    <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>
93) 	  </div>
Roger Dingledine offer a 64-bit linux link i...

Roger Dingledine authored 12 years ago

94) 	  <p class="alt-dl">Not Using Mac? Download for <a class="win-alt64" href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_<lang>.exe">Windows</a>, <a class="lin-alt" href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-<lang>.tar.gz">Linux</a>, or <a class="lin-alt64" href="../dist/torbrowser/linux/tor-browser-gnu-linux-x86_64-<version-torbrowserbundlelinux64>-dev-<lang>.tar.gz">Linux 64-bit</a></p>
Andrew Lewman update download-easy to han...

Andrew Lewman authored 12 years ago

95) 	</div>
96)       </div>
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

97) <!-- START LINUX -->
98)       <div class="easy linux">
99) 	<div class="package" style="padding-top: 13px; border-top: 0px;">
100) 	  <form class="downloads">
101) 	    <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>
102) 	    <select name="language" id="lin-tbb32" class="lang">
103) #include <lang.wmi>
104) 	    </select>
105) 	    <div class="sig" style="margin-bottom: 5px;">
106) 	      <a class="lang-alt" href="<page projects/torbrowser>#Download-torbrowserbundlelinux">Other Languages</a>
107) 	      (<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>
108) 	    </div>
109) 	  </form>
Andrew Lewman patch some oddities for win...

Andrew Lewman authored 12 years ago

110) 	  <div class="desc">
111) 	    <h2>Tor Browser Bundle for Linux</h2>
112) 	    <em>Version <version-torbrowserbundlelinux32> - Linux, Unix, BSD</em>
113) 	    <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>
114) 	  </div>
Roger Dingledine offer a 64-bit linux link i...

Roger Dingledine authored 12 years ago

115) 	  <p class="alt-dl">Not Using Linux? Download for <a class="mac-alt" href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx32>-dev-osx-i386-<lang>.zip">Mac</a> or <a class="win-alt" href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_<lang>.exe">Windows</a></p>
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

116) 	</div>
117)       </div>
Andrew Lewman update download-easy to han...

Andrew Lewman authored 12 years ago

118) <!-- START LINUX 64-Bit -->
119)       <div class="easy linux">
120) 	<div class="package" style="padding-top: 13px; border-top: 0px;">
121) 	  <form class="downloads">
122) 	    <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>
123) 	    <select name="language" id="lin-tbb64" class="lang">
124) #include <lang.wmi>
125) 	    </select>
126) 	    <div class="sig" style="margin-bottom: 5px;">
127) 	      <a class="lang-alt" href="<page projects/torbrowser>#Download-torbrowserbundlelinux">Other Languages</a>
128) 	      (<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>
129) 	    </div>
130) 	  </form>
131) 	  <div class="desc">
132) 	    <h2>Tor Browser Bundle for 64-Bit Linux</h2>
133) 	    <em>Version <version-torbrowserbundlelinux32> - Linux, Unix, BSD (64-Bit)</em>
134) 	    <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>
135) 	  </div>
Roger Dingledine offer a 64-bit linux link i...

Roger Dingledine authored 12 years ago

136) 	  <p class="alt-dl">Not Using Linux? Download for <a class="mac-alt64" href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx64>-dev-osx-x86_64-<lang>.zip">Mac</a> or <a class="win-alt64" href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_<lang>.exe">Windows</a></p>
Andrew Lewman update download-easy to han...

Andrew Lewman authored 12 years ago

137) 	</div>
138)       </div>
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

139)       <p class="all-dl">Looking For Something Else? <a href="<page download/download>">View All Downloads</a></p>
140) <!-- END DOWNLOADS --><br>
141) <!-- BEGIN WARNING -->
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

142) <div class="warning">
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

143) <a name="warning"></a>
144) <a name="Warning"></a>
145) <h2><a class="anchor" href="#warning">Want Tor to really work?</a></h2>
146) <p>...then please don't just install it and go on.  You need to change some of your habits, and reconfigure your software! Tor by itself is <em>NOT</em> all you need to maintain your anonymity. There are several major pitfalls to watch out for:
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

147) </p>
148) 
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

149) <ol>
Mike Perry TBB doesn't make it easy to...

Mike Perry authored 12 years ago

150) 
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

151) <li>
Mike Perry Try to trim and simplify th...

Mike Perry authored 12 years ago

152) 
153) Tor only protects Internet applications that are configured to send their
154) traffic through Tor &mdash; it doesn't magically anonymize all of your traffic
155) just because you install it. We strongly recommend you use the <a href="<page
156) projects/torbrowser>">Tor Browser Bundle</a>. It is pre-configured to protect
157) your privacy and anonymity on the web as long as you're browsing with Tor
158) Browser itself. Almost any other web browser configuration is likely to be
159) unsafe. Similarly, we do not recommend installing additional addons into the
160) Tor Browser, as these may bypass Tor or otherwise impede your anonymity.
161) 
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

162) </li>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

163) 
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

164) <li>
Mike Perry Try to trim and simplify th...

Mike Perry authored 12 years ago

165) 
Mike Perry TBB doesn't make it easy to...

Mike Perry authored 12 years ago

166) The Tor Browser will block browser plugins such as Java, Flash, ActiveX,
167) RealPlayer, Quicktime, Adobe's PDF plugin, and others: they can be manipulated
168) into revealing your IP address. For example, that means Youtube is disabled by
169) default. Youtube provides an experimental <a
170) href="https://www.youtube.com/html5">non-Flash HTML5 mode</a> that works for
171) many videos, but you you must vist that link opt-in manually. Youtube's
172) support for the HTML5 feaure is buggy and incomplete, so we are also working
173) to provide a safe way to temporarily enable Flash in future Tor Browser
174) versions.
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

175) 
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

176) </li>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

177) 
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

178) <li>
Mike Perry Try to trim and simplify th...

Mike Perry authored 12 years ago

179) 
Mike Perry TBB doesn't make it easy to...

Mike Perry authored 12 years ago

180) Similarly, Tor Browser will warn you before automatically opening
Mike Perry Try to trim and simplify th...

Mike Perry authored 12 years ago

181) documents that are handled by external applications. <b>DO NOT IGNORE THIS
182) WARNING</b>. You should be very careful when downloading documents via Tor
183) (especially DOC and PDF files) as these documents can contain Internet
184) resources that will be downloaded outside of Tor by the application that
185) opens them. These documents can be modified by malicious exit nodes, or by
186) someone who is trying to trick you into revealing your non-Tor IP address. If
187) you must work with DOC and/or PDF files, we strongly recommend using a
188) disconnected computer, a <a href="https://www.virtualbox.org/">VirtualBox</a>
189) free <a href="http://virtualboxes.org/">image</a> with networking disabled, or 
190) <a href="http://tails.boum.org/">Tails</a>.
191) 
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

192) </li>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

193) 
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

194) <li>
Mike Perry Try to trim and simplify th...

Mike Perry authored 12 years ago

195) 
196) Tor anonymizes the origin of your traffic, and it encrypts everything between
197) you and the Tor network and everything inside the Tor network, but 
198) <a href="<wikifaq>#SoImtotallyanonymousifIuseTor">it can't encrypt your traffic
199) between the Tor network and its final destination.</a> To help ensure
200) privacy for this last leg, the Tor Browser Bundle includes 
201) <a href="https://www.eff.org/https-everywhere">HTTPS Everywhere</a> to encrypt
202) your communications with a number of major websites, but you should still
203) watch the browser URL bar to ensure that websites you provide sensitive information
204) to display a 
205) <a href="https://support.mozilla.com/en-US/kb/Site%20Identity%20Button">blue or
206) green validation</a>, include <b>https://</b> in the URL bar, 
207) and display the proper name for the current website.
208) 
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

209) </li>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

210) 
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

211) <li>
Mike Perry Try to trim and simplify th...

Mike Perry authored 12 years ago

212) 
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

213) Tor tries to prevent attackers from learning what destinations you connect
214) to. It doesn't prevent somebody watching your traffic from learning that
215) you're using Tor. You can mitigate (but not fully resolve) the risk
216) by using a <a href="<page docs/bridges>">Tor bridge relay</a> rather than
217) connecting directly to the public Tor network, but ultimately the best
218) protection here is a social approach: the more Tor users there are near
219) you and the more <a href="<page about/torusers>">diverse</a> their interests,
220) the less dangerous it will be that you are one of them.
Mike Perry Try to trim and simplify th...

Mike Perry authored 12 years ago

221) 
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

222) </li>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

223) 
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

224) <li> Do not use <a
225) href="https://blog.torproject.org/blog/bittorrent-over-tor-isnt-good-idea">BitTorrent
226) and Tor</a> together.
227) </li>
228) </ol>
229) <br>
230) <p>
231) Be smart and learn more. Understand what Tor does and does not offer.
232) This list of pitfalls isn't complete, and we need your
233) help <a href="<page getinvolved/volunteer>#Documentation">identifying and documenting
234) all the issues</a>.
235) </p>
236) </div>
237) <!-- END WARNING -->
Andrew Lewman get rid of the non-existing...

Andrew Lewman authored 13 years ago

238) </div>
Andrew Lewman add the sidebar

Andrew Lewman authored 13 years ago

239) <!-- END MAINCOL -->
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

240) <!-- START SIDECOL -->
Andrew Lewman add the sidebar

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

242) <!-- START DONATION WIDGET -->
243)   <script async type="text/javascript">
244)   function displayVals() {
245)     var t3 = $("#t3").val();
246)     var amount = $("#amount").val();
247)     if(t3 != 0){
248)       $('#a3').val(amount);
249)       $('#p3').val(1);
250)       $('#cmd').val('_xclick-subscriptions');
251)       $('#item_name').val('Tor Project Membership');
252)       $('#ppinfo').replaceWith('<h6 id="ppinfo"><small>(Requires a PayPal Account)</small></h6>');
253)     }else{
254)       $('#a3').val(0);
255)       $('#p3').val(0);
256)       $('#cmd').val('_donations');
257)       $('#item_name').val('Donation to the Tor Project');
258)       $('#ppinfo').replaceWith('<h6 id="ppinfo" style="height:0px;"></h6>');
259)     }
260)     if( !t3 ) {
261)       $('#cmd').val('_donations');
262)       $('#item_name').val('Donation to the Tor Project');
263)       $('#ppinfo').replaceWith('<h6 id="ppinfo" style="height:0px;"></h6>');
264)     }
265)   }
266)   $(function(){
267)     $("#amount").change(displayVals);
268)     $("#t3").change(displayVals);
269)     displayVals();
270)   });
271)   </script>
272) <form class="dbox dl" action="https://www.paypal.com/cgi-bin/webscr" method="post">
273)     <h2>Donate to Tor</h2>
274)       <p>
275) 	<select name="currency_code" class="cur">
276) 	  <option value="USD" selected="selected">$</option>
277) 	  <option value="EUR">&euro;</option>
278) 	  <option value="GBP">&pound;</option>
279) 	  <option value="YEN">&yen;</option>
280) 	</select>
281) 	<input type="text" id="amount" class="amount" name="amount" value="5" size="10">
282)       </p>
283)       <p>
284) 	<input type="hidden" id="a3" name="a3" value="0">
285) 	  <select id="t3" name="t3">
286) 	    <option value="0">One-time Donation</option>
287) 	    <option value="M">Monthly Subscription</option>
288) 	  </select>
289)       </p>
290)       <p>
291) 	<input type="hidden" id="p3" name="p3" value="1">
292) 	<input type="hidden" name="sra" value="1">
293) 	<input type="hidden" name="src" value="1">
294) 	<input type="hidden" name="no_shipping" value="1">
295) 	<input type="hidden" name="no_note" value="1">
296) 	<input type="hidden" id="cmd" name="cmd" value="_donations">
297) 	<input type="hidden" name="business" value="donations@torproject.org">
298) 	<input type="hidden" id="item_name" name="item_name" value="Donation to the Tor Project">
299) 	<input type="hidden" name="return" value="https://www.torproject.org/donate/thankyou.html">
300) 	<input type="hidden" name="cancel_return" value="https://www.torproject.org/download/download.html">
301)       </p>
302)       <h6 id="ppinfo" style="height:0px;"></h6>
303)       <p>
304) 	<input class="donate-btn" type="submit" name="donate" value="Donate">
305)       </p>
306)       <p><a href="<page donate/donate>">Other donation options...</a></p>
307) </form>
308) <!-- END DONATION WIDGET -->
309) <!-- START INFO -->
Andrew Lewman add the sidebar

Andrew Lewman authored 13 years ago

310) <div class="img-shadow">
311) <div class="sidenav-sub">
312) <h2>Having Trouble?</h2>
313) <ul>
314) <li class="dropdown"><a href="<page docs/documentation>">Read the fine manuals</a></li>
315) </ul>
316) </div>
317) </div>
Andrew Lewman and we have a new download-...

Andrew Lewman authored 12 years ago

318) <!-- END INFO -->
Andrew Lewman add the sidebar

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

320) <!-- END SIDECOL -->
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

322) <!-- END CONTENT -->