diff options
Diffstat (limited to 'templates/public/donate.html')
-rw-r--r-- | templates/public/donate.html | 64 |
1 files changed, 10 insertions, 54 deletions
diff --git a/templates/public/donate.html b/templates/public/donate.html index 7b104e4e..f7087dc9 100644 --- a/templates/public/donate.html +++ b/templates/public/donate.html @@ -1,6 +1,7 @@ {% extends "base.html" %} {% load cache %} {% load static from staticfiles %} +{% load wiki %} {% block title %}{{ BRANDING_DISTRONAME }} - Donate{% endblock %} @@ -10,63 +11,18 @@ <h2>Donate to {{ BRANDING_SHORTNAME }}</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 preferred 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="{% wiki_url '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> - - <p>Financial contributions are accepted via <a href="https://co.clickandpledge.com/Default.aspx?WID=47294" title="Donate via Click&Pledge to Arch Linux">Click&Pledge</a>. - Arch Linux is a member project of the - <a href="http://www.spi-inc.org/">Software in the Public Interest, Inc.</a> - non-profit corporation. Funds are used for hosting costs, server hardware - upgrades, and more. You are encouraged to learn more about the SPI, as well - as <a href="http://www.spi-inc.org/donations/">how donations work</a>.</p> - - <a href="https://co.clickandpledge.com/Default.aspx?WID=47294"> - <img width="210" height="34" src="{% static "click_and_pledge.png" %}" alt="Donate via Click&Pledge to Arch Linux" title="Donate via Click&Pledge to Arch Linux"/> - </a> - - <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 width="252" height="58" src="{% static "vnet_button.png" %}" class="sponsor-btn-vnet" - title="" alt="velocity network - it's about time" /></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 width="252" height="58" src="{% static "airvm_button.png" %}" - class="sponsor-btn-airvm" title="AirVM.com - Your Green Technology Partner" alt="AirVM.com - Your Green Technology Partner" /></a> - - <p>We would also like to thank Kartenzia for sponsoring a dedicated Arch Linux Server. - Kartenzia.de is a new Start-Up based in Germany and specializes in - eco-friendly invitations like <a href="http://www.kartenzia.de/weihnachtskarten/">Weihnachten</a>.</p> - - <a href="http://www.kartenzia.de/"><img width="292" height="74" src="{% static "kartenzia_button.png" %}" class="sponsor-btn-kartenzia" /></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 %} |