Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/config/modules/activities.json
blob: cbfa021241a0dc7ea7e5e2121f463c1fccfac28c (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
[
    {
        "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"
    }, 
    {
        "name": "sugar-html-demo", 
        "out-of-source": false, 
        "repo": "git://git.sugarlabs.org/sugar-html-demo/sugar-html-demo.git"
    }
]