aboutsummaryrefslogtreecommitdiff
path: root/templates/index.html.jinja
blob: 94611ef8d3c5c2f684e355889e5e26936e5c3c9a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Where Is This Packaged?</title>
</head>
<body>
<h1>Where Is This Packaged?</h1>
<p>A service to make SVG badges showing which package repositories offer something.</p>
<p><strong>Poorly written, poorly tested, not production ready.</strong></p>
<p>Only necessary because the existing service that does this <a href="https://twitter.com/QuinnyPig/status/1376357557191643141">is run by assholes</a>.</p>
<h2>Usage</h2>
<p><code>/badge/&lt;package&gt;.svg</code> will generate a badge for all the <a href="https://code.boringcactus.com/where-packaged/tree/repos">known</a> repositories that have a package with that name.</p>
<p>
    You can override with query string parameters.
    For example, <a href="/badge/rust.svg?crates-io=&debian=rustc&ubuntu=rustc"><code>/badge/rust.svg?crates-io=&amp;debian=rustc&amp;ubuntu=rustc</code></a> looks for packages named "rust", but ignores crates.io and looks for "rustc" instead on Debian & Ubuntu.
</p>
<h2>Status</h2>
<p>I don't know if I intend to finish this up and make it a more permanent service.</p>
<h2>About</h2>
<p>Written by <a href="https://www.boringcactus.com">boringcactus / Melody Horn</a>.</p>
<p>Source code <a href="https://code.boringcactus.com/where-packaged/">available</a> under the <a href="https://github.com/me-shaon/GLWTPL">GLWTPL</a>.</p>
</body>
</html>