]> Untitled Git - lemmy.git/commitdiff
Version update
authorDessalines <tyhou13@gmx.com>
Wed, 17 Apr 2019 00:32:13 +0000 (17:32 -0700)
committerDessalines <tyhou13@gmx.com>
Wed, 17 Apr 2019 00:32:13 +0000 (17:32 -0700)
Dockerfile
README.md
ui/src/components/footer.tsx
ui/src/version.ts

index e2803851feffac09ac685a1573823ec042a397ea..01a7585016cba1e46df541c7ed3dd06020dd0343 100644 (file)
@@ -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
index 75baef5ae39762ead8fa4e204845a8fe0bb00246..ea5fe3c1a1d5eb52ba4e2d185ce2a289166d2437 100644 (file)
--- a/README.md
+++ b/README.md
 
 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/)
index fe6d971a4c3cb66db605dee6be9c090a5c166933..10aafe177e8db46185fe20d3c25abe5c1c4c4877 100644 (file)
@@ -19,7 +19,7 @@ export class Footer extends Component<any, any> {
               <Link class="nav-link" to="/modlog">Modlog</Link>
             </li>
             <li class="nav-item">
-              <a class="nav-link" href={repoUrl}>Contribute</a>
+              <a class="nav-link" href={`${repoUrl}#support`}>Contribute</a>
             </li>
             <li class="nav-item">
               <a class="nav-link" href={repoUrl}>Code</a>
index 03cbc5b5ce6f436f4d546f773ba004ba45798ecf..2dd94f84ada9ddd39bd83d50a5dfbf94a8f7ca6b 100644 (file)
@@ -1 +1 @@
-export let version: string = "v0.0.2-13-g1bf0dfd";
\ No newline at end of file
+export let version: string = "v0.0.2-16-g6839cc9";
\ No newline at end of file