A service to make SVG badges showing which package repositories offer something.
Poorly written, poorly tested, not production ready.
Only necessary because the existing service that does this is run by assholes.
/badge/<package>.svg
will generate a badge for all the known repositories that have a package with that name.
You can override with query string parameters.
For example, /badge/rust.svg?crates-io=&debian=rustc&ubuntu=rustc
looks for packages named "rust", but ignores crates.io and looks for "rustc" instead on Debian & Ubuntu.
I don't know if I intend to finish this up and make it a more permanent service.
Written by boringcactus / Melody Horn.