summaryrefslogtreecommitdiff
path: root/templates/public/donate.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/public/donate.html')
-rw-r--r--templates/public/donate.html90
1 files changed, 11 insertions, 79 deletions
diff --git a/templates/public/donate.html b/templates/public/donate.html
index b5fc43df..ef7f252d 100644
--- a/templates/public/donate.html
+++ b/templates/public/donate.html
@@ -2,94 +2,26 @@
{% load cache %}
{% load cdn %}
-{% block title %}Arch Linux - Donate{% endblock %}
+{% block title %}Parabola - Donate{% endblock %}
{% block content %}
{% cache 600 donations secure %}
<div id="donations" class="box">
- <h2>Donate to Arch Linux</h2>
+ <h2>Donate to Parabola</h2>
- <p>Arch Linux survives because of the tireless efforts of many people in
- the community and the core development circle. None of us are paid for
- our work, and we don't have the personal funds to sustain server costs
- ourselves.</p>
+ <h3>We don't accept any money donations</h3>
- <p>There are many ways to help support Arch Linux. If technical development,
- documentation, or support aren't your strong points, you could certainly
- help us by dropping a few bucks our way.</p>
+ <p>That's right. At the moment, Parabola isn't accepting any money
+ donations. And that's because we have nothing to do with them. We really
+ don't, at the moment. So, some voluntary work is much preffered than
+ anything, because we are a really small community of hackers.</p>
- <p>Many thanks!</p>
+ <p>If you want, we have a pretty nice <a
+ href='http://wiki.parabolagnulinux.org/TODO' title='The TODO
+ list!'>TODO list</a> you can check to help us by donating some of your
+ time. That will be very much appreciated by us :)</p>
- <h3>Monetary donations</h3>
-
-{% comment %}
- <p>Financial contributions are accepted via <a title="Click to donate now"
- href="https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&amp;business=aaronmgriffin@gmail.com&amp;currency_code=USD">PayPal</a>.
- Funds are used for server hardware upgrades, conventions, schwag giveaways and more.</p>
-
- <div id="paypal-button">
- <!-- paypal code -->
- <form id="paypal-form" name="_xclick" action="https://www.paypal.com/cgi-bin/webscr" method="post">
- <p><input type="hidden" name="cmd" value="_xclick"/></p>
- <p><input type="hidden" name="business" value="aaronmgriffin@gmail.com"/></p>
- <p><input type="hidden" name="currency_code" value="USD"/></p>
- <p><input type="hidden" name="tax" value="0"/></p>
- <p><input type="hidden" name="lc" value="US"/></p>
- <p><input type="hidden" name="bn" value="PP-DonationsBF"/></p>
- <p><input type="hidden" name="item_name" value="Arch Linux Donation"/></p>
- <p><input type="hidden" name="no_shipping" value="1"/></p>
- <p><input type="hidden" name="cn" value="Suggestions/Comments"/></p>
- <p><input type="hidden" name="no_note" value="1"/></p>
- <p><input type="image" src="/media/donate.gif" name="submit"
- title="Make a PayPal donation to the Arch Linux project"
- alt="Make a PayPal donation to the Arch Linux project"
- style="background:transparent;border:none;" /></p>
- </form>
- </div>
-{% endcomment %}
- <p>At the moment, we are currently not taking monetary donations, but we
- may accept them again in the future.</p>
-
- <h3>Commercial sponsors and contributions</h3>
-
- <p>We'd like to thank <a href="http://www.velocitynetwork.net/?hosting_by=ArchLinux"
- title="velocity network">Velocity Network</a> for contributing space
- in a server rack, bandwidth, and electricity for our main server.</p>
-
- <a href="http://www.velocitynetwork.net/?hosting_by=ArchLinux"
- title="velocity network"><img src="{% cdnprefix %}/media/vnet_button.png" class="sponsor-btn-vnet"
- title="" alt="velocity network - it's about time" /></a>
-
- <p>We also wish to extend a special Thank You to <a
- href="https://www.sevenl.net/?utm_source=archlinux-org&amp;utm_medium=sponsored-banner&amp;utm_campaign=thanks-to-sevenl"
- title="SevenL Networks - Dedicated Arch Linux servers">SevenL Networks</a>
- for their generous and ongoing contribution of a dedicated Arch Linux
- server. You too can have a dedicated Arch Linux server hosted by SevenL...
- head over to their website for more details.</p>
-
- <a href="https://www.sevenl.net/?utm_source=archlinux-org&amp;utm_medium=sponsored-banner&amp;utm_campaign=thanks-to-sevenl"
- title="SevenL Networks - Dedicated Arch Linux servers"><img src="{% cdnprefix %}/media/sevenl_button.png"
- class="sponsor-btn-sevenl" title="A big Thank You to SevenL Networks for their generous contribution"
- alt="We would like to express our thanks to SevenL Networks for their generous contribution" /></a>
-
- <p>More thanks go to <a href="http://www.airvm.com/ArchLinux"
- title="AirVM.com">AirVM.com</a> for contributing a VMWare-based Virtual Machine.</p>
-
- <a href="http://www.airvm.com/ArchLinux"
- title="AirVM.com - Your Green Technology Partner"><img src="{% cdnprefix %}/media/airvm_button.png"
- class="sponsor-btn-airvm" title="AirVM.com - Your Green Technology Partner" alt="AirVM.com - Your Green Technology Partner" /></a>
-
- <h3>Past donors</h3>
-
- <div id="donor-list">
- <ul>
- {% for donor in donors %}
- <li>{{ donor.name }}</li>{% endfor %}
- </ul>
- </div>
- <div class="clear"></div>
- <p>A huge thanks to you all for your contributions!</p>
</div>
{% endcache %}
{% endblock %}