/www/imfreedom: 003397dd3074: Add a donate.php page. It's not l...

Mark Doliner mark at kingant.net
Thu Aug 2 02:50:44 EDT 2012


Changeset: 003397dd307460f773a9088fdf5feadf349fb2ed
Author:	 Mark Doliner <mark at kingant.net>
Date:	 2012-08-01 23:50 -0700
Branch:	 default
URL: http://hg.pidgin.im/www/imfreedom/rev/003397dd3074

Description:

Add a donate.php page.  It's not linked to from anywhere and it's not
very formal.  But it does give us somewhere to point people who ask
about donating.

diffstat:

 donate.php |  34 ++++++++++++++++++++++++++++++++++
 1 files changed, 34 insertions(+), 0 deletions(-)

diffs (39 lines):

diff --git a/donate.php b/donate.php
new file mode 100644
--- /dev/null
+++ b/donate.php
@@ -0,0 +1,34 @@
+<?php
+
+$title = "Donate";
+include('header.php');
+
+?>
+
+<p>
+You can choose to donate money to Instant Messaging Freedom, Inc.
+We'll use this money to further free instant messaging software as
+we see fit.  This generally means supporting Adium, Pidgin, Finch,
+and libpurple as needed, but could be used for other related
+purposes in the future.
+</p>
+
+<p>
+In the interests of full disclosure we think it's worth mentioning
+a few points:
+</p>
+
+<ul>
+<li>We currently have around $20,000 USD in the bank, mostly from summer of code mentor payments from Google Summer of Code (thanks, Google!).</li>
+<li>We currently don't have a strong need for money.  All work is done by volunteers.  We have no paid staff and think this is likely to remain true.  Pidgin and Adium are both generously provided with free hosting from <a href="http://www.networkredux.com/">Network Redux</a> and <a href="">SourceForge</a>.</li>
+<li>While we are a USA registered 501(c)(3) non-profit organization, we have historically not accepted donations and we have never given anyone a receipt for a donation.  It's possible that we're required by law to provide receipts for donations above certain amounts.  If you're familiar with this process and would like to offer advice, or if you would like a receipt, then please email our <a href="http://imfreedom.org/cgi-bin/mailman/listinfo/board">board mailing list</a>.</li>
+</ul>
+
+<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
+<input type="hidden" name="cmd" value="_s-xclick">
+<input type="hidden" name="hosted_button_id" value="ZDJ3L88KQQ5LS">
+<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
+<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
+</form>
+
+<?php include('footer.php'); ?>



More information about the Commits mailing list