# HG changeset patch # User Augie Fackler # Date 1482509162 18000 # Node ID ef6da0fd2a0cdfbc59503c7a3c221efe59f7e609 # Parent d910d5ce9b0b4d79e63350842b0f6d634a529d08 donate: new page to route donations to conservancy This isn't linked to yet because I want to confirm with conservancy that this is still the right way to link to them for PayPal donations, because it's surprising to me that the linked page doesn't mention a project name or have a memo field. diff -r d910d5ce9b0b -r ef6da0fd2a0c templates/donate/index.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/templates/donate/index.html Fri Dec 23 11:06:02 2016 -0500 @@ -0,0 +1,62 @@ +{% extends "base.html" %} + +{% block main %} + + + + +

Project Donations

+ +

Mercurial is a volunteer-run free-software project that is a + member of + the Software + Freedom Conservancy, a US tax-exempt 501(c)(3) organization. + Donations are tax-deductable. + +

General donations

+

Donations to the general fund will be used to sponsor project +activities such as sprints and conference attendance:

+ + + + + + + + + + +
PayPalCheckWire Transfer
+
+ + + + +
+
+Software Freedom Conservancy, Inc.
+137 Montague Street STE 380
+Brooklyn, NY 11201-3548
+memo: Directed donation: Mercurial +

+
+Please write + to accounting@sfconservancy.org + for details.

+
+ +{% endblock %}