2174dba2b45f3e0f9fe0f6afc5f73a905b19b333
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 12 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 link to our guidestar page...

Andrew Lewman authored 13 years ago

18)    charitable donations. Our tax ID
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

19)    number is 20-8096820. We are listed on <a
Andrew Lewman link to our guidestar page...

Andrew Lewman authored 13 years ago

20)    href="http://www2.guidestar.org/organizations/20-8096820/tor-project.aspx">GuideStar</a>.
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

21)    We're happy to accept donations via:</p>
22)   <ul class="hlist">
Andrew Lewman make the list of ways to do...

Andrew Lewman authored 12 years ago

23)     <li><a href="#paypal">Paypal</a></li>
24)     <li><a href="#amazon">Amazon Payments</a></li>
25)     <li><a href="#givv">Givv.org</a></li>
Andrew Lewman redirect bitcoin donations...

Andrew Lewman authored 12 years ago

26)     <li><a href="#cash">checks, money orders, bank transfers, stock
27)     grants, or other more sophisticated transactions</a></li>
28)     <li class="last"><a href="#bitcoin">bitcoin</a></li>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

29)   </ul>
Andrew Lewman redirect bitcoin donations...

Andrew Lewman authored 12 years ago

30)     <p>If you want to make an anonymous donation, please do so in an
31)     anonymous way. Contact us at donations@torproject.org for more
32)     donation details.</p>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

35) <script type="text/javascript">
36) function displayVals() {
37)       var t3 = jQuery('#t3').val();
38)       var amount = jQuery('#amount').val();
39) 		var radioVal = jQuery('input[@name="amount"]:checked').val();
40)       if(t3 != 0){
41)        if( !amount ) { 
42) 		    jQuery('#a3').val(radioVal);
43) 		 }else{
44) 		    jQuery('#a3').val(amount);
45) 		 }
46) 	    jQuery('#p3').val(1);
47) 		 jQuery('#cmd').val('_xclick-subscriptions');
48) 		 jQuery('#item_name').val('Tor Project Membership');
49) 		 jQuery('#ppinfo').replaceWith('<small id="ppinfo">Requires a PayPal Account</small>');
50) 	  }else{
51)   	  	jQuery('#a3').val(0);
52) 	  	jQuery('#p3').val(0);
53) 		jQuery('#cmd').val('_donations');
54)    	jQuery('#item_name').val('Donation to the Tor Project');
55) 		jQuery('#ppinfo').replaceWith('<small id="ppinfo">Does Not Require a PayPal Account</small>');
56) 	  }
57) 	  if( !t3 ) {
58)       jQuery('#cmd').val('_donations');
59)    	jQuery('#item_name').val('Donation to the Tor Project');
60) 		jQuery('#ppinfo').replaceWith('<small id="ppinfo">Does Not Require a PayPal Account</small>');
61)      }
62) }
63) 
64) jQuery(function(){
65)  	jQuery("input[@name='amount']:checked").change(displayVals);
66)  	jQuery("#amount").change(displayVals);
67)  	jQuery("#t3").change(displayVals);
68)  	displayVals();
69) 
70) });
71) </script>
72) 
73)   <div class="hundred toptwenty">
74) 	<div class="dbox donate">
75)     <a name="paypal"></a>
76) 		<h3>Donate via PayPal</h3>
77) 	   <form id="donate" action="https://www.paypal.com/cgi-bin/webscr" method="post">
78) 		  <p class="type">
79) 			<label for="type">Donation Type:</label>
80) 			<select id="t3" name="t3">
81) 			 <option value="0">One-time Donation</option>
82) 			 <option value="M">Monthly Subscription</option>
83) 			</select>		
84) 			<small id="ppinfo">Does Not Require a PayPal Account</small>		
85) 		  </p>
86) 	      <div class="drow">
87) 	 		 <div>
88) 	        <span>
89) 		      <select name="currency_code" class="cur">
90) 			    <option value="USD" selected="selected">$</option>
91) 			    <option value="EUR">&euro;</option>
92) 			    <option value="GBP">&pound;</option>
93) 			    <option value="YEN">&yen;</option>
94) 			   </select>
95) 			  </span>
96) 			  <ul class="amounts">	
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

97) 		      <li><input type="radio" class="radio" name="amount" value="2000.00"><label for="2000">2000</label></li>
98) 	  	      <li><input type="radio" class="radio" name="amount" value="1000.00"><label for="1000">1000</label></li>
99) 		      <li><input type="radio" class="radio" name="amount" value="500.00"><label for="500">500</label></li>
100) 		      <li><input type="radio" class="radio" name="amount" value="250.00"><label for="250">250</label></li>
101) 		      <li><input type="radio" class="radio" name="amount" value="100.00"><label for="100">100</label></li>
102) 		      <li><input type="radio" class="radio" name="amount" value="50.00"><label for="50">50</label></li>
103) 		      <li><input type="radio" class="radio" name="amount" value="20.00" checked="checked"><label for="20">20</label></li>
104) 		      <li><input type="radio" class="radio" name="amount" value="10.00"><label for="10">10</label></li>
105) 		      <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 12 years ago

106) 		    </ul>
107) 		   </div>
108) 		   <div>
109) 		    <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

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

Andrew Lewman authored 12 years ago

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

Sebastian Hahn authored 13 years ago

115) 		     <input type="hidden" name="sra" value="1">
116) 		     <input type="hidden" name="src" value="1">
117) 		     <input type="hidden" name="no_shipping" value="1">
118) 		     <input type="hidden" name="no_note" value="1">
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 11 years ago

139) 			  <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 12 years ago

140) 		    </div>
141) 		    <input type="hidden" name="immediateReturn" value="1">
142) 		    <input type="hidden" name="collectShippingAddress" value="0">
143) 		    <input type="hidden" name="minimumDonationAmount" value="USD 5">
144) 		    <input type="hidden" name="isDonationWidget" value="1">
145) 		    <input type="hidden" name="description" value="Supporting Online Anonymity &amp; Privacy">
146) 		    <input type="hidden" name="amazonPaymentsAccountId" value="XGSROLNTXRNC3N1P4TXKMNK14LN1D6SZUD8SN1">
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

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

Runa A. Sandvik authored 13 years ago

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

Andrew Lewman authored 12 years ago

153) 		<small>Requires an Amazon Account</small>		
154) 	 </div>
155) <!-- END AMAZON -->
156) <!-- BEGIN GIVV -->
Andrew Lewman move the anchors inside the...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

164) 	   <p style="text-align:center;"><strong><a href="http://givv.org/recipients/the-tor-project">Continue to Givv.org &raquo;</a></strong></p>
165)     </div>
166) <!-- END GIVV -->
167)    </div>
168) <!-- BEGIN CHECK -->
169)    <a id="cash"></a>
170)    <div class="hundred toptwenty">
171)      <div class="dbox donate">
172)        <h3>Donate via Check, Cash, Money Order, Bank Transfer, Stock Grant, or Another More Sophisticated Transaction</h3>
173)        <h4>You can send checks or money orders to:</h4>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

174) 	    <p>The Tor Project, Inc<br>
175)         969 Main Street, Suite 206<br>
Andrew Lewman strip the US banking info f...

Andrew Lewman authored 13 years ago

176)         Walpole, MA 02081-2972 USA</p>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

181)         <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 12 years ago

182)         <h4>European Transfers</h4>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

190)         BLZ: 52040021</p>
Roger Dingledine ssl ftw

Roger Dingledine authored 13 years ago

191)         <p><em>For European bank transfers, we have an arrangement with
192)         <a href="https://www.ccc.de/">CCC in Germany</a> to provide
193)         tax-deductible donations for Europeans:</em></p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

194)         <ul>
Andrew Lewman minor fix from rransom.

Andrew Lewman authored 13 years ago

195)           <li>Residents from any of the 31 <a
196)           href="http://en.wikipedia.org/wiki/Single_Euro_Payments_Area">SEPA</a>
197)           member states can wire up to 50.000 Euro at the cost of
198)           a domestic transaction (i.e., usually free if submitted
199)           electronically).</li>
200)           <li>German citizens can make a charitable contribution that
201)           is tax-deductible to a certain degree (max 5% of total income,
202)           up to 1.650 Euro per annum). A new law has recently come into
203)           effect which changed this to 20% without a fixed ceiling.</li>
204)           <li>Corporate entities can deduct donations up to 4/1000 of
205)           their combined turnovers, wages and salaries. WHS issues
206)           a donation receipt upon request (if provided with address
207)           information).</li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

209)      </div>
210)    </div>
211) <!-- END TRANSFER -->
Andrew Lewman redirect bitcoin donations...

Andrew Lewman authored 12 years ago

212) <!-- BEGIN BITCOIN -->
213)    <a id="bitcoin"></a>
214)    <div class="hundred toptwenty">
215)     <div class="dbox donate">
216)     <h3>Bitcoins</h3>
Andrew Lewman add riseup to the list.

Andrew Lewman authored 11 years ago

217)     <p>Instead of donating bitcoins to Tor, please consider a donation to
218)     <a href="https://www.torservers.net/donate.html">Torservers.net</a>
219)     or <a href="https://help.riseup.net/en/donate#bitcoin">Riseup</a>
220)     which will turn your bitcoin donation into a faster, larger Tor
221)     Network for all.</p>
Andrew Lewman redirect bitcoin donations...

Andrew Lewman authored 12 years ago

222)     </div>
223)    </div>
224) <!-- END BITCOIN -->
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

229) #include "info.wmi"
230)   </div>
231)   <!-- END SIDECOL -->
232) <!-- END CONTENT -->
Andrew Lewman fix up the divs to make the...

Andrew Lewman authored 13 years ago

233) </div>