fsfe-website/donate/paypal.en.xhtml

98 lines
3.9 KiB
HTML

<?xml version="1.0" encoding="utf-8" ?>
<html>
<head>
<title>FSFE - Donations to the FSFE via PayPal</title>
</head>
<body>
<h1>Donations to the FSFE via PayPal</h1>
<div style="text-align: center;">
<p>
[ <b><a href="/donate/donate.html">Other means</a></b> ]
[ <b>Credit Card</b> ]
</p>
</div>
<p>
Due to substantial bank fees charged for international money transfers,
it often makes no sense for small donations or standing orders to be sent
directly to the
<a href="donate.html#fsfe-account">FSFE bank account</a>.
</p>
<p>
Therefore you can also contribute by credit card or other means of
payment accepted by PayPal. PayPal does not have setup charges, monthly
charges, or gateway fees, it does however take 1.9% + $0.30 USD of each
transaction.
</p>
<p>
Please select how much you wish to contribute
</p>
<!-- more options under https://www.paypal.com/en_US/pdf/integration_guide.pdf page 123 -->
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" class="indent">
<p>
<input type="hidden" name="cmd" value="_xclick"/>
<input type="hidden" name="business" value="paypal@fsfeurope.org"/>
<input type="hidden" name="image_url" value="http://fellowship.fsfe.org/login/images/fsfe_logo_w150.png"/>
</p>
<!-- here you can add the amount -->
<table>
<tr><td> </td><td><input type="text" name="amount" value="" size="5" /> EUR</td><td>- (other amount)</td></tr>
<tr><td> </td><td align="right">--- OR ---</td><td> </td></tr>
<tr><td><input type="radio" name="amount" value="120"/></td><td align="right">120 EUR</td> <td>- Supporter</td></tr>
<tr><td><input type="radio" name="amount" value="600"/></td><td align="right">600 EUR</td> <td>- Contributor</td></tr>
<tr><td><input type="radio" name="amount" value="1200"/></td><td align="right">1200 EUR</td> <td>- Sustaining Contributor</td></tr>
<tr><td><input type="radio" name="amount" value="6000"/></td><td align="right">6000 EUR</td> <td>- Patron</td></tr>
<tr><td> </td><td> </td><td> </td></tr>
<tr>
<td> </td>
<td> </td>
<td align="right">
<!-- here you can add the intended purpose -->
<input type="hidden" name="item_name" value="Donation"/>
<input type="hidden" name="currency_code" value="EUR"/>
<input type="hidden" name="cn" value="How do you wish to be listed on our Thank GNUs page?"/>
<input type="hidden" name="no_note" value="0"/>
<!-- to which site the user is piped after payment -->
<!-- <input type="hidden" name="return" value"http://fsfe.org/donate-thank.html"> -->
<input type="reset" name="reset" value="Clear"/>
<input type="submit" name="submit" value="Donate"/>
</td>
</tr>
</table>
</form>
<p>
The Free Software Foundation Europe wants to acknowledge its supporters and contributors in a visible fashion. Therefore we would like to ask you to send mail to
<code><a href="mailto:office@fsfeurope.org">&lt;office@fsfeurope.org&gt;</a></code>
and let us know where to send a thank-you letter. Also we would like to
list you on our "<a href="thankgnus.html">Thank GNUs</a>" page. Even if
you prefer to remain anonymous, please let us know how to reach you, so
we can thank you privately.
</p>
<p>
If you are interested in announcing your contribution publicly, the FSFE
also provides some
<a href="/about/graphics/sponsoring/sponsoring.html">sponsoring buttons</a>
for its donors.
</p>
<p>
The FSFE thanks all <a href="thankgnus.html">donors</a>. Your contribution allows us to work.
</p>
</body>
<timestamp>$Date$ $Author$</timestamp>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->