b7c3205eed78033179c804acd281679c0cc5273a
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) 
5) #include "head.wmi" TITLE="Tor Project: Donate to Tor" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
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 commit my div hacking for n...

Andrew Lewman authored 13 years ago

11)   <div id="maincol">
12)   <h1>Monetary Donations</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
14)    Tor Project is a US 501(c)(3) non-profit dedicated to the research,
15)    development, and education of online anonymity and privacy. Donations
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 explain all the ways we acc...

Andrew Lewman authored 13 years ago

18)    charitable donations. We're happy to accept donations via Paypal,
19)    Amazon Payments, Givv.org, checks, money orders, bank transfers,
20)    stock grants or other more sophisticated transactions.</p>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

21)     <p>If you want to make an anonymous donation, please do so in an anonymous way.  Contact us at donations@torproject.org for more details.</p>
Andrew Lewman fix the silly paypal alignm...

Andrew Lewman authored 13 years ago

22)     <!-- BEGIN PAYPAL SUBSCRIPTION -->
23)     <div class="title toptwenty">Tor Project Subscription via PayPal</div>
24)     <div class="left hundred">
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

25) 	<div class="paypal focus">
Andrew Lewman fix the silly paypal alignm...

Andrew Lewman authored 13 years ago

26) 	  <h4>Monthly Subscription to The Tor Project</h4>
Andrew Lewman increase max img width, lin...

Andrew Lewman authored 13 years ago

27) 	    <table>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

28) 	    <form id="subscribe" action="https://www.paypal.com/cgi-bin/webscr" method="post">
29) 	      <div class="toppad">
Andrew Lewman increase max img width, lin...

Andrew Lewman authored 13 years ago

30) 		<tr>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

31) 		    <td>Choose your currency:</td>
32) 		      <td>
33) 			<select name="currency_code">
34) 			  <option value="USD" selected="selected">$</option>
35) 			  <option value="EUR">&euro;</option>
36) 			  <option value="GBP">&pound;</option>
37) 			  <option value="YEN">&yen;</option>
38) 			</select>
39) 		      </td>
40) 		  </tr>
41) 		  <tr>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

42) 		     <input type="hidden" name="p3" value="1">
43) 		     <input type="hidden" name="t3" value="M">
44) 		     <input type="hidden" name="sra" value="1">
45) 		     <input type="hidden" name="src" value="1">
46) 		     <input type="hidden" name="no_shipping" value="1">
47) 		     <input type="hidden" name="no_note" value="1">
Andrew Lewman fix the donation links so t...

Andrew Lewman authored 13 years ago

48) 		     <input type="image" src="$(IMGROOT)/btn_donateCC_LG.gif" name="submit" alt="Subscribe to Tor with PayPal - it's fast, free and secure!"/>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

49) 		     <input type="hidden" name="cmd" value="_xclick-subscriptions">
50) 		     <input type="hidden" name="business" value="donations@torproject.org">
51) 		     <input type="hidden" name="item_name" value="Tor Project Membership">
Andrew Lewman comment out the one-time pa...

Andrew Lewman authored 13 years ago

52) 		     <input type="hidden" name="return" value="https://www.torproject.org/donate"/>
53) 		     <input type="hidden" name="cancel_return" value="https://www.torproject.org/donate"/>
Runa A. Sandvik minor changes to make po4a...

Runa A. Sandvik authored 13 years ago

54) 		     <input class="donate-btn" type="submit" name="donate" value="Donate">
Andrew Lewman comment out the one-time pa...

Andrew Lewman authored 13 years ago

55) 		  </tr>
56) 		  <tr>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

57) 		    <td><input type="radio" name="a3" value="5.00">5/mo</td>
58) 		    <td><input type="radio" name="a3" value="10.00">10/mo</td>
59) 		    <td><input type="radio" name="a3" value="20.00" checked="checked">20/mo</td>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

60) 		  </tr>
61) 		  <tr>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

62) 		    <td><input type="radio" name="a3" value="50.00">50/mo</td>
63) 		    <td><input type="radio" name="a3" value="100.00">100/mo</td>
64) 		    <td><input type="radio" name="a3" value="250.00">250/mo</td>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

65) 		  </tr>
Andrew Lewman closer, yet still wrong.

Andrew Lewman authored 13 years ago

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

Runa A. Sandvik authored 13 years ago

67) 		</form>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

68) 		</table>
Runa A. Sandvik minor changes to make po4a...

Runa A. Sandvik authored 13 years ago

69) 		</div>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

70) 	  </div>
Andrew Lewman fix the silly paypal alignm...

Andrew Lewman authored 13 years ago

71)   <!-- END PAYPAL SUBSCRIPTION -->
72)   <!-- BEGIN PAYPAL ONE TIME -->
73)     <div class="title toptwenty">Single Donation via PayPal</div>
74)     <div class="left hundred">
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

75) 	<div class="paypal focus">
76) 	  <h4>Make a one-time donation</h4>
77) 	    <form id="donate" action="https://www.paypal.com/cgi-bin/webscr" method="post">
78) 	      <table>
Andrew Lewman change the fontsize for the...

Andrew Lewman authored 13 years ago

79) 		<tr colspan="2">
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

80) 		    <td>Choose your currency:</td>
81) 		      <td>
82) 			<select name="currency_code">
83) 			  <option value="USD" selected="selected">$</option>
84) 			  <option value="EUR">&euro;</option>
85) 			  <option value="GBP">&pound;</option>
86) 			  <option value="YEN">&yen;</option>
87) 			</select>
88) 		      </td>
Andrew Lewman comment out the one-time pa...

Andrew Lewman authored 13 years ago

89) 	      </tr>
Andrew Lewman change the fontsize for the...

Andrew Lewman authored 13 years ago

90) 	      <tr colspan="2">
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

91) 		<input type="hidden" name="no_shipping" value="1">
Andrew Lewman fix the donation links so t...

Andrew Lewman authored 13 years ago

92) 		<input type="image" src="$(IMGROOT)/btn_donateCC_LG.gif" name="submit" alt="Make a single donation with PayPal - it's fast, free and secure!"/>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

93) 		<input type="hidden" name="cmd" value="_xclick">
94) 		<input type="hidden" name="business" value="donations@torproject.org">
95) 		<input type="hidden" name="item_name" value="Tor">
Andrew Lewman fix the donation links so t...

Andrew Lewman authored 13 years ago

96) 		<input type="hidden" name="return" value="https://www.torproject.org/about/donate.html.en"/>
97) 		<input type="hidden" name="cancel_return" value="https://www.torproject.org/about/donate.html.en"/>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

98) 	      </tr>
99) 	      <tr>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

100) 		<td><input type="radio" value="10.00"> 10</td>
101) 		<td><input type="radio" value="20.00" checked="checked"> 20</td>
102) 		<td><input type="radio" value="50.00"> 50</td>
103) 		<td><input type="radio" value="100.00"> 100</td>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

104) 	      </tr>
105) 	      <tr>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

106) 		<td><input type="radio" value="250.00"> 250</td>
107) 		<td><input type="radio" value="500.00"> 500</td>
108) 		<td><input type="radio" value="1000.00"> 1,000</td>
109) 		<td><input type="radio" value="5000.00"> 5,000</td>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

110) 	      </tr>
111) 	    </table>
112)           </form>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

113)       </div>
Andrew Lewman fix the silly paypal alignm...

Andrew Lewman authored 13 years ago

114)       </div>
115)     <!-- END PAYPAL ONE-TIME -->
Andrew Lewman start to fix up the donate...

Andrew Lewman authored 13 years ago

116)     <!-- BEGIN AMAZON -->
Andrew Lewman fix the silly paypal alignm...

Andrew Lewman authored 13 years ago

117)     <div class="title topforty">Single Donation via Amazon Payments</div>
Andrew Lewman well, it is pretty if compl...

Andrew Lewman authored 13 years ago

118)     <div class="hundred left">
Andrew Lewman changes to text, needs more...

Andrew Lewman authored 13 years ago

119)       <div class="paypal focus">
Andrew Lewman fix the silly paypal alignm...

Andrew Lewman authored 13 years ago

120)       	<h4>Make a single donation.</h4>
Andrew Lewman increase max img width, lin...

Andrew Lewman authored 13 years ago

121) 	<form action="https://authorize.payments.amazon.com/pba/paypipeline" method="post">
122) 	<table>
123) 	<tr>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

124) 	    <input type="hidden" name="immediateReturn" value="1">
125) 	    <input type="hidden" name="collectShippingAddress" value="0">
126) 	    <input type="hidden" name="minimumDonationAmount" value="USD 10">
127) 	    <input type="hidden" name="isDonationWidget" value="1">
128) 	    <input type="hidden" name="description" value="Supporting Online Anonymity &amp; Privacy">
129) 	    <input type="hidden" name="amazonPaymentsAccountId" value="XGSROLNTXRNC3N1P4TXKMNK14LN1D6SZUD8SN1">
130) 	    <input type="hidden" name="returnUrl" value="https://www.torproject.org/donate/donate.html.en">
131) 	    <input type="hidden" name="processImmediate" value="1">
132) 	    <input type="hidden" name="cobrandingStyle" value="logo">
133) 	    <input type="hidden" name="abandonUrl" value="https://www.torproject.org/donate/donate.html.en">
Andrew Lewman well, it is pretty if compl...

Andrew Lewman authored 13 years ago

134)       </tr>
Andrew Lewman fix the donation links so t...

Andrew Lewman authored 13 years ago

135) 	  <td>&nbsp;</td>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

136) 	  <td>$<input type="text" name="amount" size="8" value="10"></td>
Andrew Lewman fix the donation links so t...

Andrew Lewman authored 13 years ago

137) 	  <td>&nbsp;</td>
Andrew Lewman well, it is pretty if compl...

Andrew Lewman authored 13 years ago

138)       <tr>
Sebastian Hahn Kill all the border attributes

Sebastian Hahn authored 13 years ago

139) 	  <td colspan="3"><input type="image" src="http://g-ecx.images-amazon.com/images/G/01/asp/golden_small_donate_withmsg_whitebg.gif"></td>
Andrew Lewman well, it is pretty if compl...

Andrew Lewman authored 13 years ago

140)       </tr>
141)       </table>
Andrew Lewman increase max img width, lin...

Andrew Lewman authored 13 years ago

142)       </form>
143)     </div>
Andrew Lewman hack in the amazon stuff.

Andrew Lewman authored 13 years ago

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

Runa A. Sandvik authored 13 years ago

145)     <!-- END AMAZON -->
Andrew Lewman start to fix up the donate...

Andrew Lewman authored 13 years ago

146)     <!-- BEGIN GIVV -->
Andrew Lewman closer, yet still wrong.

Andrew Lewman authored 13 years ago

147)     <div class="title topforty">Donate via Givv.org
148)     </div>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

149)     	<div class="hundred left">
Andrew Lewman comment out the one-time pa...

Andrew Lewman authored 13 years ago

150)         <p>Givv.org is a new way to think about making your impact. Make one monthly donation. To as many nonprofits as you like.
151) 	Automatic, one-click giving. You stay anonymous and stay in control!
152) 	<strong><a href="http://givv.org/recipients/the-tor-project">Continue to Givv.org &raquo;</a></strong></p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

153)       </div>
Andrew Lewman comment out the one-time pa...

Andrew Lewman authored 13 years ago

154)     <!-- END GIVV -->
Runa A. Sandvik minor changes to make po4a...

Runa A. Sandvik authored 13 years ago

155)     <!-- BEGIN CHECK -->
Andrew Lewman fix up div tags.

Andrew Lewman authored 13 years ago

156)     <div class="title toptwenty">Donate via Check, Cash, or Money Order
157)     </div>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

158)     	<div class="left hundred">
159)       	<p>You can send checks or money orders to:</p>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

162)         Walpole, MA 02081-2972 USA</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

163)       </div>
Andrew Lewman start to fix up the donate...

Andrew Lewman authored 13 years ago

164) 	<!-- END CHECK -->
Andrew Lewman closer, yet still wrong.

Andrew Lewman authored 13 years ago

165)     <div class="title toptwenty">
166)       Donate via Wire or Bank Transfer
Andrew Lewman fix up div tags.

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

168)     <div class="left hundred">
Andrew Lewman strip the US banking info f...

Andrew Lewman authored 13 years ago

169)         <h3>US Transfers</h3>
170)         <p>For US donations via wire or ACH transfer, please contact us for the relevant information.</p>
171)         <h3>European Transfers</h3>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

173)         IBAN DE03 5204 0021 0277 281202<br>
174)         SWIFT BIC COBADEFF520</p>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

175)         <p><strong>Classic style German account information is:</strong><br>
176)         Konto: 2772812-02<br>
177)         Inhaber: Wau Holland Stiftung<br>
178)         Bank: Commerzbank Kassel<br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

197)         </ul>
198)       </div>
199)     <!-- END TRANSFER -->
Andrew Lewman fix up the divs to make the...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

202)   <div id = "sidecol">
203) #include "side.wmi"
204) #include "info.wmi"
205)   </div>
206)   <!-- END SIDECOL -->
207) <!-- END CONTENT -->
Andrew Lewman fix up the divs to make the...

Andrew Lewman authored 13 years ago

208) </div>