diff options
author | Konstantinos Karantias <kostis@gtklocker.com> | 2010-12-29 22:15:41 +0200 |
---|---|---|
committer | Konstantinos Karantias <kostis@gtklocker.com> | 2010-12-29 22:15:41 +0200 |
commit | f66414291ae9c19bea9db6b1c86390dc694afbb8 (patch) | |
tree | 99c8a370d1a9048c95f09605f7479291979643fb /templates/public | |
parent | 7d4789e26d359c9fc6b3c67ac1478597a4ea91d4 (diff) |
Donations are not accepted at the moment.
Diffstat (limited to 'templates/public')
-rw-r--r-- | templates/public/donate.html | 24 |
1 files changed, 7 insertions, 17 deletions
diff --git a/templates/public/donate.html b/templates/public/donate.html index 7b008817..5ac888de 100644 --- a/templates/public/donate.html +++ b/templates/public/donate.html @@ -10,29 +10,18 @@ <h2>Donate to Parabola</h2> - <p>Parabola 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 Parabola. 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>Many thanks!</p> - - <h3>Monetary donations</h3> - - <p>At the moment, we are currently not taking monetary donations, but we - may accept them in the future.</p> - - <h3>Commercial sponsors and contributions</h3> + <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> {% comment %} <!-- TODO: --> <p> We'd like to thank <!-- the guy wich donated the vserver or his company --></p> {% endcomment %} - +{% comment %} <h3>Past donors</h3> <div id="donor-list"> @@ -43,6 +32,7 @@ </div> <div class="clear"></div> <p>A huge thanks to you all for your contributions!</p> +{% endcomment %} </div> {% endcache %} {% endblock %} |