summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorshibayashi <shibayashi@cypherpunk.observer>2018-11-11 17:31:16 +0100
committershibayashi <shibayashi@cypherpunk.observer>2018-11-11 17:31:16 +0100
commit3e6e4e3be7f6231e6a10e7d77408b76af4ef7b1c (patch)
tree3d1d9b994e6c31d8037086bd5236ff94279f79b4 /README.md
parentb982ced92c8fcade3f4a0eceee60e92d132258f8 (diff)
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 642d3e954..b3d6105ea 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,9 @@
## About Pleroma
-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.
+Pleroma is a microblogging server software that can federate (= exchange messages with) other servers that support the same federation standards (OStatus and ActivityPub). What that means is that you can host a server for yourself or your friends and stay in control of your online identity, but still exchange messages with people on larger servers. Pleroma will federate with all servers that implement either OStatus or ActivityPub, like Friendica, GNU Social, Hubzilla, Mastodon, Misskey, Peertube, and Pixelfed.
+
+Pleroma is written in Elixir, high-performance and can run on small devices like a Raspberry Pi.
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).