-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
59 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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%} |