From 07b6188954339c081defe78fd966eb2c65104e1f Mon Sep 17 00:00:00 2001 From: "Jonathan S. Katz" Date: Sat, 29 Jul 2017 12:31:54 -0400 Subject: [PATCH] Publish community recognition guidelines from the PostgreSQL Core Committee. Publish the community recognition guidelines developed by the PostgreSQL Core Committee from a navigation off of the "Community" section. Add URLs from several other pages on the PostgreSQL website in order to access the guidelines: * Donate * Events * User Groups Additionally, this patch updates the contact email address for donation questions to the PostgreSQL Funds Group. --- pgweb/urls.py | 1 - pgweb/util/contexts.py | 1 + templates/events/archive.html | 3 +- templates/pages/about/donate.html | 15 +-- templates/pages/community/recognition.html | 121 +++++++++++++++++++++ templates/pugs/index.html | 33 +++--- 6 files changed, 150 insertions(+), 24 deletions(-) create mode 100644 templates/pages/community/recognition.html diff --git a/pgweb/urls.py b/pgweb/urls.py index 4321c40b..63724eef 100644 --- a/pgweb/urls.py +++ b/pgweb/urls.py @@ -153,4 +153,3 @@ urlpatterns = patterns('', # Fallback for static pages, must be at the bottom (r'^(.*)/$', 'pgweb.core.views.fallback'), ) - diff --git a/pgweb/util/contexts.py b/pgweb/util/contexts.py index 02ccc66a..c3bf4a3a 100644 --- a/pgweb/util/contexts.py +++ b/pgweb/util/contexts.py @@ -54,6 +54,7 @@ sitenav = { {'title': 'International Sites','link':'/community/international/'}, {'title': 'Propaganda', 'link':'/community/propaganda/'}, {'title': 'Resources', 'link':'/community/resources/'}, + {'title': 'Recognition Guidelines', 'link':'/community/recognition/'}, ], 'developer': [ {'title': 'Developers', 'link':'/developer/'}, diff --git a/templates/events/archive.html b/templates/events/archive.html index 10ac323b..962b156e 100644 --- a/templates/events/archive.html +++ b/templates/events/archive.html @@ -9,7 +9,7 @@

Note: The PostgreSQL Global Development Group does not endorse any events run by third parties. No guarantee of the quality of events is offered -whatsoever. +whatsoever. For information on Community Conference Recognition, please review the guidelines here.

{%for event in eventblock.events %}
{{event.title}}
@@ -29,4 +29,3 @@ whatsoever.

Submit event

{%endif%} {%endblock%} - diff --git a/templates/pages/about/donate.html b/templates/pages/about/donate.html index 7c761b5a..9751681d 100644 --- a/templates/pages/about/donate.html +++ b/templates/pages/about/donate.html @@ -11,23 +11,24 @@ PostgreSQL.

PostgreSQL Europe (PgEU)

-

PostgreSQL Europe is a European region non profit focusing on the support of other PostgreSQL groups in Europe. +

PostgreSQL Europe is a European region non profit focusing on the support of other PostgreSQL groups in Europe. You may also use this link to donate to specific European groups such as those in Germany or the -United Kingdom. Donate to PostgreSQL Europe.

+United Kingdom. Donate to PostgreSQL Europe.

PostgreSQL United States (PgUS)

PostgreSQL United States is a non profit for PostgreSQL in the United States. -It focuses on Education, User Groups, and Advocacy. Donate to PostgreSQL United States.

+It focuses on Education, User Groups, and Advocacy. Donate to PostgreSQL United States.

Tax deductibility

Please be aware that PostgreSQL contributions may or may not be tax exempt. For more information please refer to the party you are donating to and your tax professional.

+

PostgreSQL Nonprofit Organisation (NPO) Recognition

+

For information about how Recognised PostgreSQL Nonprofit Organizations (NPOs) become recognised, please review the guidelines here. +

Questions

If you have any questions about donations please contact either the -PostgreSQL fund raising contact or the -respective organization your are donating to. +PostgreSQL Funds Group or the +respective organization you are donating to.

- - {%endblock%} diff --git a/templates/pages/community/recognition.html b/templates/pages/community/recognition.html new file mode 100644 index 00000000..b39686cd --- /dev/null +++ b/templates/pages/community/recognition.html @@ -0,0 +1,121 @@ +{%extends "base/page.html"%} +{%block title%}Community Guidelines{%endblock%} +{%block contents%} + +

Community Recognition Guidelines

+ +

The PostgreSQL community is comprised of an international group of individuals and 3rd-party organisations who contribute to the PostgreSQL Development Group through various efforts. In order to help recognise the efforts of everyone contributing to the PostgreSQL project, the PostgreSQL Core Committee has put together a set of guidelines to fairly recognise these contributions to the community.

+ +

The following sections provide the guidelines for how various affiliates of the PostgreSQL community can qualify for official recognition by the PostgreSQL Development Group.

+ +

+

+

+ + +

Recognised PostgreSQL Nonprofit Organizations (NPOs)

+

Recognised PostgreSQL Nonprofit Organizations (NPOs) will be listed on the PostgreSQL Website 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. + +Use of the terms “must”, “must not”, “should” and “should not” in the criteria below should be interpreted per RFC2119. + +

Assessment Criteria

+

General

+ +

+

+

+ +

Membership

+

+

+

+ +

Directors

+

+

+

+ +

Vetting

+

+

+

+ + +

Community Conference Recognition

+

The Community Conference Recognition programme is a voluntary scheme under which submitters of events to the PostgreSQL Website listings may self-assess their entry against the criteria below, and if they comply may market their event as a PostgreSQL Community event.

+

Events that do not meet the criteria will still be welcomed (where appropriate under the general listing policies) - for example, events organised by a single company which may still be valuable for people to attend, but are not necessarily what we would consider fully “open.”

+

Use of the terms “must”, “must not”, “should” and “should not” in the criteria below should be interpreted per RFC2119.

+ +

Assessment Criteria

+

General

+

+

+

+ +

Talk selection

+

+

+

+ +

Sponsorship

+

+

+

+ +

Financial

+

+

+

+{%endblock%} diff --git a/templates/pugs/index.html b/templates/pugs/index.html index d2eaa9f7..52439e99 100644 --- a/templates/pugs/index.html +++ b/templates/pugs/index.html @@ -9,19 +9,24 @@ {% for pug_group in pug_list %}

{{ pug_group.country }}

- +

+

+

{% endfor %} + +

PostgreSQL Nonprofit Organisation (NPO) Recognition

+

For information about how Recognised PostgreSQL Nonprofit Organizations (NPOs) become recognised, please review the guidelines here. {%endblock%}