summaryrefslogtreecommitdiff
path: root/devel/fixtures/staff_groups.json
blob: 416e2a021d18b7c17339807d490401d146532fa7 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
{
    "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": "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": 5
},
{
    "fields": {
        "group": [
            "Artists"
        ],
        "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": 6
}
]