2008-01-31 20:38:37 +00:00
|
|
|
{% extends "_layout.html" %}
|
|
|
|
{% block title %}Donate{% endblock %}
|
2008-02-01 17:28:08 +00:00
|
|
|
{% block content %}<p>Thank you for your interest in contributing to I2P!
|
|
|
|
The details of how you
|
2009-02-12 10:43:43 +00:00
|
|
|
can make your contribution are provided below.</p>
|
|
|
|
NOTE: The links to donate money works til yet only via normal net. I need to setup a https proxy first to let them work in .i2p space!<br />
|
2004-07-06 20:39:18 +00:00
|
|
|
|
2005-01-18 18:57:07 +00:00
|
|
|
<h2><a href="http://www.paypal.com/" target="_new">PayPal</a></h2>
|
2004-07-06 20:39:18 +00:00
|
|
|
<table>
|
|
|
|
<tr>
|
2005-01-18 18:57:07 +00:00
|
|
|
<td>One time donation:</td>
|
|
|
|
<td>
|
2004-07-12 08:37:30 +00:00
|
|
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
2009-02-06 20:01:11 +00:00
|
|
|
<input type="hidden" name="cmd" value="_s-xclick">
|
2009-02-06 20:16:50 +00:00
|
|
|
<input type="hidden" name="hosted_button_id" value="3031758">
|
2009-02-06 20:01:11 +00:00
|
|
|
<input type="hidden" name="no_note" value="0">
|
|
|
|
<input type="hidden" name="no_shipping" value="1">
|
2009-02-06 20:16:50 +00:00
|
|
|
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="">
|
2009-02-06 20:01:11 +00:00
|
|
|
<img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1">
|
2004-07-06 20:39:18 +00:00
|
|
|
</form>
|
2005-01-18 18:57:07 +00:00
|
|
|
</td>
|
|
|
|
</tr>
|
2004-07-06 20:39:18 +00:00
|
|
|
|
2005-01-18 18:57:07 +00:00
|
|
|
<tr>
|
2009-02-06 20:07:41 +00:00
|
|
|
<td>Donate 10 €/month due 12 month: </td>
|
2005-01-18 18:57:07 +00:00
|
|
|
<td>
|
2004-07-12 08:37:30 +00:00
|
|
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
2009-02-06 20:01:11 +00:00
|
|
|
<input type="hidden" name="cmd" value="_s-xclick">
|
|
|
|
<input type="hidden" name="hosted_button_id" value="3031934">
|
|
|
|
<input type="hidden" name="no_note" value="0">
|
|
|
|
<input type="hidden" name="no_shipping" value="1">
|
|
|
|
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_subscribeCC_LG.gif" border="0" name="submit" alt="">
|
|
|
|
<img alt="" border="0" src="https://www.paypal.com/de_DE/i/scr/pixel.gif" width="1" height="1">
|
2004-07-19 15:16:17 +00:00
|
|
|
</form>
|
2005-01-18 18:57:07 +00:00
|
|
|
</td>
|
|
|
|
</tr></table>
|
2009-03-31 10:07:07 +00:00
|
|
|
If you want to keep more or less anonymous, the option to send money via mail is also available. But it is less secure
|
|
|
|
as the envelope can be lost on the way to us. <br />
|
|
|
|
But if you want to spend via snail mail, contact us at <a href="mailto:echelon@i2pmail.org?subject=information about snailmail donation">
|
|
|
|
and we send out information on howto.<br />
|
|
|
|
<br />
|
2009-02-12 10:36:24 +00:00
|
|
|
<br />
|
|
|
|
Meanwhile have a look on the generous donators having spent some great amount to make I2P live in the <a href="halloffame.html">hall of fame</a>.<br />
|
2005-01-18 18:57:07 +00:00
|
|
|
|
|
|
|
|
2005-09-07 22:05:41 +00:00
|
|
|
<br /><br />
|
2008-02-01 17:28:08 +00:00
|
|
|
{% endblock %}
|