Add a page listing recognised NPOs.
authorDave Page <dpage@pgadmin.org>
Tue, 7 Jan 2025 09:28:07 +0000 (09:28 +0000)
committerDave Page <dpage@pgadmin.org>
Tue, 7 Jan 2025 09:28:07 +0000 (09:28 +0000)
pgweb/util/contexts.py
templates/pages/about/donate.html
templates/pages/about/policies/npos.html
templates/pages/community/recognised-npos.html [new file with mode: 0644]

index 35dc384a562a86f9c10ab68b89d5170388db6f06..b66d41cbd55e06dc220e27e69c1afb66c79ad1ff 100644 (file)
@@ -49,6 +49,7 @@ sitenav = {
         {'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/'},
     ],
index 9a4214b699a919149a20d37087f8dfd4da2f83ce..e71061ee9248311bdcc7b7a2be01a1443d445a81 100644 (file)
@@ -4,6 +4,20 @@
 
 <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>
index 5b1ff07af6fcaf4147bcf2e2b30cd0a0989ad500..cc8ac371137c67e2a44985bc1bfa4d2a4cca09a7 100644 (file)
@@ -5,9 +5,9 @@
 
 <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>.
diff --git a/templates/pages/community/recognised-npos.html b/templates/pages/community/recognised-npos.html
new file mode 100644 (file)
index 0000000..d092d09
--- /dev/null
@@ -0,0 +1,42 @@
+{%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%}