Version update

This commit is contained in:
Dessalines 2019-04-16 17:32:13 -07:00
parent e6542b55d2
commit ed6595bec7
4 changed files with 25 additions and 10 deletions

View 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

View file

@ -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/)

View 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>

View file

@ -1 +1 @@
export let version: string = "v0.0.2-13-g1bf0dfd";
export let version: string = "v0.0.2-16-g6839cc9";