5790c16d51c5655842e373839e213ad5f07b3594
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>
150) <li>
Mike Perry Try to trim and simplify th...

Mike Perry authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Mike Perry authored 12 years ago

164) 
165) The Tor Browser will block browser plugins such as Java, Flash,
Andrew Lewman update the download warning...

Andrew Lewman authored 12 years ago

166) ActiveX, RealPlayer, Quicktime, Adobe's PDF plugin, and others: they
167) can be manipulated into revealing your IP address. For example, that
Mike Perry Try to trim and simplify th...

Mike Perry authored 12 years ago

168) means Youtube is disabled. If you really need your Youtube, you can
169) <a href="<page torbutton/torbutton-faq>#noflash">reconfigure Torbutton</a>
Andrew Lewman update the download warning...

Andrew Lewman authored 12 years ago

170) to allow it; but be aware that you're opening yourself up to potential
Mike Perry Try to trim and simplify th...

Mike Perry authored 12 years ago

171) attack.
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Mike Perry authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Mike Perry authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Mike Perry authored 12 years ago

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

Andrew Lewman authored 12 years ago

210) Tor tries to prevent attackers from learning what destinations you connect
211) to. It doesn't prevent somebody watching your traffic from learning that
212) you're using Tor. You can mitigate (but not fully resolve) the risk
213) by using a <a href="<page docs/bridges>">Tor bridge relay</a> rather than
214) connecting directly to the public Tor network, but ultimately the best
215) protection here is a social approach: the more Tor users there are near
216) you and the more <a href="<page about/torusers>">diverse</a> their interests,
217) 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

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

235) </div>
Andrew Lewman add the sidebar

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

319) <!-- END CONTENT -->