Skip to content

Commit 83493b5

Browse files
committed
Add a page listing recognised NPOs.
1 parent 3743bdb commit 83493b5

File tree

4 files changed

+59
-2
lines changed

4 files changed

+59
-2
lines changed

pgweb/util/contexts.py

+1
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
{'title': 'IRC', 'link': '/community/irc/'},
5050
# {'title': 'Slack', 'link': 'https://join.slack.com/t/postgresteam/shared_invite/zt-1qj14i9sj-E9WqIFlvcOiHsEk2yFEMjA'},
5151
{'title': 'Local User Groups', 'link': '/community/user-groups/'},
52+
{'title': 'Recognised NPOs', 'link': '/community/recognised-npos/'},
5253
{'title': 'Events', 'link': '/about/events/'},
5354
{'title': 'International Sites', 'link': '/community/international/'},
5455
],

templates/pages/about/donate.html

+14
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,20 @@
44

55
<h1>Donate <i class="far fa-money-bill-alt"></i></h1>
66

7+
<p>
8+
This pages lists <a href="/community/recognised-npos">Recognised NPOs</a>
9+
and additional non-profit organisations that are critical to the PostgreSQL
10+
project. Donations to these organizations are helpful in
11+
supporting our work.
12+
</p>
13+
<p>
14+
There are different ways to support Recognised NPOs, including becoming
15+
a <a href="/about/financial/">Financial Sponsor</a>. You can find out
16+
more information about financial sponsorship on the
17+
<a href="/about/financial/">financial sponsorship</a> page, or through a
18+
Recognised NPOs website.
19+
</p>
20+
721
<h2>PostgreSQL Project assets</h2>
822
<p>
923
The <a href="https://postgres.ca">PostgreSQL Community Association</a>

templates/pages/about/policies/npos.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55

66
<h1>Recognised PostgreSQL Nonprofit Organisations <i class="fas fa-gavel"></i></h1>
77

8-
<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>
8+
<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>
99

10-
<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.
10+
<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.
1111
</p>
1212
<p>
1313
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>.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
{%extends "base/page.html"%}
2+
{%block title%}Recognised NPOs{%endblock%}
3+
{%block contents%}
4+
5+
<h1>Recognised NPOs</h1>
6+
7+
<p>Recognised NPOs (Non Profit Organisations) are legal entities that support
8+
the PostgreSQL project as their primary objective, and are managed in
9+
accordance with the <a href="/about/policies/npos/">Recognised PostgreSQL
10+
Nonprofit Organisations</a> policy.</p>
11+
12+
<h2>PostgreSQL Europe</h2>
13+
14+
<p>PostgreSQL Europe is the "umbrella group" for PostgreSQL User Groups in
15+
Europe and for users in regions that don't have a local user group. It's
16+
goal is to promote the use of PostgreSQL in Europe, primarily by assisting
17+
local user groups to promote the product locally through conferences and
18+
other advocacy, as well as running European-wide conferences and other
19+
activities.</p>
20+
<p>More information can be found on the
21+
<a href="https://www.postgresql.eu/">PostgreSQL Europe website</a>.</p>
22+
23+
<h2>PostgreSQLFr</h2>
24+
25+
<p>PostgreSQLFr has as its objectives the promotion, the support for
26+
deployment and the development of the Open Source software PostgreSQL
27+
and its derivatives and related projects in France and in French
28+
speaking countries.</p>
29+
<p>PostgreSQLFr organises the "PG Day France" each year in a different
30+
city, since 2008.</p>
31+
<p>More information can be found on the
32+
<a href="https://www.postgresql.fr/">PostgreSQLFr website</a>.</p>
33+
34+
<h2>United States PostgreSQL Association</h2>
35+
36+
<p>The United States PostgreSQL Association, affectionately known as PgUS,
37+
is a IRS 501(c)(3) public charity. It's purpose is to support the growth
38+
and education of PostgreSQL, The World's Most Advanced Open Source
39+
Database.</p>
40+
<p>More information can be found on the
41+
<a href="https://postgresql.us/">PgUS website</a>.</p>
42+
{%endblock%}

0 commit comments

Comments
 (0)