Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAleksey Lim <alsroot@sugarlabs.org>2014-01-30 10:41:11 (GMT)
committer Aleksey Lim <alsroot@sugarlabs.org>2014-01-30 10:41:11 (GMT)
commitfc17a971c24b8b1084a47f33ea642bf5c287aef3 (patch)
treed447cd3077e9f52579c038bddc5fac98b220b583
parenta94f10a83f2a1aa441af793e8ccf3e04a4693e0e (diff)
More appropriate ASLO category mapping
-rw-r--r--TODO1
-rwxr-xr-xmisc/aslo-sync6
2 files changed, 4 insertions, 3 deletions
diff --git a/TODO b/TODO
index 5e5ae1d..fd59b82 100644
--- a/TODO
+++ b/TODO
@@ -13,6 +13,7 @@
v2.0
====
+- Pools topics
- proxying as a tool to sort out downstream content
* client db is a special case of proxying
* easy proxying from any client, e.g., from a classroom teacher
diff --git a/misc/aslo-sync b/misc/aslo-sync
index 6f95aa9..981fa5c 100755
--- a/misc/aslo-sync
+++ b/misc/aslo-sync
@@ -44,8 +44,8 @@ PACKAGES_GUID = 'packages'
CATEGIORIES_TO_TAGS = {
'Search & Discovery': 'discovery',
- 'Documents': 'documents',
- 'Chat, mail and talk': 'conversation',
+ 'Documents': 'productivity',
+ 'Chat, mail and talk': 'communication',
'Programming': 'programming',
'Maps & Geography': 'geography',
'Media players': 'media',
@@ -54,7 +54,7 @@ CATEGIORIES_TO_TAGS = {
'Media creation': 'media',
'Maths & Science': 'science',
'News': 'news',
- 'Utilities': 'utilities',
+ 'Utilities': 'tools',
'Web': 'web',
'Communications and Language': 'literacy',
}