[or-cvs] give a "recurring donation" option, and also mention the

arma at seul.org arma at seul.org
Fri Dec 23 04:17:16 UTC 2005


Update of /home2/or/cvsroot/website/en
In directory moria:/home/arma/work/onion/cvs/website/en

Modified Files:
	donate.wml 
Log Message:
give a 'recurring donation' option, and also mention the
possibility of a $50 one-time donation.


Index: donate.wml
===================================================================
RCS file: /home2/or/cvsroot/website/en/donate.wml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -p -d -r1.2 -r1.3
--- donate.wml	21 Dec 2005 13:01:15 -0000	1.2
+++ donate.wml	23 Dec 2005 04:17:14 -0000	1.3
@@ -16,21 +16,42 @@ a donation to the Tor project.
 <p>As of October 2005, EFF no longer has any money for supporting the Tor
 project. Your donation will help Roger and Nick focus on Tor development
 and usability rather than looking for new sponsors and getting distracted
-by day jobs. Thanks!
+by day jobs. Help us keep Tor under active development!
 </p>
 
+<form id="subscribe" action="https://www.paypal.com/cgi-bin/webscr" method="post">
+  <p>
+The most useful approach is to become a Tor project "member" for a
+<b>recurring payment</b> of $5, $10, or $20 per month. Consistent
+donations let us worry less about fund-raising and focus more on
+development. You can become a member by clicking on this button (you
+will need a <a
+href="http://paypal.com/">PayPal</a> account):<br />
+<input type="radio" name="a3" value="20.00" checked="checked" />$20
+<input type="radio" name="a3" value="10.00" />$10
+<input type="radio" name="a3" value="5.00" />$5
+<input type="hidden" name="p3" value="1" />
+<input type="hidden" name="t3" value="M" />
+<input type="hidden" name="no_shipping" value="1" />
+<input name="submit" type="submit" class="button" value="Donate!" />
+<input type="hidden" name="cmd" value="_xclick-subscriptions" />
+<input type="hidden" name="business" value="donations at freehaven.net" />
+<input type="hidden" name="item_name" value="Tor Project Membership" />
+</p>
+</form>
+
 <form id="donate" action="https://www.paypal.com/cgi-bin/webscr" method="post">
-  <p> Donate (via PayPal):
+  <p>You can also make a <b>one-time donation</b> (via PayPal):<br />
+<input type="radio" name="amount" value="50.00" />$50
 <input type="radio" name="amount" value="20.00" checked="checked" />$20
 <input type="radio" name="amount" value="10.00" />$10
 <input type="radio" name="amount" value="" />other
+<input type="hidden" name="no_shipping" value="1" />
 <input name="submit" type="submit" class="button" value="Donate!" />
 <input type="hidden" name="cmd" value="_xclick" />
 <input type="hidden" name="business" value="donations at freehaven.net" />
 <input type="hidden" name="item_name" value="Tor" />
-<input type="hidden" name="no_shipping" value="1" />
 </p>
-
 </form>
 
   </div><!-- #main -->



More information about the tor-commits mailing list