give a 'recurring donation' option, and also mention the possibility of a $50 one-time donation.
Roger Dingledine

Roger Dingledine commited on 2005-12-23 05:17:14
Zeige 1 geänderte Dateien mit 25 Einfügungen und 4 Löschungen.

... ...
@@ -16,21 +16,42 @@ a donation to the Tor project.
16 16
 <p>As of October 2005, EFF no longer has any money for supporting the Tor
17 17
 project. Your donation will help Roger and Nick focus on Tor development
18 18
 and usability rather than looking for new sponsors and getting distracted
19
-by day jobs. Thanks!
19
+by day jobs. Help us keep Tor under active development!
20 20
 </p>
21 21
 
22
+<form id="subscribe" action="https://www.paypal.com/cgi-bin/webscr" method="post">
23
+  <p>
24
+The most useful approach is to become a Tor project "member" for a
25
+<b>recurring payment</b> of $5, $10, or $20 per month. Consistent
26
+donations let us worry less about fund-raising and focus more on
27
+development. You can become a member by clicking on this button (you
28
+will need a <a
29
+href="http://paypal.com/">PayPal</a> account):<br />
30
+<input type="radio" name="a3" value="20.00" checked="checked" />$20
31
+<input type="radio" name="a3" value="10.00" />$10
32
+<input type="radio" name="a3" value="5.00" />$5
33
+<input type="hidden" name="p3" value="1" />
34
+<input type="hidden" name="t3" value="M" />
35
+<input type="hidden" name="no_shipping" value="1" />
36
+<input name="submit" type="submit" class="button" value="Donate!" />
37
+<input type="hidden" name="cmd" value="_xclick-subscriptions" />
38
+<input type="hidden" name="business" value="donations@freehaven.net" />
39
+<input type="hidden" name="item_name" value="Tor Project Membership" />
40
+</p>
41
+</form>
42
+
22 43
 <form id="donate" action="https://www.paypal.com/cgi-bin/webscr" method="post">
23
-  <p> Donate (via PayPal):
44
+  <p>You can also make a <b>one-time donation</b> (via PayPal):<br />
45
+<input type="radio" name="amount" value="50.00" />$50
24 46
 <input type="radio" name="amount" value="20.00" checked="checked" />$20
25 47
 <input type="radio" name="amount" value="10.00" />$10
26 48
 <input type="radio" name="amount" value="" />other
49
+<input type="hidden" name="no_shipping" value="1" />
27 50
 <input name="submit" type="submit" class="button" value="Donate!" />
28 51
 <input type="hidden" name="cmd" value="_xclick" />
29 52
 <input type="hidden" name="business" value="donations@freehaven.net" />
30 53
 <input type="hidden" name="item_name" value="Tor" />
31
-<input type="hidden" name="no_shipping" value="1" />
32 54
 </p>
33
-
34 55
 </form>
35 56
 
36 57
   </div><!-- #main -->
37 58