diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/fixtures/staff_groups.json | 60 |
1 files changed, 23 insertions, 37 deletions
diff --git a/devel/fixtures/staff_groups.json b/devel/fixtures/staff_groups.json index 6a0a0514..416e2a02 100644 --- a/devel/fixtures/staff_groups.json +++ b/devel/fixtures/staff_groups.json @@ -2,13 +2,13 @@ { "fields": { "group": [ - "Developers" + "Hackers" ], - "description": "This is a list of the current Arch Linux Developers. They maintain the [core] and [extra] package repositories in addition to doing any other developer duties.", + "description": "This is a list of the current Parabola Hackers. They maintain the [libre] package repository and keep the [core], [extra], and [community] repositories clean of nonfree software, in addition to doing any other developer duties.", "sort_order": 1, - "member_title": "Developer", - "slug": "developers", - "name": "Developers" + "member_title": "Hacker", + "slug": "hackers", + "name": "Hackers" }, "model": "devel.staffgroup", "pk": 1 @@ -16,27 +16,13 @@ { "fields": { "group": [ - "Trusted Users" + "Retired Hackers" ], - "description": "Here are all your friendly Arch Linux Trusted Users who are in charge of the [community] repository.", - "sort_order": 2, - "member_title": "Trusted User", - "slug": "trusted-users", - "name": "Trusted Users" - }, - "model": "devel.staffgroup", - "pk": 2 -}, -{ - "fields": { - "group": [ - "Retired Developers" - ], - "description": "Below you can find a list of ex-developers (aka project fellows). These folks helped make Arch what it is today. Thanks!", + "description": "Below you can find a list of ex-hackers (aka project fellows). These folks helped make Parabola what it is today. Thanks!", "sort_order": 11, "member_title": "Fellow", - "slug": "developer-fellows", - "name": "Developer Fellows" + "slug": "hacker-fellows", + "name": "Hacker Fellows" }, "model": "devel.staffgroup", "pk": 3 @@ -44,29 +30,29 @@ { "fields": { "group": [ - "Retired Trusted Users" + "Support Staff" ], - "description": "Below you can find a list of ex-trusted users (aka fellows). These folks helped make Arch what it is today. Thanks!", - "sort_order": 12, - "member_title": "Fellow", - "slug": "trusted-user-fellows", - "name": "Trusted User Fellows" + "description": "This is a list of the current Parabola forum moderators, wiki admins, IRC moderators, mirror maintenance, and everything else that keeps a GNU/Linux distro running smoothly.", + "sort_order": 5, + "member_title": "Staff", + "slug": "support-staff", + "name": "Support Staff" }, "model": "devel.staffgroup", - "pk": 4 + "pk": 5 }, { "fields": { "group": [ - "Support Staff" + "Artists" ], - "description": "These are the unheralded people that keep things running behind the scenes. Forum moderators, wiki admins, IRC moderators, mirror maintenance, and everything else that keeps a Linux distro running smoothly.", - "sort_order": 5, - "member_title": "Staff", - "slug": "support-staff", - "name": "Support Staff" + "description": "This is a list of the current Parabola Artists. They maintain Parabola Artwork, including digital art, traditional art, skins for applications, customization utilities, and everything else that keeps a GNU/Linux distro for a better visualization and outreach through the free culture.", + "sort_order": 12, + "member_title": "Artist", + "slug": "artists", + "name": "Artists" }, "model": "devel.staffgroup", - "pk": 5 + "pk": 6 } ] |