https://github.com/lambda-fairy/karkinos
🦀 Rustaceans.org clone with extra aesthetic
https://github.com/lambda-fairy/karkinos
rust
Last synced: 7 months ago
JSON representation
🦀 Rustaceans.org clone with extra aesthetic
- Host: GitHub
- URL: https://github.com/lambda-fairy/karkinos
- Owner: lambda-fairy
- License: agpl-3.0
- Created: 2016-10-23T09:33:40.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-06-08T07:19:42.000Z (about 8 years ago)
- Last Synced: 2025-10-28T00:31:49.607Z (10 months ago)
- Topics: rust
- Language: Rust
- Homepage: https://karkinos.lambda.xyz
- Size: 121 KB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# K A R K I N O S
**KARKINOS** is a database of people interested in the [Rust programming language][Rust]. It uses the same data as [rustaceans.org], but presents it through a different interface.
I created Karkinos for these reasons:
- To provide access for users who browse with JavaScript disabled;
- To rewrite the backend in Rust (instead of Node.js);
- As a proving ground for my template engine, [Maud];
- To screw around with CSS (this is the most important reason).
Karkinos is named after a very special [giant crab].
[Rust]: https://www.rust-lang.org
[rustaceans.org]: http://rustaceans.org
[Maud]: https://github.com/lfairy
[giant crab]: https://en.wikipedia.org/wiki/Cancer_(constellation)#Names
## Setting up
Karkinos requires a nightly version of the Rust compiler. The easiest way to install this is through [rustup]:
rustup override set nightly
[rustup]: https://rustup.rs/
Once you've got the compiler working, compile and run the server:
RUST_LOG=logger,karkinos,error cargo run --release
You can then view the site at .
## Licenses
Copyright © 2016 Chris Wong
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
`symbola-crab.ttf` and `symbola-crab.woff` are derived from the Symbola typeface by [George Douros].
`icon.png` is a part of [Noto Emoji], and is licensed under the Apache License version 2.0.
[George Douros]: http://users.teilar.gr/~g1951d/
[Noto Emoji]: https://github.com/googlei18n/noto-emoji