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