|
| 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