From 4f95669de78a6da0b47173e553c9fdae6027864c Mon Sep 17 00:00:00 2001 From: Celso Martinho Date: Wed, 15 Feb 2023 19:52:38 +0000 Subject: [PATCH] Better "supported clients" page --- docs/supported-clients.md | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/docs/supported-clients.md b/docs/supported-clients.md index 9e0e078..7d0d734 100644 --- a/docs/supported-clients.md +++ b/docs/supported-clients.md @@ -6,9 +6,37 @@ Wildebeest is Mastodon API compatible, which means that you should be able to us This is the list clients that we have been using successfully while developing and testing Wildebeest: -- [Pinafore](https://pinafore.social/) web client ([source](https://github.com/nolanlawson/pinafore)). -- Mastodon [official](https://joinmastodon.org/apps) mobile client for [iOS](https://apps.apple.com/us/app/mastodon-for-iphone/id1571998974) ([source](https://github.com/mastodon/mastodon-ios)) and [Android](https://play.google.com/store/apps/details?id=org.joinmastodon.android) ([source](https://github.com/mastodon/mastodon-android)). +| Client | Type | Oauth | Text | Images | Search | Notifs | Edit
profile | Source | Works? +| :-------------------- | :------ | :---- | :--- | :----- | :----- | :----- | :----------- | :----------- | :--- +| [Pinafore][1] | Web | yes | yes | yes | yes | yes | n/a | [github][2] | ✅ +| [Mastodon Android][4] | Mobile | yes | yes | yes | yes | yes | yes | [github][5] | ✅ +| [Mastodon iOS][3] | Mobile | yes | yes | yes | yes | yes | yes | [github][6] | ✅ +| [Ivory for iOS][7] | Mobile | yes | ? | ? | ? | ? | ? | n/a | ❌ 1 +| [Elk][8] | Web | yes | yes | yes | yes | yes | yes | [github][9] | ✅ 2 +| [Tooot][10] | Mobile | yes | yes | yes | yes | yes | n/a | [github][11] | ✅ 2 +| [Mammoth][10] | Mobile | yes | yes | yes | yes | yes | n/a | [github][11] | ✅ 2 3 + +1 we know what the issue is and are in contact with the author
+2 [conversations][conversations], [favourites][favorites], [bookmarks][bookmarks] and [trends][trends] are not implemented yet
+3 notification filters are broken Wildebeest also provides a read-only web client in your instance URL, where you can explore the timelines (local and federated), posts and profiles. Please use the existing Mastodon clients to post and manage your account. [Index](../README.md) ┊ [Back](access-policy.md) ┊ [Updating Wildebeest](updating.md) + +[1]: https://pinafore.social/ +[2]: https://github.com/nolanlawson/pinafore +[3]: https://apps.apple.com/us/app/mastodon-for-iphone/id1571998974 +[4]: https://play.google.com/store/apps/details?id=org.joinmastodon.android +[5]: https://github.com/mastodon/mastodon-android +[6]: https://github.com/mastodon/mastodon-ios +[7]: https://tapbots.com/ivory/ +[8]: https://elk.zone/ +[9]: https://github.com/elk-zone/elk +[10]: https://tooot.app/ +[11]: https://github.com/tooot-app +[12]: https://testflight.apple.com/join/66c1wW8y +[favorites]: https://docs.joinmastodon.org/methods/favourites/ +[bookmarks]: https://docs.joinmastodon.org/methods/bookmarks/ +[trends]: https://docs.joinmastodon.org/methods/trends/ +[conversations]: https://docs.joinmastodon.org/methods/conversations/