X-Git-Url: http://these/git/?a=blobdiff_plain;f=README.md;h=bb77a1cd80d351b0370eea26555acf0d9ade395f;hb=d909f3455ddb89d45f35c78c4ce96bd0896469b1;hp=ad23415e25d630b98b1297710e0a16ebc92f1364;hpb=5e0562e80e7c2dcacaf15a0d7479cdf16e998b26;p=lemmy.git diff --git a/README.md b/README.md index ad23415e..bb77a1cd 100644 --- a/README.md +++ b/README.md @@ -1,54 +1,67 @@
![GitHub tag (latest SemVer)](https://img.shields.io/github/tag/LemmyNet/lemmy.svg) -[![Build Status](https://travis-ci.org/LemmyNet/lemmy.svg?branch=main)](https://travis-ci.org/LemmyNet/lemmy) +[![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) [![Docker Pulls](https://img.shields.io/docker/pulls/dessalines/lemmy.svg)](https://cloud.docker.com/repository/docker/dessalines/lemmy/) -[![Translation status](http://weblate.yerbamate.dev/widgets/lemmy/-/lemmy/svg-badge.svg)](http://weblate.yerbamate.dev/engage/lemmy/) +[![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) +[![Delightful Humane Tech](https://codeberg.org/teaserbot-labs/delightful-humane-design/raw/branch/main/humane-tech-badge.svg)](https://codeberg.org/teaserbot-labs/delightful-humane-design) +

- + English | + Español | + Русский | + 汉语 | + 漢語 | + 日本語 +

+ +

+ -

Lemmy

+

Lemmy

- A link aggregator / Reddit clone for the fediverse. + A link aggregator and forum for the fediverse.

- View Site + Join Lemmy + · + Documentation · - Documentation + Matrix Chat · Report Bug · Request Feature · Releases + · + Code of Conduct

## About The Project -Front Page|Post ----|--- -![main screen](https://raw.githubusercontent.com/LemmyNet/lemmy/main/docs/img/main_screen.png)|![chat screen](https://raw.githubusercontent.com/LemmyNet/lemmy/main/docs/img/chat_screen.png) +| Desktop | Mobile | +| ---------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | +| ![desktop](https://raw.githubusercontent.com/LemmyNet/joinlemmy-site/main/src/assets/images/main_img.webp) | ![mobile](https://raw.githubusercontent.com/LemmyNet/joinlemmy-site/main/src/assets/images/mobile_pic.webp) | [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). 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. -The overall goal is to create an easily self-hostable, decentralized alternative to Reddit and other link aggregators, outside of their corporate control and meddling. +It is an easily self-hostable, decentralized alternative to Reddit and other link aggregators, outside of their corporate control and meddling. 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. -*Note: Federation is still in active development and the WebSocket, as well as, HTTP API are currently unstable* - ### Why's it called Lemmy? -- Lead singer from [Motörhead](https://invidio.us/watch?v=pWB5JZRGl0U). +- Lead singer from [Motörhead](https://invidio.us/watch?v=3mbvWn1EY6g). - The old school [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/). @@ -65,7 +78,7 @@ Each Lemmy server can set its own moderation policy; appointing site-wide admins - Open source, [AGPL License](/LICENSE). - Self hostable, easy to deploy. - - Comes with [Docker](https://dev.lemmy.ml/docs/administration_install_docker.html) and [Ansible](https://dev.lemmy.ml/docs/administration_install_ansible.html). + - Comes with [Docker](https://join-lemmy.org/docs/administration/install_docker.html) and [Ansible](https://join-lemmy.org/docs/administration/install_ansible.html). - Clean, mobile-friendly interface. - Only a minimum of a username and password is required to sign up! - User avatar support. @@ -82,7 +95,7 @@ Each Lemmy server can set its own moderation policy; appointing site-wide admins - 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. + - 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. @@ -92,7 +105,6 @@ Each Lemmy server can set its own moderation policy; appointing site-wide admins - Can transfer site and communities to others. - Can fully erase your data, replacing all posts and comments. - NSFW post / community support. -- OEmbed support via Iframely. - High performance. - Server is written in rust. - Front end is `~80kB` gzipped. @@ -100,22 +112,11 @@ Each Lemmy server can set its own moderation policy; appointing site-wide admins ## Installation -- [Docker](https://dev.lemmy.ml/docs/administration_install_docker.html) -- [Ansible](https://dev.lemmy.ml/docs/administration_install_ansible.html) +- [Lemmy Administration Docs](https://join-lemmy.org/docs/administration/administration.html) ## Lemmy Projects -### Apps - -- [lemmy-ui - The official web app for lemmy](https://github.com/LemmyNet/lemmy-ui) -- [Lemmur - A flutter lemmy app ( under development )](https://github.com/krawieck/lemmur) -- [Lemmy-mobile (Android / IOS) - React native ( under development )](https://github.com/koredefashokun/lemmy-mobile) - -### Libraries - -- [lemmy-js-client](https://github.com/LemmyNet/lemmy-js-client) -- [Kotlin API ( under development )](https://github.com/eiknat/lemmy-client) -- [Dart API client ( under development )](https://github.com/krawieck/lemmy_api_client) +- [awesome-lemmy - A community driven list of apps and tools for lemmy](https://github.com/dbeley/awesome-lemmy) ## Support / Donate @@ -124,33 +125,34 @@ Lemmy is free, open-source software, meaning no advertising, monetizing, or vent - [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://dev.lemmy.ml/sponsors). +- [List of Sponsors](https://join-lemmy.org/donate). ### Crypto - bitcoin: `1Hefs7miXS5ff5Ck5xvmjKjXf5242KzRtK` - ethereum: `0x400c96c96acbC6E7B3B43B1dc1BB446540a88A01` - monero: `41taVyY6e1xApqKyMVDRVxJ76sPkfZhALLTjRvVKpaAh2pBd4wv9RgYj1tSPrx8wc6iE1uWUfjtQdTmTy2FGMeChGVKPQuV` +- cardano: `addr1q858t89l2ym6xmrugjs0af9cslfwvnvsh2xxp6x4dcez7pf5tushkp4wl7zxfhm2djp6gq60dk4cmc7seaza5p3slx0sakjutm` ## Contributing -- [Contributing instructions](https://dev.lemmy.ml/docs/contributing.html) -- [Docker Development](https://dev.lemmy.ml/docs/contributing_docker_development.html) -- [Local Development](https://dev.lemmy.ml/docs/contributing_local_development.html) +- [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) ### Translations -If you want to help with translating, take a look at [Weblate](https://weblate.yerbamate.dev/projects/lemmy/). +- 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). ## Contact - [Mastodon](https://mastodon.social/@LemmyDev) -- [Matrix](https://matrix.to/#/#lemmy:matrix.org) +- [Lemmy Support Forum](https://lemmy.ml/c/lemmy_support) ## Code Mirrors - [GitHub](https://github.com/LemmyNet/lemmy) -- [Gitea](https://yerbamate.dev/LemmyNet/lemmy) +- [Gitea](https://git.join-lemmy.org/LemmyNet/lemmy) - [Codeberg](https://codeberg.org/LemmyNet/lemmy) ## Credits