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