Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modules/activities.json
blob: 4766f7fcaf71ca0d8b9c52f8fc94efe448a3509f (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
[
    {
        "name": "browse", 
        "out-of-source": false, 
        "repo": "git://git.sugarlabs.org/browse/mainline.git"
    }, 
    {
        "branch": "gtk3", 
        "name": "chat", 
        "out-of-source": false, 
        "repo": "git://git.sugarlabs.org/chat/mainline.git"
    }, 
    {
        "name": "read", 
        "out-of-source": false, 
        "repo": "git://git.sugarlabs.org/read/mainline.git"
    }, 
    {
        "name": "log", 
        "out-of-source": false, 
        "repo": "git://git.sugarlabs.org/log/mainline.git"
    }, 
    {
        "branch": "gtk3", 
        "name": "terminal", 
        "out-of-source": false, 
        "repo": "git://git.sugarlabs.org/terminal/mainline.git"
    }, 
    {
        "branch": "gtk3", 
        "name": "pippy", 
        "out-of-source": false, 
        "repo": "git://git.sugarlabs.org/pippy/mainline.git"
    }, 
    {
        "branch": "gtk3", 
        "name": "imageviewer", 
        "out-of-source": false, 
        "repo": "git://git.sugarlabs.org/imageviewer/mainline.git"
    }, 
    {
        "name": "jukebox", 
        "out-of-source": false, 
        "repo": "git://git.sugarlabs.org/jukebox/mainline.git"
    }
]