forked from samps/analog-library
a Premium EditionTM digital library
https://al.radbox.org/
- Rust 86.9%
- CSS 7.9%
- HTML 3.9%
- JavaScript 1.3%
| .github/workflows | Combine build & deploy | |
| assets | Actually display other versions | |
| src | Actually display other versions | |
| .gitignore | Minimal caching | |
| Cargo.lock | Version bump: v0.3.0 | |
| Cargo.toml | Version bump: v0.3.0 | |
| dist-workspace.toml | Set up Dist | |
| LICENSE | License | |
| README.md | Expand README | |
Analog Library
It's just a super simple way to render metadata about a paper DOI. The idea is to provide a good URL to send to a friend when you're talking about a paper. Analog Library pages are crap-free and load quickly.
You can see a running instance at al.radbox.org.
To run it yourself, you can just cargo build --release or download a pre-built binary.
Run the executable to launch the server on port 8118.
Analog Library will create a cache database in the working directory.
Set the MAILTO environment variable to identify yourself in your requests to the Crossref API, which is something they appreciate.
Analog Library is by Adrian Sampson. The license is MIT.