diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-09-16 12:07:50 +0200 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-09-16 12:07:50 +0200 |
commit | dd676a36c1f8ceb383b5e169db5d38578a307ced (patch) | |
tree | c4a452cb5ca41776aedac709a02cbc6dfdd8a28c | |
parent | 0872f5f394b2ca86c8cf0248a28f4aeeb1f03d7a (diff) | |
download | pleroma-dd676a36c1f8ceb383b5e169db5d38578a307ced.tar.gz |
Add info about clients to readme.
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -4,6 +4,15 @@ Pleroma is an OStatus-compatible social networking server written in Elixir, compatible with GNU Social and Mastodon. It is high-performance and can run on small devices like a Raspberry Pi. +For clients it supports both the GNU Social API with Qvitter extensions and the Mastodon client API. + +Mobile clients that are known to work: + +* Twidere +* Tusky +* Pawoo (Android) +* Subway Tooter + 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 https://matrix.heldscal.la/#/room/#pleromafe:matrix.heldscal.la. ## Installation |