forked from nutomic/lemmy
Remove icons for toc.
This commit is contained in:
parent
abb46166b1
commit
4366875e10
1 changed files with 12 additions and 12 deletions
24
README.md
vendored
24
README.md
vendored
|
@ -40,28 +40,28 @@ Front Page|Post
|
||||||
|
|
||||||
<!-- toc -->
|
<!-- toc -->
|
||||||
|
|
||||||
- [🎥 Features](#%F0%9F%8E%A5-features)
|
- [Features](#features)
|
||||||
- [💭 About](#%F0%9F%92%AD-about)
|
- [About](#about)
|
||||||
* [Why's it called Lemmy?](#whys-it-called-lemmy)
|
* [Why's it called Lemmy?](#whys-it-called-lemmy)
|
||||||
- [🚀 Install](#%F0%9F%9A%80-install)
|
- [Install](#install)
|
||||||
* [Docker](#docker)
|
* [Docker](#docker)
|
||||||
+ [Updating](#updating)
|
+ [Updating](#updating)
|
||||||
* [Ansible](#ansible)
|
* [Ansible](#ansible)
|
||||||
* [Kubernetes](#kubernetes)
|
* [Kubernetes](#kubernetes)
|
||||||
- [⛓️ Develop](#%E2%9B%93%EF%B8%8F-develop)
|
- [Develop](#develop)
|
||||||
* [Docker Development](#docker-development)
|
* [Docker Development](#docker-development)
|
||||||
* [Local Development](#local-development)
|
* [Local Development](#local-development)
|
||||||
+ [Requirements](#requirements)
|
+ [Requirements](#requirements)
|
||||||
+ [Set up Postgres DB](#set-up-postgres-db)
|
+ [Set up Postgres DB](#set-up-postgres-db)
|
||||||
+ [Running](#running)
|
+ [Running](#running)
|
||||||
- [💡 Documentation](#%F0%9F%92%A1-documentation)
|
- [Documentation](#documentation)
|
||||||
- [🚑 Support](#%F0%9F%9A%91-support)
|
- [Support](#support)
|
||||||
- [Translations](#translations)
|
- [Translations](#translations)
|
||||||
- [Credits](#credits)
|
- [Credits](#credits)
|
||||||
|
|
||||||
<!-- tocstop -->
|
<!-- tocstop -->
|
||||||
|
|
||||||
## 🎥 Features
|
## Features
|
||||||
|
|
||||||
- Open source, [AGPL License](/LICENSE).
|
- Open source, [AGPL License](/LICENSE).
|
||||||
- Self hostable, easy to deploy.
|
- Self hostable, easy to deploy.
|
||||||
|
@ -88,7 +88,7 @@ Front Page|Post
|
||||||
- Server is written in rust.
|
- Server is written in rust.
|
||||||
- Front end is `~80kB` gzipped.
|
- Front end is `~80kB` gzipped.
|
||||||
|
|
||||||
## 💭 About
|
## About
|
||||||
|
|
||||||
[Lemmy](https://github.com/dessalines/lemmy) is similar to sites like [Reddit](https://reddit.com), [Lobste.rs](https://lobste.rs), [Raddle](https://raddle.me), 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).
|
[Lemmy](https://github.com/dessalines/lemmy) is similar to sites like [Reddit](https://reddit.com), [Lobste.rs](https://lobste.rs), [Raddle](https://raddle.me), 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).
|
||||||
|
|
||||||
|
@ -107,7 +107,7 @@ Each lemmy server can set its own moderation policy; appointing site-wide admins
|
||||||
|
|
||||||
Made with [Rust](https://www.rust-lang.org), [Actix](https://actix.rs/), [Inferno](https://www.infernojs.org), [Typescript](https://www.typescriptlang.org/) and [Diesel](http://diesel.rs/).
|
Made with [Rust](https://www.rust-lang.org), [Actix](https://actix.rs/), [Inferno](https://www.infernojs.org), [Typescript](https://www.typescriptlang.org/) and [Diesel](http://diesel.rs/).
|
||||||
|
|
||||||
## 🚀 Install
|
## Install
|
||||||
|
|
||||||
### Docker
|
### Docker
|
||||||
|
|
||||||
|
@ -179,7 +179,7 @@ kubectl apply -f docker/k8s/lemmy.yml
|
||||||
|
|
||||||
If you used a `LoadBalancer`, you should see it in your cloud provider's console.
|
If you used a `LoadBalancer`, you should see it in your cloud provider's console.
|
||||||
|
|
||||||
## ⛓️ Develop
|
## Develop
|
||||||
|
|
||||||
### Docker Development
|
### Docker Development
|
||||||
|
|
||||||
|
@ -220,14 +220,14 @@ cd lemmy
|
||||||
# cd server && cargo watch -x run
|
# cd server && cargo watch -x run
|
||||||
```
|
```
|
||||||
|
|
||||||
## 💡 Documentation
|
## Documentation
|
||||||
|
|
||||||
- [Websocket API for App developers](docs/api.md)
|
- [Websocket API for App developers](docs/api.md)
|
||||||
- [ActivityPub API.md](docs/apub_api_outline.md)
|
- [ActivityPub API.md](docs/apub_api_outline.md)
|
||||||
- [Goals](docs/goals.md)
|
- [Goals](docs/goals.md)
|
||||||
- [Ranking Algorithm](docs/ranking.md)
|
- [Ranking Algorithm](docs/ranking.md)
|
||||||
|
|
||||||
## 🚑 Support
|
## Support
|
||||||
|
|
||||||
Lemmy is free, open-source software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project.
|
Lemmy is free, open-source software, meaning no advertising, monetizing, or venture capital, ever. Your donations directly support full-time development of the project.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue