summaryrefslogtreecommitdiff
path: root/devel/fixtures/staff_groups.json
blob: 96efde62016fd754a300ec1a2d02a0eebc2beaae (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[
{
    "fields": {
        "group": [
            "Hackers"
        ],
        "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": "Hacker",
        "slug": "hackers",
        "name": "Hackers"
    },
    "model": "devel.staffgroup",
    "pk": 1
},
{
    "fields": {
        "group": [
            "Retired Hackers"
        ],
        "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": "hacker-fellows",
        "name": "Hacker Fellows"
    },
    "model": "devel.staffgroup",
    "pk": 3
},
{
    "fields": {
        "group": [
            "Support Staff"
        ],
        "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"
    },
    "model": "devel.staffgroup",
    "pk": 5
}
]