From 1d150aaf003bcd5bd717a489d43a2b904e068763 Mon Sep 17 00:00:00 2001 From: Daniel Khamsing Date: Tue, 11 Apr 2017 07:36:32 -0700 Subject: [PATCH] Add tootbot #261 --- contents.json | 19 +++++++++++++++++-- 1 file changed, 17 insertions(+), 2 deletions(-) diff --git a/contents.json b/contents.json index 3f25e668..4cce4046 100644 --- a/contents.json +++ b/contents.json @@ -206,6 +206,12 @@ "title": "Social", "id": "social" }, + { + "title": "Mastodon", + "id": "mastodon", + "parent": "social", + "description": "https://mastodon.social" + }, { "title": "Tasks", "id": "tasks" @@ -12604,14 +12610,23 @@ }, { "title": "11t", - "description": "An app for https://mastodon.social", - "category-ids": ["social"], + "category-ids": ["mastodon"], "source": "https://github.com/jeroensmeets/mastodon-app", "tags": ["fuse-tools"], "screenshots": ["https://raw.githubusercontent.com/jeroensmeets/mastodon-app/master/assets/images/store/resized/screenshot_notifications.png?raw=true"], "license": "mit", "date_added": "Apr 10 2017", "suggested_by": "@dkhamsing" + }, + { + "title": "tootbot", + "source": "https://github.com/tootbot/tootbot", + "category-ids": ["mastodon"], + "tags": ["swift"], + "screenshots": [""], + "license": "agpl-3.0", + "date_added": "Apr 11 2017", + "suggested_by": "@dkhamsing" } ] }