From 652d6f49507fa40e63fb2d9afc7f5bbd9d574313 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Sun, 12 Feb 2023 18:50:26 +0100 Subject: [PATCH 1/3] Add a Mobilizon crossposter --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index d73a2ac..40161fb 100644 --- a/README.md +++ b/README.md @@ -254,6 +254,8 @@ For an overview of known relays, see [Relay List, a regularly updated, sorted li * :heavy_check_mark: [**YouTube2PeerTube**](https://github.com/mister-monster/YouTube2PeerTube): A bot that mirrors YouTube channels to PeerTube channels as videos are released in a YouTube channel. `AGPL-3.0, Python` +* :heavy_chek_mark: [**Mobilizon Crossposter**](https://codeberg.org/linos/crossposter-for-mobilizon): A modular crossposter to bridge events from sources you have to setup yourself to Mobilizon. `GPL-3.0, Python` + ### Utilities * [**ActivityPubBotDotNet**](https://github.com/KristofferStrube/ActivityPubBotDotNet) ([Fedi account](https://hachyderm.io/@KristofferStrube)): An implementation of a ActivityPub bot that can communicate with Mastodon servers. `MIT, C#` From 9510ff7cda85c1f77d29e858d79268efd4d595c1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Mon, 13 Feb 2023 15:46:57 +0100 Subject: [PATCH 2/3] fix mobilizon crossposter checkmark and order --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 40161fb..03d669c 100644 --- a/README.md +++ b/README.md @@ -232,6 +232,8 @@ For an overview of known relays, see [Relay List, a regularly updated, sorted li * :heavy_check_mark: [**Moa**](https://gitlab.com/fedstoa/moa) ([site](https://moa.party/)): A Mastodon, Twitter, and Instagram Cross-poster. `MIT, Python` +* [**Mobilizon Crossposter**](https://codeberg.org/linos/crossposter-for-mobilizon): A modular crossposter to bridge events from sources you have to setup yourself to Mobilizon. `GPL-3.0, Python` + * :heavy_check_mark: [**MXToot**](https://github.com/ma1uta/mxtoot) ([Fedi account](https://mastodon.social/@ma1uta)): A Matrix <--> Mastodon bot written in Java. `Apache-2.0, Java` * :heavy_check_mark: [**Nautilus**](https://github.com/aaronpk/Nautilus): A standalone service to deliver posts from your own website to ActivityPub followers. `Apache-2.0, PHP` @@ -254,8 +256,6 @@ For an overview of known relays, see [Relay List, a regularly updated, sorted li * :heavy_check_mark: [**YouTube2PeerTube**](https://github.com/mister-monster/YouTube2PeerTube): A bot that mirrors YouTube channels to PeerTube channels as videos are released in a YouTube channel. `AGPL-3.0, Python` -* :heavy_chek_mark: [**Mobilizon Crossposter**](https://codeberg.org/linos/crossposter-for-mobilizon): A modular crossposter to bridge events from sources you have to setup yourself to Mobilizon. `GPL-3.0, Python` - ### Utilities * [**ActivityPubBotDotNet**](https://github.com/KristofferStrube/ActivityPubBotDotNet) ([Fedi account](https://hachyderm.io/@KristofferStrube)): An implementation of a ActivityPub bot that can communicate with Mastodon servers. `MIT, C#` From 392bee32428dec4bf71814b8387597ddfe059c49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Mon, 13 Feb 2023 15:47:05 +0100 Subject: [PATCH 3/3] add linos to contributors --- delightful-contributors.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/delightful-contributors.md b/delightful-contributors.md index d9e2559..9eafa82 100644 --- a/delightful-contributors.md +++ b/delightful-contributors.md @@ -6,4 +6,6 @@ These fine people brought us delight by adding their gems of freedom to the deli ## We thank you for your gems of freedom :gem: -- [Arnold Schrijver](https://community.humanetech.com/u/aschrijver/summary) (codeberg: [@circlebuilder](https://codeberg.org/circlebuilder), fediverse: [@humanetech@mastodon.social](https://mastodon.social/@humanetech)) \ No newline at end of file +- [Arnold Schrijver](https://community.humanetech.com/u/aschrijver/summary) (codeberg: [@circlebuilder](https://codeberg.org/circlebuilder), fediverse: [@humanetech@mastodon.social](https://mastodon.social/@humanetech)) + +- [André Menrath](https://codeberg.org/linos)