From 75ba0196be7ccc520f6d36e6b4ee45949d192db1 Mon Sep 17 00:00:00 2001 From: lostinlight Date: Fri, 9 Jun 2023 16:13:02 +0300 Subject: [PATCH] Move Fedigroup from top of the list --- source/_data/miscellaneous.json | 35 +++++++++++++++++---------------- 1 file changed, 18 insertions(+), 17 deletions(-) diff --git a/source/_data/miscellaneous.json b/source/_data/miscellaneous.json index 6daf250..86ed511 100644 --- a/source/_data/miscellaneous.json +++ b/source/_data/miscellaneous.json @@ -2,23 +2,6 @@ "apps": [ { - "title": "Fedigroup", - "source": "https://github.com/guysoft/fedigroup", - "protocols": "ActivityPub", - "site": "", - "logo": "", - "servers": "", - "description": "Federated Group server with the ability to search back in messages, early Alpha stage", - "codeLanguage": "Python", - "techStack": "", - "license": "AGPL-3.0", - "FediAccount": "@fedigroup@fedigroup.party", - "apClass": true, - "zotClass": false, - "diasporaClass": false, - "OStatusClass": false, - "categories": ["Extention"] - },{ "title": "WriteFreely", "source": "https://github.com/writefreely/writefreely", "protocols": "ActivityPub", @@ -1584,6 +1567,24 @@ "OStatusClass": false, "categories": ["SN-ma", "Files"] }, + { + "title": "Fedigroup", + "source": "https://github.com/guysoft/fedigroup", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "Federated Group server with the ability to search back in messages, early Alpha stage", + "codeLanguage": "Python", + "techStack": "", + "license": "AGPL-3.0", + "FediAccount": "@fedigroup@fedigroup.party", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Extention"] + }, { "title": "diaspora*", "source": "https://github.com/diaspora/diaspora",