Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-21 17:30:38 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-21 17:30:38 (GMT)
commitc4d56c4c251e6be4bcd107380e73aeb1698607c9 (patch)
tree05afada8f1721e4ccee0b9d324de6dfc1c3beec6
parent37fc83bf51d36312b8f9444744f5effbe78278e0 (diff)
Add a few activities
-rw-r--r--config/modules/activities.json27
1 files changed, 26 insertions, 1 deletions
diff --git a/config/modules/activities.json b/config/modules/activities.json
index e97a0fc..15b69a3 100644
--- a/config/modules/activities.json
+++ b/config/modules/activities.json
@@ -4,4 +4,29 @@
{ "name": "chat",
"repo": "git://git.sugarlabs.org/chat/mainline.git",
"branch": "gtk3",
- "out-of-source": false }]
+ "out-of-source": false },
+ { "name": "read",
+ "repo": "git://git.sugarlabs.org/read/mainline.git",
+ "out-of-source": false },
+ { "name": "calculate",
+ "repo": "git://git.sugarlabs.org/calculate/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 }
+]