4201c9cd1b56e8de1ec4730ec6c81160cc9820c0
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) 
Sebastian Hahn Remove the ANNOUNCE_RSS hac...

Sebastian Hahn authored 12 years ago

5) #include "head.wmi" TITLE="Tor Project: Donate to Tor" CHARSET="UTF-8"
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

6) <div id="content" class="clearfix">
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

7)   <div id="breadcrumbs">
Andrew Lewman change all of the breadcrum...

Andrew Lewman authored 13 years ago

8)     <a href="<page index>">Home &raquo; </a>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

9)     <a href="<page donate/donate>">Donate</a>
10)   </div>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

11) <div id="maincol">
12)   <h1>Make A Donation</h1>
Andrew Lewman fix the donation links.

Andrew Lewman authored 13 years ago

13)    <p><strong>Your support is critical to our success.</strong> The
Roger Dingledine r25737 was a revert of r256...

Roger Dingledine authored 11 years ago

14)    Tor Project is a US 501(c)(3) non-profit dedicated to research,
15)    development, and education about online anonymity and privacy. Donations
Andrew Lewman fix the donation links.

Andrew Lewman authored 13 years ago

16)    to The Tor Project may be tax deductible to persons who are in the
17)    US; or who pay taxes in countries with reciprocity with the US on
Andrew Lewman clarify direct donations.

Andrew Lewman authored 10 years ago

18)    charitable donations. Our tax ID number is 20-8096820. We are listed on
Andrew Lewman first attempt at ticket 10279.

Andrew Lewman authored 10 years ago

19)   <a href="http://www2.guidestar.org/organizations/20-8096820/tor-project.aspx">GuideStar</a>.</p>
20) 
21)    <p>We're happy to have you shop and indirectly support us via <a
22) href="http://www.printfection.com/torprojectstore">The Tor Store</a> or
23) <a href="http://smile.amazon.com/ch/20-8096820">Amazon Smile</a>. A
24) portion of the proceeds go to us to help fund development and keep us
25) working to create more Tor for you.</p>
26) 
Andrew Lewman clarify direct donations.

Andrew Lewman authored 10 years ago

27)    We're happy to accept direct donations via:</p>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

28)   <ul class="hlist">
Andrew Lewman make the list of ways to do...

Andrew Lewman authored 13 years ago

29)     <li><a href="#paypal">Paypal</a></li>
30)     <li><a href="#amazon">Amazon Payments</a></li>
Andrew Lewman add dwolla donation option.

Andrew Lewman authored 11 years ago

31)     <li><a href="#dwolla">Dwolla</a></li>
Andrew Lewman make the list of ways to do...

Andrew Lewman authored 13 years ago

32)     <li><a href="#givv">Givv.org</a></li>
Andrew Lewman remove more sophisticated t...

Andrew Lewman authored 10 years ago

33)     <li><a href="#cash">checks, money orders, or bank transfers</a></li>
Andrew Lewman redirect bitcoin donations...

Andrew Lewman authored 12 years ago

34)     <li class="last"><a href="#bitcoin">bitcoin</a></li>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

35)   </ul>
Andrew Lewman first attempt at ticket 10279.

Andrew Lewman authored 10 years ago

36)     <p>Contact us at donations@torproject.org for more donation details.</p>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

37) <!-- BEGIN PAYPAL -->
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

38) <script type="text/javascript" src="$(DOCROOT)/js/jquery.min.js"></script>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

39) <script type="text/javascript">
40) function displayVals() {
41)       var t3 = jQuery('#t3').val();
42)       var amount = jQuery('#amount').val();
43) 		var radioVal = jQuery('input[@name="amount"]:checked').val();
44)       if(t3 != 0){
Andrew Lewman clean up and close ticket 2...

Andrew Lewman authored 11 years ago

45)        if( !amount ) {
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

46) 		    jQuery('#a3').val(radioVal);
47) 		 }else{
48) 		    jQuery('#a3').val(amount);
49) 		 }
50) 	    jQuery('#p3').val(1);
51) 		 jQuery('#cmd').val('_xclick-subscriptions');
52) 		 jQuery('#item_name').val('Tor Project Membership');
53) 		 jQuery('#ppinfo').replaceWith('<small id="ppinfo">Requires a PayPal Account</small>');
54) 	  }else{
55)   	  	jQuery('#a3').val(0);
56) 	  	jQuery('#p3').val(0);
57) 		jQuery('#cmd').val('_donations');
58)    	jQuery('#item_name').val('Donation to the Tor Project');
59) 		jQuery('#ppinfo').replaceWith('<small id="ppinfo">Does Not Require a PayPal Account</small>');
60) 	  }
61) 	  if( !t3 ) {
62)       jQuery('#cmd').val('_donations');
63)    	jQuery('#item_name').val('Donation to the Tor Project');
64) 		jQuery('#ppinfo').replaceWith('<small id="ppinfo">Does Not Require a PayPal Account</small>');
65)      }
66) }
67) 
68) jQuery(function(){
69)  	jQuery("input[@name='amount']:checked").change(displayVals);
70)  	jQuery("#amount").change(displayVals);
71)  	jQuery("#t3").change(displayVals);
72)  	displayVals();
73) 
74) });
75) </script>
76) 
77)   <div class="hundred toptwenty">
78) 	<div class="dbox donate">
79)     <a name="paypal"></a>
80) 		<h3>Donate via PayPal</h3>
81) 	   <form id="donate" action="https://www.paypal.com/cgi-bin/webscr" method="post">
82) 		  <p class="type">
83) 			<label for="type">Donation Type:</label>
84) 			<select id="t3" name="t3">
85) 			 <option value="0">One-time Donation</option>
86) 			 <option value="M">Monthly Subscription</option>
Andrew Lewman clean up and close ticket 2...

Andrew Lewman authored 11 years ago

87) 			</select>
88) 			<small id="ppinfo">Does Not Require a PayPal
89) Account</small>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

90) 		  </p>
91) 	      <div class="drow">
92) 	 		 <div>
93) 	        <span>
94) 		      <select name="currency_code" class="cur">
95) 			    <option value="USD" selected="selected">$</option>
96) 			    <option value="EUR">&euro;</option>
97) 			    <option value="GBP">&pound;</option>
98) 			    <option value="YEN">&yen;</option>
99) 			   </select>
100) 			  </span>
Andrew Lewman clean up and close ticket 2...

Andrew Lewman authored 11 years ago

101) 			  <ul class="amounts">
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 13 years ago

102) 		      <li><input type="radio" class="radio" name="amount" value="2000.00"><label for="2000">2000</label></li>
103) 	  	      <li><input type="radio" class="radio" name="amount" value="1000.00"><label for="1000">1000</label></li>
104) 		      <li><input type="radio" class="radio" name="amount" value="500.00"><label for="500">500</label></li>
105) 		      <li><input type="radio" class="radio" name="amount" value="250.00"><label for="250">250</label></li>
Andrew Lewman try an experiment in donati...

Andrew Lewman authored 11 years ago

106) 		      <li><input type="radio" class="radio" name="amount" value="100.00" checked="checked"><label for="100">100</label></li>
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 13 years ago

107) 		      <li><input type="radio" class="radio" name="amount" value="50.00"><label for="50">50</label></li>
Andrew Lewman try an experiment in donati...

Andrew Lewman authored 11 years ago

108) 		      <li><input type="radio" class="radio" name="amount" value="20.00"><label for="20">20</label></li>
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 13 years ago

109) 		      <li><input type="radio" class="radio" name="amount" value="10.00"><label for="10">10</label></li>
110) 		      <li><input type="radio" class="radio" name="amount" value="5.00"><label for="5">5</label></li>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

111) 		    </ul>
112) 		   </div>
113) 		   <div>
114) 		    <label for="custom">or enter a donation amount:</label><input type="text" id="amount" class="amount" name="amount">
Andrew Lewman update the paypal image, fi...

Andrew Lewman authored 11 years ago

115) 			 <input type="hidden" id="a3" name="a3" value="0">
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

116) 			 <input class="donate-btn" type="submit" name="donate" value="Donate" alt="Subscribe to Tor with PayPal - it's fast, free and secure!">
117) 	       <!-- <input type="image" src="../images/btn_donateCC_LG.gif" name="submit" alt="Subscribe to Tor with PayPal - it's fast, free and secure!"> -->
118) 		   </div>
119) 		     <input type="hidden" id="p3" name="p3" value="1">
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

120) 		     <input type="hidden" name="sra" value="1">
121) 		     <input type="hidden" name="src" value="1">
122) 		     <input type="hidden" name="no_shipping" value="1">
123) 		     <input type="hidden" name="no_note" value="1">
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

124) 		     <input type="hidden" id="cmd" name="cmd" value="_donations">
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

125) 		     <input type="hidden" name="business" value="donations@torproject.org">
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

126) 		     <input type="hidden" id="item_name" name="item_name" value="Donation to the Tor Project">
Andrew Lewman update the paypal image, fi...

Andrew Lewman authored 11 years ago

127) 		     <input type="hidden" name="return" value="https://www.torproject.org/donate/thankyou">
128) 		     <input type="hidden" name="cancel_return" value="https://www.torproject.org/getinvolved/volunteer">
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

129) 		  </div>
130) 	 </form>
131) 	</div>
132)   </div>
133) <!-- END PAYPAL -->
134)   <div class="hundred toptwenty">
135) <!-- BEGIN AMAZON -->
136)     <a name="amazon"></a>
137) 	 <div class="dbox dsmall">
138) 		<h3>Donate via Amazon Payments</h3>
139) 	    <form action="https://authorize.payments.amazon.com/pba/paypipeline" method="post">
140) 	      <div class="drow toppad">
141) 		    <div>
142) 		     <label for="amazon">&#x24;</label>
143) 		     <input type="text" name="amount" size="6" value="20">
Andrew Lewman fix the wml for imgroot.

Andrew Lewman authored 12 years ago

144) 			  <input class="donate-btn" type="image" src="$(IMGROOT)/golden_small_donate_withmsg_whitebg.gif">
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

145) 		    </div>
146) 		    <input type="hidden" name="immediateReturn" value="1">
147) 		    <input type="hidden" name="collectShippingAddress" value="0">
148) 		    <input type="hidden" name="minimumDonationAmount" value="USD 5">
149) 		    <input type="hidden" name="isDonationWidget" value="1">
150) 		    <input type="hidden" name="description" value="Supporting Online Anonymity &amp; Privacy">
151) 		    <input type="hidden" name="amazonPaymentsAccountId" value="XGSROLNTXRNC3N1P4TXKMNK14LN1D6SZUD8SN1">
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

152) 		    <input type="hidden" name="returnUrl" value="https://www.torproject.org/donate/thankyou.html">
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

153) 		    <input type="hidden" name="processImmediate" value="1">
154) 		    <input type="hidden" name="cobrandingStyle" value="logo">
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

155) 		    <input type="hidden" name="abandonUrl" value="https://www.torproject.org/donate/donate.html">
Andrew Lewman closer, yet still wrong.

Andrew Lewman authored 13 years ago

156) 		  </div>
Runa A. Sandvik minor changes to make po4a...

Runa A. Sandvik authored 13 years ago

157) 		</form>
Andrew Lewman clean up and close ticket 2...

Andrew Lewman authored 11 years ago

158) 		<small>Requires an Amazon Account</small>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

159) 	 </div>
160) <!-- END AMAZON -->
Andrew Lewman add dwolla donation option.

Andrew Lewman authored 11 years ago

161) <!-- BEGIN DWOLLA -->
162)     <a id="dwolla"></a>
163)     <div class="dbox dsmall dwolla">
164)       <h3>Donate via Dwolla</h3>
165)       <p>Dwolla is a peer to peer payment platform which allows users to
166) exchange money quickly, safely, at a lower cost.</p>
167)       <p style="text-align:center;"><strong><a
Andrew Lewman fix an erroroneous space in...

Andrew Lewman authored 11 years ago

168) href="https://www.dwolla.com/hub/thetorproject">Continue to Dwolla
Andrew Lewman add dwolla donation option.

Andrew Lewman authored 11 years ago

169) &raquo;</a></strong></p>
170)     </div>
171) <!-- END DWOLLA -->
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

172) <!-- BEGIN GIVV -->
Andrew Lewman move the anchors inside the...

Andrew Lewman authored 13 years ago

173)     <a id="givv"></a>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

174)     <div class="dbox dsmall givv">
175)       <h3>Donate via Givv.org</h3>
Andrew Lewman redirect bitcoin donations...

Andrew Lewman authored 12 years ago

176)       <p>Givv.org is a new way to think about making your impact. Make
177)       one monthly donation. To as many nonprofits as you like. Automatic,
178)       one-click giving. <strong>You stay anonymous to Tor and stay in
179)       control!</strong></p>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

180) 	   <p style="text-align:center;"><strong><a href="http://givv.org/recipients/the-tor-project">Continue to Givv.org &raquo;</a></strong></p>
181)     </div>
182) <!-- END GIVV -->
183)    </div>
184) <!-- BEGIN CHECK -->
185)    <a id="cash"></a>
186)    <div class="hundred toptwenty">
187)      <div class="dbox donate">
Andrew Lewman clean up and close ticket 2...

Andrew Lewman authored 11 years ago

188)        <h3>Donate via Check, Cash, Money Order, Bank Transfer</h3>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

189)        <h4>You can send checks or money orders to:</h4>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

190) 	    <p>The Tor Project, Inc<br>
Andrew Lewman update our mailing address.

Andrew Lewman authored 10 years ago

191)         7 Temple Street, Suite A<br>
192)         Cambridge, MA 02139-2403 USA</p>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

193) <!-- END CHECK -->
Andrew Lewman redirect bitcoin donations...

Andrew Lewman authored 12 years ago

194) <!-- BEGIN TRANSFER -->
195)     	<h3 style="margin-top:20px;">Donate via Wire or Bank Transfer</h3>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

196)         <h4>US Transfers</h4>
Andrew Lewman strip the US banking info f...

Andrew Lewman authored 13 years ago

197)         <p>For US donations via wire or ACH transfer, please contact us for the relevant information.</p>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

198)         <h4>European Transfers</h4>
Andrew Lewman clean up and close ticket 2...

Andrew Lewman authored 11 years ago

199) 	<p><em>For European bank transfers, we have an arrangement with
200)         <a href="https://www.ccc.de/">CCC in Germany</a> to provide
201)         tax-deductible donations for Europeans:</em></p>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

202)         <p>Wau Holland Stiftung<br>
Roger Dingledine replay r22875 (make our ccc...

Roger Dingledine authored 13 years ago

203)         IBAN DE03 5204 0021 0277 281202<br>
204)         SWIFT BIC COBADEFF520</p>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

205)         <h4>Classic style German account information is:</h4>
206)         <p>Konto: 2772812-02<br>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

207)         Inhaber: Wau Holland Stiftung<br>
208)         Bank: Commerzbank Kassel<br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

209)         BLZ: 52040021</p>
210)         <ul>
Andrew Lewman minor fix from rransom.

Andrew Lewman authored 13 years ago

211)           <li>Residents from any of the 31 <a
212)           href="http://en.wikipedia.org/wiki/Single_Euro_Payments_Area">SEPA</a>
213)           member states can wire up to 50.000 Euro at the cost of
214)           a domestic transaction (i.e., usually free if submitted
215)           electronically).</li>
Moritz Bartl Donations within Europe now...

Moritz Bartl authored 11 years ago

216)           <li>European citizens can make a charitable contribution that
217)           is tax-deductible to a certain degree (Germany: max 20% of total income).
218)           </li>
Andrew Lewman minor fix from rransom.

Andrew Lewman authored 13 years ago

219)           <li>Corporate entities can deduct donations up to 4/1000 of
220)           their combined turnovers, wages and salaries. WHS issues
221)           a donation receipt upon request (if provided with address
222)           information).</li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

223)         </ul>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

224)      </div>
225)    </div>
226) <!-- END TRANSFER -->
Andrew Lewman redirect bitcoin donations...

Andrew Lewman authored 12 years ago

227) <!-- BEGIN BITCOIN -->
228)    <a id="bitcoin"></a>
229)    <div class="hundred toptwenty">
230)     <div class="dbox donate">
231)     <h3>Bitcoins</h3>
Andrew Lewman add riseup to the list.

Andrew Lewman authored 11 years ago

232)     <p>Instead of donating bitcoins to Tor, please consider a donation to
Andrew Lewman tails now takes bitcoins.

Andrew Lewman authored 11 years ago

233)     <a href="https://www.torservers.net/donate.html">Torservers.net</a>,
Roger Dingledine Noisetor has started tellin...

Roger Dingledine authored 10 years ago

234)     <a href="http://noisetor.net/#bitcoin">NoiseTor</a>,
Andrew Lewman tails now takes bitcoins.

Andrew Lewman authored 11 years ago

235)     or <a href="https://tails.boum.org/contribute/how/donate/#bitcoin">Tails</a>
Andrew Lewman add riseup to the list.

Andrew Lewman authored 11 years ago

236)     which will turn your bitcoin donation into a faster, larger Tor
237)     Network for all.</p>
Andrew Lewman redirect bitcoin donations...

Andrew Lewman authored 12 years ago

238)     </div>
239)    </div>
240) <!-- END BITCOIN -->
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

241) <!-- END MAINCOL -->
Andrew Lewman closer, yet still wrong.

Andrew Lewman authored 13 years ago

242) </div>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

243)   <div id = "sidecol">
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 13 years ago

244) #include "side-donate.wmi"
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

245) #include "info.wmi"
246)   </div>
247)   <!-- END SIDECOL -->
248) <!-- END CONTENT -->
Andrew Lewman fix up the divs to make the...

Andrew Lewman authored 13 years ago

249) </div>