]> Untitled Git - lemmy.git/blob - docs/src/about_features.md
Merge branch 'master' into federation
[lemmy.git] / docs / src / about_features.md
1 # Features
2 - Open source, [AGPL License](/LICENSE).
3 - Self hostable, easy to deploy.
4   - Comes with [Docker](#docker), [Ansible](#ansible), [Kubernetes](#kubernetes).
5 - Clean, mobile-friendly interface.
6   - Live-updating Comment threads.
7   - Full vote scores `(+/-)` like old reddit.
8   - Themes, including light, dark, and solarized.
9   - Emojis with autocomplete support. Start typing `:`
10   - User tagging using `@`, Community tagging using `#`.
11   - Notifications, on comment replies and when you're tagged.
12   - i18n / internationalization support.
13   - RSS / Atom feeds for `All`, `Subscribed`, `Inbox`, `User`, and `Community`.
14 - Cross-posting support.
15   - A *similar post search* when creating new posts. Great for question / answer communities.
16 - Moderation abilities.
17   - Public Moderation Logs.
18   - Both site admins, and community moderators, who can appoint other moderators.
19   - Can lock, remove, and restore posts and comments.
20   - Can ban and unban users from communities and the site.
21   - Can transfer site and communities to others.
22 - Can fully erase your data, replacing all posts and comments.
23 - NSFW post / community support.
24 - High performance.
25   - Server is written in rust.
26   - Front end is `~80kB` gzipped.
27   - Supports arm64 / Raspberry Pi.