diff options
-rw-r--r-- | README.md | 15 | ||||
-rw-r--r-- | docs/Clients.md | 47 |
2 files changed, 48 insertions, 14 deletions
@@ -8,20 +8,7 @@ Pleroma is written in Elixir, high-performance and can run on small devices like For clients it supports both the [GNU Social API with Qvitter extensions](https://twitter-api.readthedocs.io/en/latest/index.html) and the [Mastodon client API](https://github.com/tootsuite/documentation/blob/master/Using-the-API/API.md). -Client applications that are committed to supporting Pleroma: - -* Mastalab (Android, Streaming Ready) -* nekonium (Android, Streaming Ready) -* Tusky (Android, No Streaming) -* Twidere (Android, No Streaming) -* Mast (iOS, Paid) -* Amaroq (iOS, No Streaming) - -Client applications that are known to work well: - -* Tootdon (Android + iOS, No Streaming) -* Tootle (iOS, No Streaming) -* Whalebird (Windows + Mac + Linux) +- [Client Applications for Pleroma](docs/Clients.md) No release has been made yet, but several servers have been online for months already. If you want to run your own server, feel free to contact us at @lain@pleroma.soykaf.com or in our dev chat at #pleroma on freenode or via matrix at <https://matrix.heldscal.la/#/room/#freenode_#pleroma:matrix.org>. diff --git a/docs/Clients.md b/docs/Clients.md new file mode 100644 index 000000000..f90f82bfe --- /dev/null +++ b/docs/Clients.md @@ -0,0 +1,47 @@ +# Pleroma Clients +Note: Additionnal clients may be working but theses are officially supporting Pleroma. + +## Roma +- Homepage: <http://www.pleroma.com/> +- Source Code: ??? +- Platforms: iOS, Android + +## Roma for Desktop +- Homepage: <http://www.pleroma.com/desktop-app/> +- Source Code: ??? +- Platforms: Windows, Mac, (Linux?) + +## Mastalab +- Source Code: <https://gitlab.com/tom79/mastalab/> +- Contact: [@tom79@mastodon.social](https://mastodon.social/users/tom79) +- Platforms: Android + +## Whalebird +- Homepage: <https://whalebird.org/> +- Source Code: <https://github.com/h3poteto/whalebird-desktop> +- Contact: [@h3poteto@pleroma.io](https://pleroma.io/users/h3poteto) +- Platforms: Windows, Mac, Linux + +## Tusky +- Homepage: <https://tuskyapp.github.io/> +- Source Code: <https://github.com/tuskyapp/Tusky> +- Contact: [@ConnyDuck@mastodon.social](https://mastodon.social/users/ConnyDuck) +- Platforms: Android + +## Tootdon +- Homepage: <http://tootdon.club/>, <http://blog.mastodon-tootdon.com/> +- Source Code: ??? +- Contact: [@tootdon@mstdn.jp](https://mstdn.jp/users/tootdon) +- Platforms: Android, iOS + +## Amaroq +- Homepage: <https://itunes.apple.com/us/app/amaroq-for-mastodon/id1214116200> +- Source Code: <https://github.com/ReticentJohn/Amaroq> +- Contact: [@eurasierboy@mastodon.social](https://mastodon.social/users/eurasierboy) +- Platforms: iOS + +## Subway Tooter +- Source Code: <https://github.com/tateisu/SubwayTooter/> +- Homepage: <http://subwaytooter.hatenadiary.jp/> +- Contact: [@tateisu@mastodon.juggler.jp](https://mastodon.juggler.jp/users/tateisu), [@SubwayTooter@mastodon.juggler.jp](https://mastodon.juggler.jp/users/SubwayTooter) +- Platforms: Android |