From e7fae770b265eb01589601ec3d332aa1eb5f70de Mon Sep 17 00:00:00 2001 From: aRubes Date: Wed, 20 Sep 2023 16:33:56 +0300 Subject: [PATCH] Added some new tools. Please note that Postmarks may optionally belong miscellaneous.json --- source/_data/tools.json | 54 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/source/_data/tools.json b/source/_data/tools.json index 44fbda5..a63508b 100644 --- a/source/_data/tools.json +++ b/source/_data/tools.json @@ -1,6 +1,60 @@ { "apps": [ + { + "title": "fossilphant", + "source": "https://github.com/swaldman/fossilphant", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "a static-site generator for mastodon archives", + "codeLanguage": "Javascript", + "techStack": "", + "license": "MIT License", + "FediAccount": "@interfluidity@zirk.us", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Utils"] + }, + { + "title": "Fediverse Export Analyzer", + "source": "https://github.com/stefanbohacek/fediverse-export-analyzer", + "protocols": "ActivityPub", + "site": "https://fediverse-export-analyzer.stefanbohacek.dev/", + "logo": "", + "servers": "", + "description": "a single-user bookmarking website designed to live on the Fediverse", + "codeLanguage": "Javascript", + "techStack": "", + "license": "MIT License", + "FediAccount": "https://stefanbohacek.online/@stefan", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Utils"] + }, + { + "title": "Postmarks", + "source": "https://github.com/ckolderup/postmarks", + "protocols": "ActivityPub", + "site": "https://postmarks.glitch.me/", + "logo": "", + "servers": "", + "description": "a single-user bookmarking website designed to live on the Fediverse", + "codeLanguage": "Javascript", + "techStack": "", + "license": "MIT License", + "FediAccount": "https://sharetron.com/@casey", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Plugins"] + }, { "title": "rtoot", "source": "https://github.com/schochastics/rtoot",