Compare commits

...

6 commits

Author SHA1 Message Date
Arnold Schrijver 7cddfdf096
Add FediCraft to utilities 2023-03-16 17:00:21 +01:00
Arnold Schrijver a1d8925672
Add Mastodon Archive to utilities 2023-03-16 16:55:01 +01:00
Arnold Schrijver 232f23b59c
Add pynodeinfo to libraries 2023-03-16 16:52:43 +01:00
Arnold Schrijver 7dce17435d
Add StreetPass to utilities 2023-03-16 16:48:57 +01:00
Arnold Schrijver 7626febbfc
Add PocketToots to utilities 2023-03-16 16:44:15 +01:00
Arnold Schrijver 27357d91f2
Add ActivityPub Pelican Plugin to utilities (#16) 2023-03-16 16:38:28 +01:00

View file

@ -146,6 +146,8 @@ Emoji's for each entry indicate whether it is added to the [Fediverse Party](htt
* :heavy_check_mark: [**Pubstrate**](https://gitlab.com/dustyweb/pubstrate): ActivityStreams and ActivityPub library implementation for GNU Guile. Includes a full ActivityStreams library and most of an ActivityPub implementation. `GPL-3.0, Guile`
* [**pynodeinfo**](https://codeberg.org/CSDUMMI/pynodeinfo): NodeInfo library implemented with poetry. `AGPL-3.0, Python`
* :heavy_check_mark: [**Python ActivityPub**](https://github.com/dsblank/activitypub): A general ActivityPub library `MPL-2.0, Python`
* [**rdf-pub**](https://gitlab.com/linkedopenactors/rdf-pub) ([site](https://linkedopenactors.gitlab.io/rdf-pub/), [Fedi account](https://chaos.social/@naturzukunft)): An activity-pub server implementation, that is not limited to the activity-stream vocabulary, but supports RDF per se. `EUPL, Java`
@ -262,6 +264,8 @@ For an overview of known relays, see [Relay List, a regularly updated, sorted li
* [**ActivityPubSchema**](https://github.com/redaktor/ActivityPubSchema): JSON Schema definition of the ActivityStreams and ActivityPub specifications. `MIT, Javascript`
* [**ActivityPub Pelican Plugin**](https://git.kabelsalat.ch/s3lph/pelican-plugin-activitypub): Experimental ActivityPub plugin for Pelican static site generator. `ISC, Python`
* :heavy_check_mark: [**activity-streams-validator**](https://github.com/yuforium/activity-streams-validator) ([Fedi account](https://mastodon.social/@cpmoser)): Activity Streams validation for Typescript. `MIT, Typescript`
* [**AP follow**](https://github.com/mwt/apfollow) - A remote follow tool to share links and buttons that allow people to follow you from their own ActivityPub instance `BSD-2-clause, PHP`
@ -278,6 +282,8 @@ For an overview of known relays, see [Relay List, a regularly updated, sorted li
* [**fediblock-importer**](https://github.com/irubnich/fediblock-importer): Import domain blocks to your Mastodon v4+ instance. `GPL-3.0, Python`
* [**FediCraft**](https://github.com/fedi-to/fedicraft): Federated network support for Minecraft. (fabric and quilt). `MIT / Apache-2.0, Java`
* :heavy_check_mark: [**Fedifinder**](https://github.com/lucahammer/fedifinder) - Find fediverse addresses in the profiles of your Twitter followings `MIT, Javascript`
* :heavy_check_mark: [**FediHealth**](https://git.feneas.org/buttle/fedihealth): Software to help you define federation policies for your node. `AGPL-3.0, Python`
@ -298,6 +304,8 @@ For an overview of known relays, see [Relay List, a regularly updated, sorted li
* :heavy_check_mark: [**MastoBot**](https://gitlab.com/eroosenmaallen/mastobot) ([Fedi account](https://roosenmaallen.com/author/admin/)): NodeJS Mastodon client library with an eye to making bot development fun & easy. `ISC License, Javascript`
* [**Mastodon Archive**](https://github.com/kensanata/mastodon-archive):Archive your statuses, favorites and media using the Mastodon API. `GPL-3.0, Python`
* :heavy_check_mark: [**mastodon-backup**](https://github.com/kensanata/mastodon-backup) ([Fedi account](https://octodon.social/@kensanata)): Archive your statuses, favorites and media using the Mastodon API. `GPL-3.0, Python`
* :heavy_check_mark: [**Mastodon Backup Resore**](https://codeberg.org/DecaTec/Mastodon-Backup-Restore): Bash scripts for backup / restore of Mastodon. `MIT, Shell`
@ -326,6 +334,8 @@ For an overview of known relays, see [Relay List, a regularly updated, sorted li
* :heavy_check_mark: [**Pherephone**](https://github.com/writeas/pherephone): An ActivityPub server that reblogs all the statuses of certain actors. You set it up to follow a few accounts and it announces everything they post. `AGPL-3.0, Go`
* [**PocketToots**](https://github.com/tsujigiri/PocketToots):A Firefox extension that saves your Mastodon bookmarks to Pocket. `GPL-3.0, Javascript`
* [**rtoot**](https://github.com/schochastics/rtoot/) ([Fedi account](https://fosstodon.org/@schochastics), [site](https://schochastics.github.io/rtoot/)): R package to interact with the mastodon API. `MIT, R`
* :heavy_check_mark: [**Shareon**](https://codeberg.org/kytta/shareon) ([site](https://shareon.js.org/), [Fedi account](https://fosstodon.org/@kytta)): Lightweight, stylish, and ethical share buttons. `MIT, Javascript`
@ -334,6 +344,8 @@ For an overview of known relays, see [Relay List, a regularly updated, sorted li
* [**Steampipe Mastodon Insights Mod**](https://github.com/turbot/steampipe-mod-mastodon-insights): View Mastodon timelines, search hashtags, find interesting people, and check server stats. `Apache-2.0, SourcePawn`
* [**StreetPass**](https://github.com/tvler/streetpass) ([site](https://streetpass.social/)): A browser extension that helps you find people on Mastodon. `MIT, Typescript`
* :heavy_check_mark: [**tags-pub**](https://gitlab.com/evanp/tags-pub): Provides hashtag objects on the ActivityPub network. `Apache-2.0, Javascript`
* :heavy_check_mark: [**toot**](https://codeberg.org/kytta/toot) ([site](https://toot.kytta.dev/), [Fedi account](https://fosstodon.org/@kytta)): Cross-instance share page for Mastodon `AGPL-3.0, Javascript`