{'title': 'IRC', 'link': '/community/irc/'},
# {'title': 'Slack', 'link': 'https://join.slack.com/t/postgresteam/shared_invite/zt-1qj14i9sj-E9WqIFlvcOiHsEk2yFEMjA'},
{'title': 'Local User Groups', 'link': '/community/user-groups/'},
+ {'title': 'Recognised NPOs', 'link': '/community/recognised-npos/'},
{'title': 'Events', 'link': '/about/events/'},
{'title': 'International Sites', 'link': '/community/international/'},
],
<h1>Donate <i class="far fa-money-bill-alt"></i></h1>
+<p>
+ This pages lists <a href="/community/recognised-npos">Recognised NPOs</a>
+ and additional non-profit organisations that are critical to the PostgreSQL
+ project. Donations to these organizations are helpful in
+ supporting our work.
+</p>
+<p>
+ There are different ways to support Recognised NPOs, including becoming
+ a <a href="/about/financial/">Financial Sponsor</a>. You can find out
+ more information about financial sponsorship on the
+ <a href="/about/financial/">financial sponsorship</a> page, or through a
+ Recognised NPOs website.
+</p>
+
<h2>PostgreSQL Project assets</h2>
<p>
The <a href="https://postgres.ca">PostgreSQL Community Association</a>
<h1>Recognised PostgreSQL Nonprofit Organisations <i class="fas fa-gavel"></i></h1>
-<p><em>Last updated: July 29, 2017. {%git_changes_link%} <a href="https://git.postgresql.org/gitweb/?p=pgweb.git;a=history;f=templates/pages/community/recognition.html">View</a> history before December 8, 2020.</em></p>
+<p><em>Last updated: January 7, 2025. {%git_changes_link%} <a href="https://git.postgresql.org/gitweb/?p=pgweb.git;a=history;f=templates/pages/community/recognition.html">View</a> history before December 8, 2020.</em></p>
-<p>Recognised PostgreSQL Nonprofit Organisations (NPOs) will be listed on the <a href="/">PostgreSQL Website</a> as such. To become recognised as an NPO, the organisation must self-certify that they meet the criteria below, aimed at ensuring they meet the standards of openness expected in the PostgreSQL Community.
+<p>Recognised PostgreSQL Nonprofit Organisations (NPOs) will be listed on the <a href="/community/recognised-npos/">PostgreSQL Website</a> as such. To become recognised as an NPO, the organisation must self-certify that they meet the criteria below, aimed at ensuring they meet the standards of openness expected in the PostgreSQL Community.
</p>
<p>
Use of the terms "MUST", "MUST NOT", "SHOULD" and "SHOULD NOT" in the criteria below should be interpreted per <a href="https://www.ietf.org/rfc/rfc2119.txt" target="_blank" rel="noopener">RFC2119</a>.
--- /dev/null
+{%extends "base/page.html"%}
+{%block title%}Recognised NPOs{%endblock%}
+{%block contents%}
+
+<h1>Recognised NPOs</h1>
+
+<p>Recognised NPOs (Non Profit Organisations) are legal entities that support
+ the PostgreSQL project as their primary objective, and are managed in
+ accordance with the <a href="/about/policies/npos/">Recognised PostgreSQL
+ Nonprofit Organisations</a> policy.</p>
+
+<h2>PostgreSQL Europe</h2>
+
+<p>PostgreSQL Europe is the "umbrella group" for PostgreSQL User Groups in
+ Europe and for users in regions that don't have a local user group. It's
+ goal is to promote the use of PostgreSQL in Europe, primarily by assisting
+ local user groups to promote the product locally through conferences and
+ other advocacy, as well as running European-wide conferences and other
+ activities.</p>
+<p>More information can be found on the
+ <a href="https://www.postgresql.eu/">PostgreSQL Europe website</a>.</p>
+
+<h2>PostgreSQLFr</h2>
+
+<p>PostgreSQLFr has as its objectives the promotion, the support for
+ deployment and the development of the Open Source software PostgreSQL
+ and its derivatives and related projects in France and in French
+ speaking countries.</p>
+<p>PostgreSQLFr organises the "PG Day France" each year in a different
+ city, since 2008.</p>
+<p>More information can be found on the
+ <a href="https://www.postgresql.fr/">PostgreSQLFr website</a>.</p>
+
+<h2>United States PostgreSQL Association</h2>
+
+<p>The United States PostgreSQL Association, affectionately known as PgUS,
+ is a IRS 501(c)(3) public charity. It's purpose is to support the growth
+ and education of PostgreSQL, The World's Most Advanced Open Source
+ Database.</p>
+<p>More information can be found on the
+ <a href="https://postgresql.us/">PgUS website</a>.</p>
+{%endblock%}