redirect bitcoin donations to those who accept it.
Andrew Lewman

Andrew Lewman commited on 2011-12-24 03:16:39
Zeige 1 geänderte Dateien mit 25 Einfügungen und 4 Löschungen.

... ...
@@ -24,10 +24,13 @@
24 24
     <li><a href="#amazon">Amazon Payments</a></li>
25 25
     <li><a href="#google">Google Checkout</a></li>
26 26
     <li><a href="#givv">Givv.org</a></li>
27
-    <li class="last"><a href="#cash">checks, money orders, bank transfers, stock grants or
28
-other more sophisticated transactions</a></li>
27
+    <li><a href="#cash">checks, money orders, bank transfers, stock
28
+    grants, or other more sophisticated transactions</a></li>
29
+    <li class="last"><a href="#bitcoin">bitcoin</a></li>
29 30
   </ul>
30
-    <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>
31
+    <p>If you want to make an anonymous donation, please do so in an
32
+    anonymous way. Contact us at donations@torproject.org for more
33
+    donation details.</p>
31 34
 <!-- BEGIN PAYPAL -->
32 35
 <script type="text/javascript" src="$(DOCROOT)/js/jquery.min.js"></script>
33 36
 <script type="text/javascript">
... ...
@@ -192,7 +195,10 @@ function validateAmount(amount){
192 195
     <a id="givv"></a>
193 196
     <div class="dbox dsmall givv">
194 197
       <h3>Donate via Givv.org</h3>
195
-      <p>Givv.org is a new way to think about making your impact. Make one monthly donation. To as many nonprofits as you like. Automatic, one-click giving. <strong>You stay anonymous and stay in control!</strong></p>
198
+      <p>Givv.org is a new way to think about making your impact. Make
199
+      one monthly donation. To as many nonprofits as you like. Automatic,
200
+      one-click giving. <strong>You stay anonymous to Tor and stay in
201
+      control!</strong></p>
196 202
 	   <p style="text-align:center;"><strong><a href="http://givv.org/recipients/the-tor-project">Continue to Givv.org &raquo;</a></strong></p>
197 203
     </div>
198 204
 <!-- END GIVV -->
... ...
@@ -207,6 +213,7 @@ function validateAmount(amount){
207 213
         969 Main Street, Suite 206<br>
208 214
         Walpole, MA 02081-2972 USA</p>
209 215
 <!-- END CHECK -->
216
+<!-- BEGIN TRANSFER -->
210 217
     	<h3 style="margin-top:20px;">Donate via Wire or Bank Transfer</h3>
211 218
         <h4>US Transfers</h4>
212 219
         <p>For US donations via wire or ACH transfer, please contact us for the relevant information.</p>
... ...
@@ -240,6 +247,20 @@ function validateAmount(amount){
240 247
      </div>
241 248
    </div>
242 249
 <!-- END TRANSFER -->
250
+<!-- BEGIN BITCOIN -->
251
+   <a id="bitcoin"></a>
252
+   <div class="hundred toptwenty">
253
+    <div class="dbox donate">
254
+    <h3>Bitcoins</h3>
255
+    <p>Instead of donating bitcoins to Tor,
256
+    please consider a donation to either <a
257
+    href="https://www.torservers.net/donate.html">Torservers.net</a>
258
+    or <a href="http://noisetor.net/">NoiseTor</a>. Either of these
259
+    organizations will turn your bitcoin donation into a faster, larger
260
+    Tor Network for all.</p>
261
+    </div>
262
+   </div>
263
+<!-- END BITCOIN -->
243 264
 <!-- END MAINCOL -->
244 265
 </div>
245 266
   <div id = "sidecol">
246 267