1
0
Fork
You've already forked analog-library
0
a Premium EditionTM digital library https://al.radbox.org/
  • Rust 86.9%
  • CSS 7.9%
  • HTML 3.9%
  • JavaScript 1.3%
2026年03月30日 10:34:44 -04:00
.github/workflows Combine build & deploy 2026年03月08日 22:05:13 -04:00
assets Actually display other versions 2026年03月30日 10:29:47 -04:00
src Actually display other versions 2026年03月30日 10:29:47 -04:00
.gitignore Minimal caching 2026年03月01日 15:09:15 -05:00
Cargo.lock Version bump: v0.3.0 2026年03月30日 10:34:44 -04:00
Cargo.toml Version bump: v0.3.0 2026年03月30日 10:34:44 -04:00
dist-workspace.toml Set up Dist 2026年03月08日 11:30:06 -04:00
LICENSE License 2026年03月08日 16:34:15 -04:00
README.md Expand README 2026年03月08日 17:09:00 -04:00

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.