c91c41113aa895fc4a95359b3dedf9611cb2402b
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 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
Andrew Lewman simplify the language.

Andrew Lewman authored 10 years ago

24) portion of your purchase is donated to help keep us working.</p>
Andrew Lewman first attempt at ticket 10279.

Andrew Lewman authored 10 years ago

25) 
Andrew Lewman clarify direct donations.

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 11 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

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

Andrew Lewman authored 11 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 11 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 11 years ago

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

Andrew Lewman authored 12 years ago

101) 		      <li><input type="radio" class="radio" name="amount" value="2000.00"><label for="2000">2000</label></li>
102) 	  	      <li><input type="radio" class="radio" name="amount" value="1000.00"><label for="1000">1000</label></li>
103) 		      <li><input type="radio" class="radio" name="amount" value="500.00"><label for="500">500</label></li>
104) 		      <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

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

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

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

108) 		      <li><input type="radio" class="radio" name="amount" value="10.00"><label for="10">10</label></li>
109) 		      <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

110) 		    </ul>
111) 		   </div>
112) 		   <div>
113) 		    <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

114) 			 <input type="hidden" id="a3" name="a3" value="0">
Andrew Lewman fix the donate button issue.

Andrew Lewman authored 10 years ago

115) <!--			 <input class="donate-btn" type="submit" name="donate" value="Donate" alt="Subscribe to Tor with PayPal - it's fast, free and secure!"> -->
116) 	       <input type="image" src="$(IMGROOT)/paypal-donate-button.gif" name="submit" alt="Subscribe to Tor with PayPal - it's fast, free and secure!"> 
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

117) 		   </div>
118) 		     <input type="hidden" id="p3" name="p3" value="1">
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

126) 		     <input type="hidden" name="return" value="https://www.torproject.org/donate/thankyou">
127) 		     <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

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

Andrew Lewman authored 11 years ago

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

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

Andrew Lewman authored 12 years ago

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

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

Andrew Lewman authored 12 years ago

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

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

Runa A. Sandvik authored 13 years ago

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

Andrew Lewman authored 11 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 11 years ago

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

Andrew Lewman authored 11 years ago

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

Andrew Lewman authored 11 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 11 years ago

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

Andrew Lewman authored 12 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 10 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

193) <!-- BEGIN TRANSFER -->
Andrew Lewman remove the US bank transfer...

Andrew Lewman authored 10 years ago

194)     	<h3 style="margin-top:20px;">Donate via European Bank Transfer</h3>
Andrew Lewman clean up and close ticket 2...

Andrew Lewman authored 11 years ago

195) 	<p><em>For European bank transfers, we have an arrangement with
Andrew Lewman remove https from ccc.de si...

Andrew Lewman authored 10 years ago

196)         <a href="http://www.ccc.de/">CCC in Germany</a> to provide
Andrew Lewman clean up and close ticket 2...

Andrew Lewman authored 11 years ago

197)         tax-deductible donations for Europeans:</em></p>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Moritz Bartl authored 11 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

220)      </div>
221)    </div>
222) <!-- END TRANSFER -->
Andrew Lewman redirect bitcoin donations...

Andrew Lewman authored 12 years ago

223) <!-- BEGIN BITCOIN -->
224)    <a id="bitcoin"></a>
225)    <div class="hundred toptwenty">
226)     <div class="dbox donate">
227)     <h3>Bitcoins</h3>
Andrew Lewman finish ticket #10129

Andrew Lewman authored 10 years ago

228)     <p>Please consider a donation to
Andrew Lewman tails now takes bitcoins.

Andrew Lewman authored 11 years ago

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

Roger Dingledine authored 10 years ago

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

Andrew Lewman authored 11 years ago

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

232)     which will turn your bitcoin donation into a faster, larger Tor
233)     Network for all.</p>
Andrew Lewman explain our limit so people...

Andrew Lewman authored 10 years ago

234)   <p>If you are committed to donating bitcoins to Tor, please use our
235)   BitPay account. We're limited to $1000/day at this time. We're working
236)   with Bitpay to remove this limit.
Andrew Lewman finish ticket #10129

Andrew Lewman authored 10 years ago

237)   <form id="makeDonation" action="https://bitpay.com/checkout" method="post" onsubmit="return bp.validateMobileCheckoutForm($('#makeDonation'));">
238)         <input name="action" type="hidden" value="checkout">
239)         <fieldset class="phone-form well form-horizontal" style="margin-top: 5px;">
240)           <ul>
241)             <li id="orderID" class="control-group">
242)               <label class="control-label" style="width: 40px">Email:</label>
243)               <div class="controls" style="margin-left: 60px">
244)                 <input name="orderID" type="email" class="input input-xlarge" placeholder="Email address (optional)" maxlength=50 autocapitalize=off autocorrect=off><br>
245)               </div>
246)             </li>
247)             <li id="price" class="control-group">
248)               <label class="control-label" style="width: 40px">Amount:</label>
249)               <div class="controls" style="margin-left: 60px">
Andrew Lewman change to $10 per ticket 10435

Andrew Lewman authored 10 years ago

250)                 <input name="price" type="number" class="noscroll" value="10.00" placeholder="Amount" maxlength="10" min="0.01" step="0.01" style="width: 39%"  />
Andrew Lewman finish ticket #10129

Andrew Lewman authored 10 years ago

251)                 <select name="currency" value="" style="width: 49%" >
252)                   <option value="USD" selected="selected">USD</option>
253)                   <option value="BTC">BTC</option>
254)                   <option value="EUR">EUR</option>
255)                   <option value="GBP">GBP</option>
256)                   <option value="AUD">AUD</option>
257)                   <option value="BGN">BGN</option>
258)                   <option value="BRL">BRL</option>
259)                   <option value="CAD">CAD</option>
260)                   <option value="CHF">CHF</option>
261)                   <option value="CNY">CNY</option>
262)                   <option value="CZK">CZK</option>
263)                   <option value="DKK">DKK</option>
264)                   <option value="HKD">HKD</option>
265)                   <option value="HRK">HRK</option>
266)                   <option value="HUF">HUF</option>
267)                   <option value="IDR">IDR</option>
268)                   <option value="ILS">ILS</option>
269)                   <option value="INR">INR</option>
270)                   <option value="JPY">JPY</option>
271)                   <option value="KRW">KRW</option>
272)                   <option value="LTL">LTL</option>
273)                   <option value="LVL">LVL</option>
274)                   <option value="MXN">MXN</option>
275)                   <option value="MYR">MYR</option>
276)                   <option value="NOK">NOK</option>
277)                   <option value="NZD">NZD</option>
278)                   <option value="PHP">PHP</option>
279)                   <option value="PLN">PLN</option>
280)                   <option value="RON">RON</option>
281)                   <option value="RUB">RUB</option>
282)                   <option value="SEK">SEK</option>
283)                   <option value="SGD">SGD</option>
284)                   <option value="THB">THB</option>
285)                   <option value="TRY">TRY</option>
286)                   <option value="ZAR">ZAR</option>
287)                 </select/>
288)               </div>
289)             </li>
290)           </ul>
291)           <br>
292)           <input type="hidden" name="data" value="iH+sCoKQo5J52hkEzWcMi8+PRt78/89lcSU9GnapWfWL6thyubtDCahTUqa2JTlj6RQrQySkZAoFvK05yifMwfx5V87JJuoaDlHUsZR9ppzkklmzHpKJ4TG5M0zNVcKfNBfyopdfTFbzpOXM2FDppqmU7njsRUF1EZPa0K7SIxpv4lNKSPn1PyjVKVxjnpFE0AZ1Qa75VwZnS+rBNNfwxPsgSz+Oa2Twe226FmJJrLtPuBteFfHAIWh6QS5JnpOn4ScMFph0zjixutmunMAjKw==">
293)           <div style="margin: auto; width: 100%; text-align: center">
294)             <input name="submit" src="$(IMGROOT)/bitpay-donate-md.png" type="image" style="width: auto" alt="BitPay" border="0">
295)           </div>
296)         </fieldset>
297)       </form>
Andrew Lewman redirect bitcoin donations...

Andrew Lewman authored 12 years ago

298)     </div>
299)    </div>
300) <!-- END BITCOIN -->
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

305) #include "info.wmi"
306)   </div>
307)   <!-- END SIDECOL -->
308) <!-- END CONTENT -->
Andrew Lewman fix up the divs to make the...

Andrew Lewman authored 13 years ago

309) </div>