From patchwork Fri Dec 23 16:08:12 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [3,of,3,website] donate: new page to route donations to conservancy From: Augie Fackler X-Patchwork-Id: 18015 Message-Id: To: mercurial-devel@mercurial-scm.org Date: Fri, 23 Dec 2016 11:08:12 -0500 # HG changeset patch # User Augie Fackler # Date 1482509162 18000 # Fri Dec 23 11:06:02 2016 -0500 # Node ID f48d84ce78aed4a3d063b08da0f7178028192501 # Parent 4d7de32b44efc1a385466e9bbafe4ac5a2177c34 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 --git a/templates/donate/index.html b/templates/donate/index.html new file mode 100644 --- /dev/null +++ b/templates/donate/index.html @@ -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 %}