From ed6595bec79c1563299f3ea72d60227bde33bd0d Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 16 Apr 2019 17:32:13 -0700 Subject: [PATCH] Version update --- Dockerfile | 1 - README.md | 30 +++++++++++++++++++++++------- ui/src/components/footer.tsx | 2 +- ui/src/version.ts | 2 +- 4 files changed, 25 insertions(+), 10 deletions(-) diff --git a/Dockerfile b/Dockerfile index e2803851f..01a758501 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,7 +19,6 @@ COPY server/Cargo.toml server/Cargo.lock ./ RUN mkdir -p ./src/bin \ && echo 'fn main() { println!("Dummy") }' > ./src/bin/main.rs RUN cargo build --release --bin lemmy -RUN ls ./target/release/.fingerprint/ RUN rm -r ./target/release/.fingerprint/server-* # copy your source tree diff --git a/README.md b/README.md index 75baef5ae..ea5fe3c1a 100644 --- a/README.md +++ b/README.md @@ -10,22 +10,32 @@ A link aggregator / reddit clone for the fediverse. -Made with [Rust](https://www.rust-lang.org), [Actix](https://actix.rs/), [Inferno](https://www.infernojs.org), [Typescript](https://www.typescriptlang.org/). +[Lemmy Dev instance](https://dev.lemmy.ml) *for testing purposes only* -## Navigation -- [Matrix Chatroom](https://riot.im/app/#/room/#rust-reddit-fediverse:matrix.org) -- [Issues / Feature Requests](https://github.com/dessalines/lemmy/issues) -- Support the development via Patreon +This is a **very early beta version**, and a lot of features are currently broken or missing. ## Features -- TBD +- Self hostable, easy to deploy. + - Comes with docker. +- Open source. +- Live-updating Comment threads. +- Clean, minimal interface. + - Mobile-friendly. +- Full vote scores `(+/-)` like old reddit. +- Full moderation. + - Both site admins, and community moderators. + - Can lock, remove, and restore posts. + - Can remove and restore comments. +- High performance. + - Server is written in rust. + - Front end is `~80kB` gzipped. ## Why's it called Lemmy? - Lead singer from [motorhead](https://invidio.us/watch?v=pWB5JZRGl0U). - The old school [video game](https://en.wikipedia.org/wiki/Lemmings_(video_game)). - The [furry rodents](http://sunchild.fpwc.org/lemming-the-little-giant-of-the-north/). -Goals r/ censorship +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 ### Docker @@ -58,6 +68,12 @@ and goto http://localhost:8536 - [Goals](docs/goals.md) - [Ranking Algorithm](docs/ranking.md) +## Support +Support the development, and help cover hosting costs. +- Patreon +- bitcoin: `bc1queu73nwuheqtsp65nyh5hf4jr533r8rr5nsj75` +- ethereum: `0x400c96c96acbC6E7B3B43B1dc1BB446540a88A01` + ## Credits Icons made by [Freepik](https://www.freepik.com/) licensed by [CC 3.0](http://creativecommons.org/licenses/by/3.0/) diff --git a/ui/src/components/footer.tsx b/ui/src/components/footer.tsx index fe6d971a4..10aafe177 100644 --- a/ui/src/components/footer.tsx +++ b/ui/src/components/footer.tsx @@ -19,7 +19,7 @@ export class Footer extends Component { Modlog