From ccd3015d0846203ec624705356a2e6b9af54a19e Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Wed, 4 Oct 2023 10:33:23 +0200 Subject: readme --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 290caea..e114d26 100644 --- a/README.org +++ b/README.org @@ -452,9 +452,9 @@ PRs, issues, feature requests, and general feedback are very welcome! ** Supporting =mastodon.el= If you'd like to support continued development of =mastodon.el=, I accept -donations via paypal: [[https://paypal.me/martianh][paypal.me/martianh]]. If you would -prefer a different payment method, write to me at that address and I can -provide IBAN or other details. +donations via paypal: [[https://paypal.me/martianh][paypal.me/martianh]]. If you would prefer a different +payment method, please write to me at and I can +provide IBAN or other bank account details. I don't have a tech worker's income, so even a small tip would help out. -- cgit v1.2.3 From f4cd336db111e58f07ad3a0b8a78ad82bcb2a047 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Wed, 4 Oct 2023 12:26:04 +0200 Subject: readme re server compat --- README.org | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index e114d26..3d6c087 100644 --- a/README.org +++ b/README.org @@ -415,9 +415,15 @@ Optional dependencies (install yourself, =mastodon.el= can use them): =mastodon.el= should work with ActivityPub servers that implement the Mastodon API. -Apart from Mastodon itself, it is currently known to work with Pleroma and -Gotosocial. If you attempt to use =mastodon.el= with another server that -implements the Mastodon API and run into problems, feel free to open an issue. +Apart from Mastodon itself, it is currently known to work with: +- Pleroma ([[https://pleroma.social/][pleroma.social]]) +- Akkoma ([[https://akkoma.social/][akkoma.social]]) +- Gotosocial ([[https://gotosocial.org/][gotosocial.org]]) + +It does not support the non-Mastodon API servers Misskey ([[https://misskey.io/][misskey.io]]) and Firefish ([[https://joinfirefish.org/][joinfirefish.org]], formerly Calkey), but it should fully support displaying and interacting with posts and users on those platforms. + +If you attempt to use =mastodon.el= with a server and run into problems, feel +free to open an issue. ** Contributing -- cgit v1.2.3 From 10ca848cdd44e2bb04af039f23d17529cc9bda9f Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Wed, 4 Oct 2023 14:19:05 +0200 Subject: add ELPA badge --- README.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.org') diff --git a/README.org b/README.org index 3d6c087..aeefc0e 100644 --- a/README.org +++ b/README.org @@ -2,7 +2,9 @@ #+TEXINFO_DIR_TITLE: Mastodon: (mastodon). #+TEXINFO_DIR_DESC: Client for Mastodon on ActivityPub networks. -@@html: MELPA@@ +@@html: ELPA@@ + +@@html: MELPA@@ @@html: Build Status@@ -- cgit v1.2.3 From 3cd233610acf4cfebc5c25aa62d243dac3605ff5 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Wed, 4 Oct 2023 14:20:06 +0200 Subject: comment CI badge (defunct) --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.org') diff --git a/README.org b/README.org index aeefc0e..1ea0aec 100644 --- a/README.org +++ b/README.org @@ -6,7 +6,7 @@ @@html: MELPA@@ -@@html: Build Status@@ +# @@html: Build Status@@ * README -- cgit v1.2.3