Update donation language on general funds group page
authorJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 9 Mar 2023 01:29:17 +0000 (17:29 -0800)
committerJonathan S. Katz <jonathan.katz@excoventures.com>
Thu, 9 Mar 2023 01:29:17 +0000 (17:29 -0800)
This provides up-to-date info on the methods that are available
through SPI.

Reported-by: Robert Treat <rob@xzilla.net>
templates/pages/about/donate.html
templates/pages/about/donate_pg_org.html

index 8720eeea3af7dd235e873ef641bbbd94cb1e88f1..fff6b3b59bb2e5be729b7245ad677d3f3fd523d4 100644 (file)
 <p><a class="btn btn-primary" href="https://www.postgres.ca/donate">Donate to PGCAC</a></p>
 
 <h2>General PostgreSQL efforts</h2>
-<p>PostgreSQL is an affiliated project of <a href="https://www.spi-inc.org/">Software in the Public Interest.</a> Funds donated to PostgreSQL are used
-to sponsor general PostgreSQL efforts. These funds are managed by the Fund raising group.</p>
+<p>PostgreSQL is an affiliated project of
+  <a href="https://www.spi-inc.org/" target="_blank" rel="noopener">Software in the Public Interest</a>.
+  Funds donated to PostgreSQL are used to sponsor general PostgreSQL efforts around the world.
+  These funds are managed by the <a href="/about/policies/funds-group/">Funds Group</a>.</p>
 <p><a class="btn btn-primary" href="/about/donate_pg_org/">Donate to PostgreSQL</a></p>
 
 <h2>PostgreSQL Europe (PgEU)</h2>
index 46f2d82bb5c73aefed19906e12d0c5d0a3478e3e..d37551eb765021c6df507f7acdf5d0467e7e63c4 100644 (file)
@@ -4,15 +4,18 @@
 
 <h1>Donate to PostgreSQL <i class="far fa-money-bill-alt"></i></h1>
 
-<p>PostgreSQL donations are managed by the <a href="https://wiki.postgresql.org/wiki/Funding_Requests" target="_blank" rel="noopener">funds group</a>. The money donated goes to many vital services that the PostgreSQL community needs including advocacy materials, project infrastructure, legal expenses, and more.</p>
-
-<h2>Donate by Credit Card / PayPal</h2>
 <p>
-  PostgreSQL donations are processed via Paysimple (third party) and deposited
-  into the <a href="https://spi-inc.org/projects/postgresql/" target="_blank" rel="noopener">PostgreSQL account at Software in the Public Interest (SPI)</a>.
-  You can click the button below, which will redirect you to PayPal where your
-  donation will be processed:
+  PostgreSQL donations are managed by the
+  <a href="/about/policies/funds-group/">Funds Group</a>.
+  The money donated may be used for a variety of services that the PostgreSQL
+  community needs including advocacy materials, project infrastructure, legal
+  expenses, and more.
 </p>
+
+<h2>Donate to PostgreSQL by Credit Card / Paypal</h2>
+
+You can donate to the PostgreSQL community using credit card or Paypal account. Donations are deposited into the <a href="https://spi-inc.org/projects/postgresql/" target="_blank" rel="noopener">PostgreSQL account at Software in the Public Interest (SPI)</a>.
+
 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
   <fieldset>
     <input type="hidden" name="cmd" value="_s-xclick">
   </fieldset>
 </form>
 
-<h2>For other amounts or to donate via American, Canadian Check or Money Order:</h2>
-<p>Donations can also be made by mailing a check or sending a money order to Software in the Public Interest, Inc.</p>
-<p><strong>Please be sure to put "PostgreSQL" in the MEMO field.</strong></p>
-<p>You can mail the check or money order to:<br />
-Software in the Public Interest, Inc.<br />
-1732 1st Ave #20327<br />
-New York, NY 10128-5177<br />
-United States<br />
+<h2>Other Ways to Donate to PostgreSQL</h2>
+
+<p>PostgreSQL is an affiliated project of
+  <a href="https://www.spi-inc.org/" target="_blank" rel="noopener">Software in the Public Interest</a>.
+  You can donate to PostgreSQL through a variety of means as made available
+  through Software in the Public Interest. These include the following methods:
+</p>
+
+<ul>
+  <li>Donation via Credit Card</li>
+  <li>Donation via Zelle</li>
+  <li>Donation via PayPal</li>
+  <li>Donation via Check</li>
+</ul>
+
+<p>
+  When donating, please make sure to include a designation for
+  <strong>PostgreSQL</strong> with your donation.
 </p>
 
+<p>
+  For details on the above donation methods, as well as additional methods,
+  please see
+  <a href="https://www.spi-inc.org/donations/" target="_blank" rel="noopener">the donations page</a>
+  at <a href="https://www.spi-inc.org" target="_blank" rel="noopener">Software In The Public Interest</a>.
+</p>
 
 <h2>Tax deductibility</h2>
-<p>Please be aware that PostgreSQL contributions may or may not be tax exempt. For more information please see the <a href="https://www.spi-inc.org/donations">SPI website</a> and your local tax advisor. If you would like to donate non-monetary items such as computers or other equipment, please contact the <a
-href="mailto:funds-group@postgresql.org">PostgreSQL Funds Group</a>.</p>
+<p>
+  Please be aware that PostgreSQL contributions may or may not be tax exempt.
+  For more information please see the
+  <a href="https://www.spi-inc.org/donations/" target="_blank" rel="noopener">SPI website</a>
+  and your local tax advisor. If you would like to donate non-monetary items
+  such as computers or other equipment, please contact the
+  <a href="mailto:funds-group@postgresql.org">PostgreSQL Funds Group</a>.</p>
 
 <h2>Infrastructure Donations</h2>
-<p>There are many companies that donate <a href="/about/servers/">servers.</a></p>
+<p>
+  There are many companies that donate <a href="/about/servers/">servers</a>
+  and other infrastructure to the PostgreSQL community. If you are interested in
+  providing infrastructure, please contact the
+  <a href="mailto:funds-group@postgresql.org">PostgreSQL Funds Group</a>.
+</p>
 
 
 {%endblock%}