From 0cf9f29aea49b1f1501fcd4b139ec88d942f244c Mon Sep 17 00:00:00 2001 From: Melody Horn Date: Mon, 29 Mar 2021 21:05:33 -0600 Subject: put a bow on the damn thing --- templates/index.html.jinja | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 templates/index.html.jinja (limited to 'templates') diff --git a/templates/index.html.jinja b/templates/index.html.jinja new file mode 100644 index 0000000..94611ef --- /dev/null +++ b/templates/index.html.jinja @@ -0,0 +1,24 @@ + + + + + Where Is This Packaged? + + +

Where Is This Packaged?

+

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.

+

Usage

+

/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. +

+

Status

+

I don't know if I intend to finish this up and make it a more permanent service.

+

About

+

Written by boringcactus / Melody Horn.

+

Source code available under the GLWTPL.

+ + -- cgit v1.2.3