Skip to content

Commit ecd0581

Browse files
committed
Rename Contributor to Significant Contributor
The term "Contributor" was too generic and could easily be confused with the contributors that are listed in the release notes. Also, we want to make room for listing more contributors on the website, outside of the "Recognized Contributors" list. Also do some copy-editing of the contributor pages: The Recognized Contributors policy page title gets "Policy" appended because the old title looked like it was the actual contributors list. The Contributors Profiles page title gets a "PostgreSQL" prepended so the "PostgreSQL Contributor" term appears there. (Only the in-page title is updated since the html header title gets "PostgreSQL:" prepended automatically anyway.) The section on how to submit additions is moved to the bottom of the page so people can start looking at the list without that distraction. All the sections on that page get short introductory text. (The changes to data.json will need to be manually transferred to the Django admin interface.) Author: Christoph Berg <myon@debian.org> Reviewed-By: Jonathan S. Katz <jkatz@postgresql.org>
1 parent 19bb742 commit ecd0581

File tree

3 files changed

+31
-29
lines changed

3 files changed

+31
-29
lines changed

pgweb/contributors/fixtures/data.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"fields": {
66
"typename": "Core Team",
77
"sortorder": 100,
8-
"extrainfo": "For more information on the purpose of the core team, please click <a\r\nhref=\"/developer/core/\">here</a>.",
8+
"extrainfo": "The role of the Core Team is described on the <a href=\"/developer/core/\">Core Team page</a>. Core Team members are also Major Contributors.",
99
"detailed": true,
1010
"showemail": true
1111
}
@@ -16,7 +16,7 @@
1616
"fields": {
1717
"typename": "Major Contributors",
1818
"sortorder": 200,
19-
"extrainfo": "",
19+
"extrainfo": "Major Contributors are individuals who have provided a sustained stream of contributions, having substantial positive impact on the development of the PostgreSQL Community, over many years.",
2020
"detailed": true,
2121
"showemail": true
2222
}
@@ -36,9 +36,9 @@
3636
"model": "contributors.contributortype",
3737
"pk": 4,
3838
"fields": {
39-
"typename": "Contributors",
39+
"typename": "Significant Contributors",
4040
"sortorder": 300,
41-
"extrainfo": "",
41+
"extrainfo": "Significant Contributors are individuals who have provided a sustained stream of notable contributions in recent years.",
4242
"detailed": false,
4343
"showemail": true
4444
}
@@ -47,9 +47,9 @@
4747
"model": "contributors.contributortype",
4848
"pk": 5,
4949
"fields": {
50-
"typename": "Past Contributors",
50+
"typename": "Past Significant Contributors",
5151
"sortorder": 500,
52-
"extrainfo": "",
52+
"extrainfo": "These people have made significant contributions to PostgreSQL in the past.",
5353
"detailed": false,
5454
"showemail": false
5555
}

templates/contributors/list.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,10 @@
22
{%load pgfilters%}
33
{%block title%}Contributor Profiles{%endblock%}
44
{%block contents%}
5-
<h1>Contributor Profiles <i class="fa fa-users"></i></h1>
5+
<h1>PostgreSQL Contributor Profiles <i class="fa fa-users"></i></h1>
6+
67
<p>These are the fine people that make PostgreSQL what it is today!</p>
78

8-
<p>To suggest additions to this list, please email the
9-
<a href="/about/governance/contributors/">Contributors Committee</a> at
10-
<a href="mailto:contributors@postgresql.org">contributors@postgresql.org</a>.
11-
See the <a href="/about/policies/contributors/">Recognized Contributors</a>
12-
policy for more information on becoming a recognized contributor.
13-
</p>
149
<p>
1510
For a list of all code contributions to a specific release, see the
1611
<a href="/docs/release/">Release Notes</a> for released versions of PostgreSQL.
@@ -70,5 +65,11 @@ <h2>{{t.typename}}</h2>
7065
{%endfor%}
7166

7267
<p>All contributors are listed in alphabetical order.
73-
Please report omissions or corrections to <a href="mailto:contributors@postgresql.org">contributors@postgresql.org</a>.</p>
68+
To suggest additions or corrections to this list, please email the
69+
<a href="/about/governance/contributors/">Contributors Committee</a> at
70+
<a href="mailto:contributors@postgresql.org">contributors@postgresql.org</a>.
71+
See the <a href="/about/policies/contributors/">Recognized Contributors Policy</a>
72+
for more information on becoming a recognized contributor.
73+
</p>
74+
7475
{%endblock%}

templates/pages/about/policies/contributors.html

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{%extends "base/page.html"%}
22
{%load pgfilters%}
3-
{%block title%}Recognized Contributors{%endblock%}
3+
{%block title%}Recognized Contributors Policy{%endblock%}
44
{%block contents%}
55

6-
<h1>Recognized Contributors <i class="fas fa-gavel"></i></h1>
6+
<h1>Recognized Contributors Policy <i class="fas fa-gavel"></i></h1>
77

88
<p>
99
The PostgreSQL <a href="/community/contributors/">Contributor Profiles</a>
@@ -32,28 +32,28 @@ <h3>Current Contributors</h3>
3232
lists Core Team members and two levels of PostgreSQL Contributors:
3333
</p>
3434
<ul>
35-
<li><strong>Core Team</strong> people on the
35+
<li><strong>Core Team</strong>: people on the
3636
<a href="/developer/core/">PostgreSQL Core Team</a>
3737
</li>
38-
<li><strong>Major Contributors</strong> individuals that have provided
38+
<li><strong>Major Contributors</strong>: individuals who have provided
3939
a sustained stream of contributions, having substantial positive
4040
impact on the development of the PostgreSQL Community, over many years.
4141
</li>
42-
<li><strong>Contributors</strong> individuals that have provided a sustained
42+
<li><strong>Significant Contributors</strong>: individuals who have provided a sustained
4343
stream of notable contributions in recent years.
4444
</li>
4545
</ul>
4646

4747
<h3>Past Contributors</h3>
4848
<p>
4949
This section lists people who were in the Core Team, Major Contributor,
50-
or Contributor section, but have stopped contributing for an extended
51-
period of time.
50+
or Significant Contributor sections, but who have stepped down or stopped
51+
contributing for an extended period of time.
5252
</p>
5353
<ul>
5454
<li><strong>Past Major Contributors</strong>: previous Major Contributors and
5555
previous Core Team members</li>
56-
<li><strong>Past Contributors</strong>: previous Contributors</li>
56+
<li><strong>Past Contributors</strong>: previous Significant Contributors</li>
5757
</ul>
5858

5959
<h2>Types of Contributions</h2>
@@ -91,6 +91,14 @@ <h2>Types of Contributions</h2>
9191
<a href="mailto:contributors@postgresql.org">contributors@postgresql.org</a>.
9292
</p>
9393

94+
<h2>Nominating New Recognized Contributors</h2>
95+
<p>
96+
If you want to nominate a PostgreSQL contributor who you think is making sustained
97+
contributions of the type described here, email a description of their
98+
contributions to the
99+
<a href="/about/governance/contributors/">Contributors Committee</a> at
100+
<a href="mailto:contributors@postgresql.org">contributors@postgresql.org</a>.
101+
</p>
94102

95103
<h2>Contributors Committee Governance</h2>
96104
<p>
@@ -100,11 +108,4 @@ <h2>Contributors Committee Governance</h2>
100108
page.
101109
</p>
102110

103-
<h2>Nominating New Recognized Contributors</h2>
104-
<p>
105-
If there is a PostgreSQL contributor who you think is making sustained
106-
contributions of the type described here, email a description of their
107-
contributions to
108-
<a href="mailto:contributors@postgresql.org">contributors@postgresql.org</a>.
109-
</p>
110111
{%endblock%}

0 commit comments

Comments
 (0)