[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [elpa] externals/marginalia 94fc7f0: README: Add ELPA badge
From: |
Daniel Mendler |
Subject: |
Re: [elpa] externals/marginalia 94fc7f0: README: Add ELPA badge |
Date: |
Mon, 31 May 2021 06:56:44 +0200 |
On 5/30/21 9:56 PM, Stefan Monnier wrote:
>> +#+html: <a href="http://elpa.gnu.org/packages/marginalia.html"><img
>> alt="GNU ELPA"
>> src="https://img.shields.io/badge/GNU%20ELPA-marginalia-bb3955"/></a>
>
> Would someone be interested in helping us make elpa.gnu.org serve those
> "GNU ELPA badges" instead of asking shields.io to do it for us?
The shields.io code is available at https://github.com/badges/shields.
It is of course possible to use that svg builder code during the ELPA
build process. MELPA accesses shields.io during the build process, see
https://github.com/melpa/melpa/blob/master/package-build/package-build-badges.el.
Daniel