diff --git a/README.md b/README.md index 0a907902e2..2837b6ef8d 100644 --- a/README.md +++ b/README.md @@ -1,39 +1,3 @@ -Pleroma by mkljczk is a fork of Pleroma I'm developing for personal use. - -Added features: - -- You can bite users -- `$INSTANCE$host$` gets replaced by domain name of instance viewing your posts -- [Mobilizon-compatible events](https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3955) -- [Posts can have a language assigned](https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3940) -- [Machine translation providers (DeepL, LibreTranslate) are supported](https://git.pleroma.social/pleroma/pleroma/-/merge_requests/4102) -- [Post language can be automatically detected (with fastText)](https://git.pleroma.social/pleroma/pleroma/-/merge_requests/4103) -- [User avatars and headers can have image decriptions](https://git.pleroma.social/pleroma/pleroma/-/merge_requests/4227) -- [A single server can allow users to register accounts with different domains](https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3965) -- [Chats and chat messages get exported in account backups](https://git.pleroma.social/pleroma/pleroma/-/merge_requests/4088) -- [You can pin/unpin chats](https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3637) -- [Partial implementation of Mastodon admin API](https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3671) -- [Moderators can assign users to reports](https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3670) -- [Mastodon-compatible webhooks](https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3683) -- UI is restyled to match pl-fe visuals -- Improved compatibility with akkoma-fe (profiles saving is still missing) - -Features not authored by me: -- [Chat deletion](https://git.pleroma.social/pleroma/pleroma/-/merge_requests/3029) -- [AntiDuplicationPolicy and AntiMentionSpamPolicy MRFs](https://gitlab.com/soapbox-pub/rebased/-/merge_requests/249) -- [Bubble timeline](https://akkoma.dev/AkkomaGang/akkoma/pulls/100) -- [Hashtag following](https://akkoma.dev/AkkomaGang/akkoma/pulls/341) -- [Ability to auto-approve followbacks](https://akkoma.dev/AkkomaGang/akkoma/pulls/674) - -There might be more, it's hard to keep track of it. I'm trying to keep the fork as close to upstream and I hope the list will eventually get much shorter. - -**DISCLAIMER:** -Although Pleroma by mkljczk *just works* for me, I cannot guarantee that it'll work well for you. There might be bugs I simply don't care about or I might decide to abandon the project one day. - -It should be possible to migrate from Pleroma or Rebased to Pleroma by mkljczk without issues. It is recommended to use Pleroma by mkljczk with [`pl-fe`](https://github.com/mkljczk/pl-fe/tree/develop/packages/pl-fe) for full feature compatibility, but pleroma-fe and other frontends work fine too. - ---- - ## About