diff --git a/source/_data/miscellaneous.json b/source/_data/miscellaneous.json index 12b34c6..06b870e 100644 --- a/source/_data/miscellaneous.json +++ b/source/_data/miscellaneous.json @@ -1602,6 +1602,24 @@ "diasporaClass": false, "OStatusClass": false, "categories": ["Blog-Pub"] + }, + { + "title": "bopwiki", + "source": "https://codeberg.org/Valenoern/bopwiki", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "A simple 'microwiki' implementation, fairly similar to a Zettelkasten system.", + "codeLanguage": "Lisp", + "techStack": "", + "license": "GPL-3.0", + "FediAccount": "@Valenoern@floss.social", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Other"] } ] } diff --git a/source/_data/tools.json b/source/_data/tools.json index e2a2264..e769d09 100644 --- a/source/_data/tools.json +++ b/source/_data/tools.json @@ -623,7 +623,7 @@ "description": "W3C ActivityPub and ActivityStreams implementation in Java using Spring Boot.", "codeLanguage": "Java", "techStack": "", - "license": "-", + "license": "Apache-2.0", "FediAccount": "", "apClass": true, "zotClass": false, @@ -1152,6 +1152,96 @@ "diasporaClass": false, "OStatusClass": false, "categories": ["Bridges"] + }, + { + "title": "RSS-bot", + "source": "https://alexschroeder.ch/cgit/rss-bot", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "Post updates from an RSS feed to Mastodon.", + "codeLanguage": "Python", + "techStack": "", + "license": "GPL-3.0", + "FediAccount": "@kensanata@octodon.social", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Bridges"] + }, + { + "title": "Mastodon Twitter poster", + "source": "https://crossposter.masto.donte.com.br", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "Crossposter to post statuses between Mastodon and Twitter.", + "codeLanguage": "Ruby", + "techStack": "", + "license": "AGPL-3.0", + "FediAccount": "@crossposter@masto.donte.com.br", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Bridges"] + }, + { + "title": "bridge", + "source": "https://source.joinmastodon.org/mastodon/bridge", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "A simple web app that helps you find your Twitter friends on the federated Mastodon network.", + "codeLanguage": "Ruby", + "techStack": "", + "license": "AGPL-3.0", + "FediAccount": "", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Utils"] + }, + { + "title": "Twitter Hamachpil", + "source": "https://gitlab.com/hamachpil/twitter_hamachpil", + "protocols": "ActivityPub", + "site": "", + "logo": "", + "servers": "", + "description": "Bot to grab tweets from Twitter and post them to respective accounts on a Mastodon instance.", + "codeLanguage": "Python", + "techStack": "", + "license": "Apache-2.0", + "FediAccount": "@emacsen@emacsen.net", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Bridges"] + }, + { + "title": "forget", + "source": "https://github.com/codl/forget", + "protocols": "ActivityPub", + "site": "https://forget.codl.fr", + "logo": "", + "servers": "", + "description": "Continuous post deletion for Mastodon and Twitter (if you happen to use that).", + "codeLanguage": "Python", + "techStack": "", + "license": "ISC", + "FediAccount": "@codl@chitter.xyz", + "apClass": true, + "zotClass": false, + "diasporaClass": false, + "OStatusClass": false, + "categories": ["Utils"] } ] }