diff --git a/templates/pages/about/policies.html b/templates/pages/about/policies.html index 1f89f1e7..79c39170 100644 --- a/templates/pages/about/policies.html +++ b/templates/pages/about/policies.html @@ -48,6 +48,7 @@
  • PostgreSQL Sponsorship
  • Conferences
  • Non-Profit Organisations
  • +
  • User Groups
  • {%endblock%} diff --git a/templates/pages/about/policies/user-groups.html b/templates/pages/about/policies/user-groups.html new file mode 100644 index 00000000..25a81995 --- /dev/null +++ b/templates/pages/about/policies/user-groups.html @@ -0,0 +1,127 @@ +{%extends "base/page.html"%} +{%load pgfilters%} +{%block title%}Recognised PostgreSQL User Groups{%endblock%} +{%block contents%} + +

    Recognised PostgreSQL User Groups

    + +

    Last updated: November 19, 2020 {%git_changes_link%}

    + +

    + Recognised PostgreSQL User Groups, aka "PUGs", may + be listed on the PostgreSQL Website as + such. To become recognised as PostgreSQL User Group, the user group must + self-certify that they meet the criteria below, aimed at ensuring they meet + the standards of openness expected in the PostgreSQL Community. +

    + +

    + Use of the terms "MAY", "MUST", "MUST NOT", "SHOULD" and "SHOULD NOT" in the + criteria below should be interpreted per + RFC2119, + where: +

    + + + +

    General

    + + + +

    Organisers

    + + + +

    Events

    + + + +

    Sponsorship

    + + +{%endblock%} diff --git a/templates/pugs/index.html b/templates/pugs/index.html index dbbc0df3..57c8fb07 100644 --- a/templates/pugs/index.html +++ b/templates/pugs/index.html @@ -3,8 +3,9 @@ {%block contents%}

    Local User Groups

    -

    The PostgreSQL community is proud to have many local chapters that advocate and educate users about PostgreSQL. Below is a list of PostgreSQL User Groups (PUGs) sorted by country and local area. If you would like to start a PostgreSQL User Group, please send an email to usergroups@postgresql.org and describe the PUG that you want to create.

    -

    If a PUG already exists in your area, follow the URLs below to find out how to attend and participate.

    +

    The PostgreSQL community is proud to have many local chapters that advocate and educate users about PostgreSQL. Below is a list of PostgreSQL User Groups (PUGs) sorted by country and local area.

    +

    If you would like to start a PostgreSQL User Group, please send an email to usergroups@postgresql.org and describe the PUG that you want to create. If a PUG already exists in your area, follow the URLs below to find out how to attend and participate.

    +

    PostgreSQL User Groups must follow the Recognised PostgreSQL User Group policy.

    {% for pug_group in pug_list %}

    {{ pug_group.country }}