summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrinpatch <rinpatch@sdf.org>2019-11-09 23:32:21 +0300
committerrinpatch <rinpatch@sdf.org>2019-11-09 23:32:21 +0300
commitc5368a395d1a956ceb56581595fce830def46f06 (patch)
tree840d8865f97f327f9359c273dd88f476ade8e295
parenteca66aefbae4c575ae66cace71017f1d0f904bc3 (diff)
downloadpleroma-c5368a395d1a956ceb56581595fce830def46f06.tar.gz
pleroma-c5368a395d1a956ceb56581595fce830def46f06.zip
readme: remove unnecessary heading
-rw-r--r--README.md1
1 files changed, 0 insertions, 1 deletions
diff --git a/README.md b/README.md
index 11e3fc629..fd3d50150 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,5 @@
# Pleroma
-## About Pleroma
Pleroma is a microblogging server software that can federate (= exchange messages with) other servers that support 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 ActivityPub, like Friendica, GNU Social, Hubzilla, Mastodon, Misskey, Peertube, and Pixelfed.
Pleroma is written in Elixir and uses PostgresSQL for data storage. It's efficient enough to be ran on low-power devices like Raspberry Pi (though we wouldn't recommend storing the database on the internal SD card ;) but can scale well when ran on more powerful hardware (albeit only single-node for now).