summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2020-01-24 20:43:57 -0500
committerDessalines <tyhou13@gmx.com>2020-01-24 20:43:57 -0500
commit7a0b6566344ba9b207089cc5ea898dc114e5daeb (patch)
tree8c7d5960513943137bbe6ef60b3ae70dbccde661 /README.md
parented842dfb720b4dc23000459eb4a3f203728ab565 (diff)
Squashed commit of the following:
commit 7be3cff7142f18b00298e730e49901572fc48f95 Author: Dessalines <happydooby@gmail.com> Date: Fri Jan 24 20:41:48 2020 -0500 Some minor additions. commit 4dfd96ce8cfe7fdda101475aac06eb537187e9d9 Author: Richie Zhang <12566991+StaticallyTypedRice@users.noreply.github.com> Date: Fri Jan 24 17:35:41 2020 -0800 Add a list of repository mirrors to the README.md commit 349751f1435786f20affc1770f5e8936cd75e5c6 Author: Richie Zhang <12566991+StaticallyTypedRice@users.noreply.github.com> Date: Fri Jan 24 16:47:33 2020 -0800 Fix a typo in README.md commit bfc45aa9bc8b106f4df652b18f0cc7588e604182 Merge: 197bd67 9024809 Author: Richie Zhang <12566991+StaticallyTypedRice@users.noreply.github.com> Date: Fri Jan 24 15:55:15 2020 -0800 Merge pull request #1 from StaticallyTypedRice/StaticallyTypedRice-documentation Add more implemented features to README.md commit 9024809a5c19b6d0143cd37d8d794de11a7bddf9 Author: Richie Zhang <12566991+StaticallyTypedRice@users.noreply.github.com> Date: Fri Jan 24 15:52:27 2020 -0800 Add more implemented features to README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index e9be459d..65870730 100644
--- a/README.md
+++ b/README.md
@@ -50,24 +50,36 @@ Made with [Rust](https://www.rust-lang.org), [Actix](https://actix.rs/), [Infern
- [Releases / Changelog](/RELEASES.md)
- [Contributing](https://dev.lemmy.ml/docs/contributing.html)
+## Repository Mirrors
+
+- GitHub: https://github.com/dessalines/lemmy
+- Yerbamate.dev: https://yerbamate.dev/dessalines/lemmy
+- GitLab: https://gitlab.com/dessalines/lemmy
+
## Features
- Open source, [AGPL License](/LICENSE).
- Self hostable, easy to deploy.
- Comes with [Docker](#docker), [Ansible](#ansible), [Kubernetes](#kubernetes).
- Clean, mobile-friendly interface.
+ - Only a minimum of a username and password is required to sign up!
+ - User avatar support.
- Live-updating Comment threads.
- Full vote scores `(+/-)` like old reddit.
- Themes, including light, dark, and solarized.
- Emojis with autocomplete support. Start typing `:`
- User tagging using `@`, Community tagging using `#`.
+ - Integrated image uploading in both posts and comments.
+ - A post can consist of a title and any combination of self text, a URL, or nothing else.
- Notifications, on comment replies and when you're tagged.
+ - Notifications can be sent via email.
- i18n / internationalization support.
- RSS / Atom feeds for `All`, `Subscribed`, `Inbox`, `User`, and `Community`.
- Cross-posting support.
- A *similar post search* when creating new posts. Great for question / answer communities.
- Moderation abilities.
- Public Moderation Logs.
+ - Can sticky posts to the top of communities.
- Both site admins, and community moderators, who can appoint other moderators.
- Can lock, remove, and restore posts and comments.
- Can ban and unban users from communities and the site.