git.schokokeks.org
Repositories
Help
Report an Issue
tor-webwml.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
8701882fe
Branches
Tags
bridges
docs-debian
jobs
master
press-clips
tor-webwml.git
donate
en
donate.wml
Donations within Europe now tax deductible in all member states
Moritz Bartl
commited
8701882fe
at 2013-04-03 07:16:09
donate.wml
Blame
History
Raw
## translation metadata # Revision: $Revision$ # Translation-Priority: 3-low #include "head.wmi" TITLE="Tor Project: Donate to Tor" CHARSET="UTF-8" <div id="content" class="clearfix"> <div id="breadcrumbs"> <a href="<page index>">Home » </a> <a href="<page donate/donate>">Donate</a> </div> <div id="maincol"> <h1>Make A Donation</h1> <p><strong>Your support is critical to our success.</strong> The Tor Project is a US 501(c)(3) non-profit dedicated to research, development, and education about online anonymity and privacy. Donations to The Tor Project may be tax deductible to persons who are in the US; or who pay taxes in countries with reciprocity with the US on charitable donations. Our tax ID number is 20-8096820. We are listed on <a href="http://www2.guidestar.org/organizations/20-8096820/tor-project.aspx">GuideStar</a>. We're happy to accept donations via:</p> <ul class="hlist"> <li><a href="#paypal">Paypal</a></li> <li><a href="#amazon">Amazon Payments</a></li> <li><a href="#dwolla">Dwolla</a></li> <li><a href="#givv">Givv.org</a></li> <li><a href="#cash">checks, money orders, bank transfers, stock grants, or other more sophisticated transactions</a></li> <li class="last"><a href="#bitcoin">bitcoin</a></li> </ul> <p>Contact us at donations@torproject.org for more donation details.</p> <!-- BEGIN PAYPAL --> <script type="text/javascript" src="$(DOCROOT)/js/jquery.min.js"></script> <script type="text/javascript"> function displayVals() { var t3 = jQuery('#t3').val(); var amount = jQuery('#amount').val(); var radioVal = jQuery('input[@name="amount"]:checked').val(); if(t3 != 0){ if( !amount ) { jQuery('#a3').val(radioVal); }else{ jQuery('#a3').val(amount); } jQuery('#p3').val(1); jQuery('#cmd').val('_xclick-subscriptions'); jQuery('#item_name').val('Tor Project Membership'); jQuery('#ppinfo').replaceWith('<small id="ppinfo">Requires a PayPal Account</small>'); }else{ jQuery('#a3').val(0); jQuery('#p3').val(0); jQuery('#cmd').val('_donations'); jQuery('#item_name').val('Donation to the Tor Project'); jQuery('#ppinfo').replaceWith('<small id="ppinfo">Does Not Require a PayPal Account</small>'); } if( !t3 ) { jQuery('#cmd').val('_donations'); jQuery('#item_name').val('Donation to the Tor Project'); jQuery('#ppinfo').replaceWith('<small id="ppinfo">Does Not Require a PayPal Account</small>'); } } jQuery(function(){ jQuery("input[@name='amount']:checked").change(displayVals); jQuery("#amount").change(displayVals); jQuery("#t3").change(displayVals); displayVals(); }); </script> <div class="hundred toptwenty"> <div class="dbox donate"> <a name="paypal"></a> <h3>Donate via PayPal</h3> <form id="donate" action="https://www.paypal.com/cgi-bin/webscr" method="post"> <p class="type"> <label for="type">Donation Type:</label> <select id="t3" name="t3"> <option value="0">One-time Donation</option> <option value="M">Monthly Subscription</option> </select> <small id="ppinfo">Does Not Require a PayPal Account</small> </p> <div class="drow"> <div> <span> <select name="currency_code" class="cur"> <option value="USD" selected="selected">$</option> <option value="EUR">€</option> <option value="GBP">£</option> <option value="YEN">¥</option> </select> </span> <ul class="amounts"> <li><input type="radio" class="radio" name="amount" value="2000.00"><label for="2000">2000</label></li> <li><input type="radio" class="radio" name="amount" value="1000.00"><label for="1000">1000</label></li> <li><input type="radio" class="radio" name="amount" value="500.00"><label for="500">500</label></li> <li><input type="radio" class="radio" name="amount" value="250.00"><label for="250">250</label></li> <li><input type="radio" class="radio" name="amount" value="100.00" checked="checked"><label for="100">100</label></li> <li><input type="radio" class="radio" name="amount" value="50.00"><label for="50">50</label></li> <li><input type="radio" class="radio" name="amount" value="20.00"><label for="20">20</label></li> <li><input type="radio" class="radio" name="amount" value="10.00"><label for="10">10</label></li> <li><input type="radio" class="radio" name="amount" value="5.00"><label for="5">5</label></li> </ul> </div> <div> <label for="custom">or enter a donation amount:</label><input type="text" id="amount" class="amount" name="amount"> <input type="hidden" id="a3" name="a3" value="0"> <input class="donate-btn" type="submit" name="donate" value="Donate" alt="Subscribe to Tor with PayPal - it's fast, free and secure!"> <!-- <input type="image" src="../images/btn_donateCC_LG.gif" name="submit" alt="Subscribe to Tor with PayPal - it's fast, free and secure!"> --> </div> <input type="hidden" id="p3" name="p3" value="1"> <input type="hidden" name="sra" value="1"> <input type="hidden" name="src" value="1"> <input type="hidden" name="no_shipping" value="1"> <input type="hidden" name="no_note" value="1"> <input type="hidden" id="cmd" name="cmd" value="_donations"> <input type="hidden" name="business" value="donations@torproject.org"> <input type="hidden" id="item_name" name="item_name" value="Donation to the Tor Project"> <input type="hidden" name="return" value="https://www.torproject.org/donate/thankyou"> <input type="hidden" name="cancel_return" value="https://www.torproject.org/getinvolved/volunteer"> </div> </form> </div> </div> <!-- END PAYPAL --> <div class="hundred toptwenty"> <!-- BEGIN AMAZON --> <a name="amazon"></a> <div class="dbox dsmall"> <h3>Donate via Amazon Payments</h3> <form action="https://authorize.payments.amazon.com/pba/paypipeline" method="post"> <div class="drow toppad"> <div> <label for="amazon">$</label> <input type="text" name="amount" size="6" value="20"> <input class="donate-btn" type="image" src="$(IMGROOT)/golden_small_donate_withmsg_whitebg.gif"> </div> <input type="hidden" name="immediateReturn" value="1"> <input type="hidden" name="collectShippingAddress" value="0"> <input type="hidden" name="minimumDonationAmount" value="USD 5"> <input type="hidden" name="isDonationWidget" value="1"> <input type="hidden" name="description" value="Supporting Online Anonymity & Privacy"> <input type="hidden" name="amazonPaymentsAccountId" value="XGSROLNTXRNC3N1P4TXKMNK14LN1D6SZUD8SN1"> <input type="hidden" name="returnUrl" value="https://www.torproject.org/donate/thankyou.html"> <input type="hidden" name="processImmediate" value="1"> <input type="hidden" name="cobrandingStyle" value="logo"> <input type="hidden" name="abandonUrl" value="https://www.torproject.org/donate/donate.html"> </div> </form> <small>Requires an Amazon Account</small> </div> <!-- END AMAZON --> <!-- BEGIN DWOLLA --> <a id="dwolla"></a> <div class="dbox dsmall dwolla"> <h3>Donate via Dwolla</h3> <p>Dwolla is a peer to peer payment platform which allows users to exchange money quickly, safely, at a lower cost.</p> <p style="text-align:center;"><strong><a href="https://www.dwolla.com/hub/thetorproject">Continue to Dwolla »</a></strong></p> </div> <!-- END DWOLLA --> <!-- BEGIN GIVV --> <a id="givv"></a> <div class="dbox dsmall givv"> <h3>Donate via Givv.org</h3> <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 to Tor and stay in control!</strong></p> <p style="text-align:center;"><strong><a href="http://givv.org/recipients/the-tor-project">Continue to Givv.org »</a></strong></p> </div> <!-- END GIVV --> </div> <!-- BEGIN CHECK --> <a id="cash"></a> <div class="hundred toptwenty"> <div class="dbox donate"> <h3>Donate via Check, Cash, Money Order, Bank Transfer</h3> <h4>You can send checks or money orders to:</h4> <p>The Tor Project, Inc<br> 969 Main Street, Suite 206<br> Walpole, MA 02081-2972 USA</p> <!-- END CHECK --> <!-- BEGIN TRANSFER --> <h3 style="margin-top:20px;">Donate via Wire or Bank Transfer</h3> <h4>US Transfers</h4> <p>For US donations via wire or ACH transfer, please contact us for the relevant information.</p> <h4>European Transfers</h4> <p><em>For European bank transfers, we have an arrangement with <a href="https://www.ccc.de/">CCC in Germany</a> to provide tax-deductible donations for Europeans:</em></p> <p>Wau Holland Stiftung<br> IBAN DE03 5204 0021 0277 281202<br> SWIFT BIC COBADEFF520</p> <h4>Classic style German account information is:</h4> <p>Konto: 2772812-02<br> Inhaber: Wau Holland Stiftung<br> Bank: Commerzbank Kassel<br> BLZ: 52040021</p> <ul> <li>Residents from any of the 31 <a href="http://en.wikipedia.org/wiki/Single_Euro_Payments_Area">SEPA</a> member states can wire up to 50.000 Euro at the cost of a domestic transaction (i.e., usually free if submitted electronically).</li> <li>European citizens can make a charitable contribution that is tax-deductible to a certain degree (Germany: max 20% of total income). </li> <li>Corporate entities can deduct donations up to 4/1000 of their combined turnovers, wages and salaries. WHS issues a donation receipt upon request (if provided with address information).</li> </ul> </div> </div> <!-- END TRANSFER --> <!-- BEGIN BITCOIN --> <a id="bitcoin"></a> <div class="hundred toptwenty"> <div class="dbox donate"> <h3>Bitcoins</h3> <p>Instead of donating bitcoins to Tor, please consider a donation to <a href="https://www.torservers.net/donate.html">Torservers.net</a>, <a href="https://help.riseup.net/en/donate#bitcoin">Riseup</a>, or <a href="https://tails.boum.org/contribute/how/donate/#bitcoin">Tails</a> which will turn your bitcoin donation into a faster, larger Tor Network for all.</p> </div> </div> <!-- END BITCOIN --> <!-- END MAINCOL --> </div> <div id = "sidecol"> #include "side-donate.wmi" #include "info.wmi" </div> <!-- END SIDECOL --> <!-- END CONTENT --> </div> #include <foot.wmi>