diff options
author | lambda <pleromagit@rogerbraun.net> | 2019-02-10 13:47:26 +0000 |
---|---|---|
committer | lambda <pleromagit@rogerbraun.net> | 2019-02-10 13:47:26 +0000 |
commit | 612ace96de4553df5779da2bd6650342799b4df0 (patch) | |
tree | 3fe8e8dd9b5a7b669be565cd49ea25ee91ae3381 | |
parent | e0de0fcf2243006c505014b9477412f9f3bd97ec (diff) | |
parent | 94385313b56e99f234b1a5173e6a39829fbc6150 (diff) | |
download | pleroma-612ace96de4553df5779da2bd6650342799b4df0.tar.gz pleroma-612ace96de4553df5779da2bd6650342799b4df0.zip |
Merge branch 'docs/pleroma-clients' into 'develop'
docs/Clients.md: Add documentation about clients supporting pleroma
See merge request pleroma/pleroma!726
-rw-r--r-- | README.md | 15 | ||||
-rw-r--r-- | docs/Clients.md | 83 |
2 files changed, 84 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..28f8afafd --- /dev/null +++ b/docs/Clients.md @@ -0,0 +1,83 @@ +# Pleroma Clients +Note: Additionnal clients may be working but theses are officially supporting Pleroma. +Feel free to contact us to be added to this list! + +## Desktop +### Roma for Desktop +- Homepage: <http://www.pleroma.com/desktop-app/> +- Source Code: ??? +- Platforms: Windows, Mac, (Linux?) + +### Social +- Source Code: <https://gitlab.gnome.org/BrainBlasted/Social> +- Contact: [@brainblasted@social.libre.fi](https://social.libre.fi/users/brainblasted) +- Platforms: Linux (GNOME) +- Note(2019-01-28): Not at a pre-alpha stage yet + +### 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 + +## Handheld +### 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 + +### Nekonium +- Homepage: [F-Droid Repository](https://repo.gdgd.jp.net/), [Google Play](https://play.google.com/store/apps/details?id=com.apps.nekonium), [Amazon](https://www.amazon.co.jp/dp/B076FXPRBC/) +- Source: <https://git.gdgd.jp.net/lin/nekonium/> +- Contact: [@lin@pleroma.gdgd.jp.net](https://pleroma.gdgd.jp.net/users/lin) +- Platforms: Android + +### Mastalab +- Source Code: <https://gitlab.com/tom79/mastalab/> +- Contact: [@tom79@mastodon.social](https://mastodon.social/users/tom79) +- Platforms: Android + +### Roma +- Homepage: <http://www.pleroma.com/> +- Source Code: ??? +- Platforms: iOS, 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 + +### Tusky +- Homepage: <https://tuskyapp.github.io/> +- Source Code: <https://github.com/tuskyapp/Tusky> +- Contact: [@ConnyDuck@mastodon.social](https://mastodon.social/users/ConnyDuck) +- Platforms: Android + +### Twidere +- Homepage: <https://twidere.mariotaku.org/> +- Source Code: <https://github.com/TwidereProject/Twidere-Android/>, <https://github.com/TwidereProject/Twidere-iOS/> +- Contact: <me@mariotaku.org> +- Platform: Android, iOS + +## Alternative Web Interfaces +### Brutaldon +- Homepage: <https://jfm.carcosa.net/projects/software/brutaldon/> +- Source Code: <https://github.com/jfmcbrayer/brutaldon> +- Contact: [@gcupc@glitch.social](https://glitch.social/users/gcupc) + +### Halcyon +- Source Code: <https://notabug.org/halcyon-suite/halcyon> +- Contact: [@halcyon@social.csswg.org](https://social.csswg.org/users/halcyon) + +### Pinafore +- Homepage: <https://pinafore.social/> +- Source Code: <https://github.com/nolanlawson/pinafore> +- Contact: [@pinafore@mastodon.technology](https://mastodon.technology/users/pinafore) +- Note: Pleroma support is a secondary goal + +### Sengi +- Source Code: <https://github.com/NicolasConstant/sengi> +- Contact: [@sengi_app@mastodon.social](https://mastodon.social/users/sengi_app) +- Note(2019-01-28): The development is currently in a early stage. |