From 0eac3316e51e08c7c32ebd0396c2a2d9109e6833 Mon Sep 17 00:00:00 2001 From: Magnus Hagander Date: Tue, 8 Nov 2011 14:53:27 +0100 Subject: [PATCH] Add missing donation form --- templates/pages/about/donate_pg_org.html | 65 ++++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 templates/pages/about/donate_pg_org.html diff --git a/templates/pages/about/donate_pg_org.html b/templates/pages/about/donate_pg_org.html new file mode 100644 index 00000000..593f720b --- /dev/null +++ b/templates/pages/about/donate_pg_org.html @@ -0,0 +1,65 @@ +{%extends "base/page.html"%} +{%block title%}Donate{%endblock%} +{%block contents%} + +

Donate to PostgreSQL

+ +

PostgreSQL donations are managed by the Fund raising Group. The money donated goes to many vital services that the PostgreSQL community needs including advocacy materials, conference expenses, legal expenses, and travel costs.

+ +

Donate by Credit Card (preferred)

+

Donation via credit card is handled through USA ePay using the form below. + +

+
+
+ + + + + + + + + +
+

Donate:

+ +

+

+

For other amounts or to donate via American, Canadian Check or Money Order:

+

Write the check to Software in the Public Interest, Inc. Very Important: Put "PostgreSQL" in the Memo field. + Then mail check or money order to:

+ Software in the Public Interest, Inc.
+ P.O. Box 501248
+ Indianapolis, IN 46250-6248
+ United States
+

+ PostgreSQL donations are processed via Paysimple (third party) + and deposited into the PostgreSQL account at Software in the Public + Interest.
+ + + + + +
+
+
+ + +

Tax deductibility

+

Please be aware that PostgreSQL contributions may or may not be tax exempt. For more information please see the SPI website and your local tax advisor. If you would like to donate non-monetary items such as computers or other equipment, please contact Josh Berkus.

+ +

Infrastucture Donations

+

There are many companies that donate servers.

+ + +{%endblock%} -- 2.39.5