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