lemmy/README.md

166 lines
8.3 KiB
Markdown
Raw Permalink Normal View History

2019-10-22 06:24:06 +00:00
<div align="center">
2019-02-14 17:36:53 +00:00
![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/LemmyNet/lemmy.svg)
[![Build Status](https://woodpecker.join-lemmy.org/api/badges/LemmyNet/lemmy/status.svg)](https://woodpecker.join-lemmy.org/LemmyNet/lemmy)
[![GitHub issues](https://img.shields.io/github/issues-raw/LemmyNet/lemmy.svg)](https://github.com/LemmyNet/lemmy/issues)
2019-09-13 05:19:52 +00:00
[![Docker Pulls](https://img.shields.io/docker/pulls/dessalines/lemmy.svg)](https://cloud.docker.com/repository/docker/dessalines/lemmy/)
2023-02-01 14:34:59 +00:00
[![Translation status](http://weblate.join-lemmy.org/widgets/lemmy/-/lemmy/svg-badge.svg)](http://weblate.join-lemmy.org/engage/lemmy/)
[![License](https://img.shields.io/github/license/LemmyNet/lemmy.svg)](LICENSE)
![GitHub stars](https://img.shields.io/github/stars/LemmyNet/lemmy?style=social)
<a href="https://endsoftwarepatents.org/innovating-without-patents"><img style="height: 20px;" src="https://static.fsf.org/nosvn/esp/logos/patent-free.svg"></a>
2019-10-22 06:24:06 +00:00
</div>
<p align="center">
<span>English</span> |
<a href="readmes/README.es.md">Español</a> |
<a href="readmes/README.ru.md">Русский</a> |
<a href="readmes/README.zh.hans.md">汉语</a> |
<a href="readmes/README.zh.hant.md">漢語</a> |
<a href="readmes/README.ja.md">日本語</a>
</p>
2020-02-06 16:26:11 +00:00
<p align="center">
<a href="https://join-lemmy.org/" rel="noopener">
<img width=200px height=200px src="https://raw.githubusercontent.com/LemmyNet/lemmy-ui/main/src/assets/icons/favicon.svg"></a>
2019-04-06 15:32:34 +00:00
<h3 align="center"><a href="https://join-lemmy.org">Lemmy</a></h3>
2020-02-06 16:26:11 +00:00
<p align="center">
A link aggregator and forum for the fediverse.
2020-02-06 16:26:11 +00:00
<br />
<br />
<a href="https://join-lemmy.org">Join Lemmy</a>
2020-02-06 16:26:11 +00:00
·
<a href="https://join-lemmy.org/docs/index.html">Documentation</a>
2020-02-06 16:26:11 +00:00
·
<a href="https://matrix.to/#/#lemmy-space:matrix.org">Matrix Chat</a>
·
<a href="https://github.com/LemmyNet/lemmy/issues">Report Bug</a>
2020-02-06 16:26:11 +00:00
·
<a href="https://github.com/LemmyNet/lemmy/issues">Request Feature</a>
2020-02-06 16:26:11 +00:00
·
<a href="https://github.com/LemmyNet/lemmy/blob/main/RELEASES.md">Releases</a>
2021-01-15 16:49:23 +00:00
·
<a href="https://join-lemmy.org/docs/code_of_conduct.html">Code of Conduct</a>
2020-02-06 16:26:11 +00:00
</p>
2019-10-22 06:24:06 +00:00
</p>
2019-02-14 17:36:53 +00:00
2020-02-06 16:26:11 +00:00
## About The Project
| Desktop | Mobile |
| --------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- |
| ![desktop](https://raw.githubusercontent.com/LemmyNet/joinlemmy-site/main/src/assets/images/main_screen_2.webp) | ![mobile](https://raw.githubusercontent.com/LemmyNet/joinlemmy-site/main/src/assets/images/mobile_pic.webp) |
2019-10-18 03:20:59 +00:00
2020-10-03 14:51:15 +00:00
[Lemmy](https://github.com/LemmyNet/lemmy) is similar to sites like [Reddit](https://reddit.com), [Lobste.rs](https://lobste.rs), or [Hacker News](https://news.ycombinator.com/): you subscribe to forums you're interested in, post links and discussions, then vote, and comment on them. Behind the scenes, it is very different; anyone can easily run a server, and all these servers are federated (think email), and connected to the same universe, called the [Fediverse](https://en.wikipedia.org/wiki/Fediverse).
2019-04-22 20:35:51 +00:00
For a link aggregator, this means a user registered on one server can subscribe to forums on any other server, and can have discussions with users registered elsewhere.
It is an easily self-hostable, decentralized alternative to Reddit and other link aggregators, outside of their corporate control and meddling.
2019-04-22 20:35:51 +00:00
Each Lemmy server can set its own moderation policy; appointing site-wide admins, and community moderators to keep out the trolls, and foster a healthy, non-toxic environment where all can feel comfortable contributing.
2019-05-04 15:58:53 +00:00
2020-02-06 16:26:11 +00:00
### Why's it called Lemmy?
2020-01-01 22:47:00 +00:00
- Lead singer from [Motörhead](https://invidio.us/watch?v=3mbvWn1EY6g).
2020-02-06 16:26:11 +00:00
- The old school [video game](<https://en.wikipedia.org/wiki/Lemmings_(video_game)>).
- The [Koopa from Super Mario](https://www.mariowiki.com/Lemmy_Koopa).
- The [furry rodents](http://sunchild.fpwc.org/lemming-the-little-giant-of-the-north/).
2020-02-06 16:26:11 +00:00
### Built With
- [Rust](https://www.rust-lang.org)
- [Actix](https://actix.rs/)
- [Diesel](http://diesel.rs/)
- [Inferno](https://infernojs.org)
- [Typescript](https://www.typescriptlang.org/)
2020-01-01 22:47:00 +00:00
## Features
- Open source, [AGPL License](/LICENSE).
- Self hostable, easy to deploy.
- Comes with [Docker](https://join-lemmy.org/docs/administration/install_docker.html) and [Ansible](https://join-lemmy.org/docs/administration/install_ansible.html).
2020-01-01 22:47:00 +00:00
- Clean, mobile-friendly interface.
- Only a minimum of a username and password is required to sign up!
- User avatar support.
2020-01-01 22:47:00 +00:00
- Live-updating Comment threads.
- Full vote scores `(+/-)` like old Reddit.
2020-01-01 22:47:00 +00:00
- 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.
2020-01-01 22:47:00 +00:00
- Notifications, on comment replies and when you're tagged.
- Notifications can be sent via email.
- Private messaging support.
2020-01-01 22:47:00 +00:00
- 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.
2020-01-01 22:47:00 +00:00
- Moderation abilities.
- Public Moderation Logs.
- Can sticky posts to the top of communities.
2020-01-01 22:47:00 +00:00
- 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.
- Can transfer site and communities to others.
- Can fully erase your data, replacing all posts and comments.
- NSFW post / community support.
- High performance.
- Server is written in rust.
- Supports arm64 / Raspberry Pi.
2020-02-06 16:26:11 +00:00
## Installation
- [Lemmy Administration Docs](https://join-lemmy.org/docs/administration/administration.html)
2020-02-18 01:48:17 +00:00
## Lemmy Projects
2023-07-03 14:44:55 +00:00
- [awesome-lemmy - A community driven list of apps and tools for lemmy](https://github.com/dbeley/awesome-lemmy)
2020-01-18 17:38:50 +00:00
## Support / Donate
Lemmy is free, open-source software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project.
2019-10-21 20:05:13 +00:00
Lemmy is made possible by a generous grant from the [NLnet foundation](https://nlnet.nl/).
- [Support on Liberapay](https://liberapay.com/Lemmy).
- [Support on Patreon](https://www.patreon.com/dessalines).
- [Support on OpenCollective](https://opencollective.com/lemmy).
- [List of Sponsors](https://join-lemmy.org/donate).
2020-01-18 17:38:50 +00:00
### Crypto
2019-05-17 15:32:07 +00:00
- bitcoin: `1Hefs7miXS5ff5Ck5xvmjKjXf5242KzRtK`
2019-04-17 00:32:13 +00:00
- ethereum: `0x400c96c96acbC6E7B3B43B1dc1BB446540a88A01`
- monero: `41taVyY6e1xApqKyMVDRVxJ76sPkfZhALLTjRvVKpaAh2pBd4wv9RgYj1tSPrx8wc6iE1uWUfjtQdTmTy2FGMeChGVKPQuV`
2020-02-06 16:26:11 +00:00
## Contributing
Read the following documentation to setup the development environment and start coding:
- [Contributing instructions](https://join-lemmy.org/docs/contributors/01-overview.html)
- [Docker Development](https://join-lemmy.org/docs/contributors/03-docker-development.html)
- [Local Development](https://join-lemmy.org/docs/contributors/02-local-development.html)
2020-02-06 16:26:11 +00:00
When working on an issue or pull request, you can comment with any questions you may have so that maintainers can answer them. You can also join the [Matrix Development Chat](https://matrix.to/#/#lemmydev:matrix.org) for general assistance.
2020-04-27 20:22:56 +00:00
### Translations
- If you want to help with translating, take a look at [Weblate](https://weblate.join-lemmy.org/projects/lemmy/). You can also help by [translating the documentation](https://github.com/LemmyNet/lemmy-docs#adding-a-new-language).
2019-10-18 19:13:09 +00:00
## Community
2020-02-06 16:26:11 +00:00
- [Matrix Space](https://matrix.to/#/#lemmy-space:matrix.org)
- [Lemmy Forum](https://lemmy.ml/c/lemmy)
- [Lemmy Support Forum](https://lemmy.ml/c/lemmy_support)
2020-04-22 20:52:24 +00:00
## Code Mirrors
- [GitHub](https://github.com/LemmyNet/lemmy)
2023-02-01 14:34:59 +00:00
- [Gitea](https://git.join-lemmy.org/LemmyNet/lemmy)
- [Codeberg](https://codeberg.org/LemmyNet/lemmy)
2020-02-06 16:26:11 +00:00
2019-04-06 22:49:51 +00:00
## Credits
2019-10-20 19:31:15 +00:00
Logo made by Andy Cuccaro (@andycuccaro) under the CC-BY-SA 4.0 license.