badges / gh-badges

Go to badges/shields. Especially if you don't know why. (This repo is old.)
http://img.shields.io/
Creative Commons Zero v1.0 Universal
86 stars 29 forks source link

Tracking Gemnasium’s adoption of these badges #19

Closed mathiasbynens closed 10 years ago

mathiasbynens commented 10 years ago

I’d like Gemnasium to offer their badges as SVG using the format used in this project.

I think these are all the badges Gemnasium needs:

Badge Link to example SVG code
dependencies out-of-date /:dependencies-out--of--date-yellow.svg
devDependencies out-of-date /:devDependencies-out--of--date-yellow.svg
dependencies up-to-date /:dependencies-up--to--date-brightgreen.svg
devDependencies up-to-date /:devDependencies-up--to--date-brightgreen.svg
dependencies update! /:dependencies-update!-red.svg
devDependencies update! /:devDependencies-update!-red.svg
dependencies unknown /:dependencies-unknown-lightgrey.svg
dependencies none /:dependencies-none-brightgreen.svg

Since there’s no appropriate public repository to file this request, I’ll just send them a link to this issue instead.

mathiasbynens commented 10 years ago

Filed http://gemnasium.freshdesk.com/support/tickets/405. /cc @gemnasium

espadrine commented 10 years ago

I'd love to have a link to a update! project to make sure my assumptions are correct.

espadrine commented 10 years ago

We now have Gemnasium integration.

Related: Gemnasium's reaction on Twitter!

mathiasbynens commented 10 years ago

Apparently Gemnasium has switched to a new support system since my first report, so I’ve reported it again: http://support.gemnasium.com/forums/236528-general/suggestions/5518400-use-svg-for-badges-so-they-still-look-sharp-on-r Vote for it if you agree!

mathiasbynens commented 10 years ago

Good news! Gemnasium just added our .svg badges as an alternative to their old .png ones. Examples:

https://gemnasium.com/mathiasbynens/he.png https://gemnasium.com/mathiasbynens/he.svg

I asked them to consider serving the SVG image for both URLs, i.e. even for .png requests. If not, everybody would have to edit their README files to update the badge URLs, and many people won’t, so they’d still get the old blurry badges…

espadrine commented 10 years ago

\o/ Congrats!

mathiasbynens commented 10 years ago

I asked them to consider serving the SVG image for both URLs, i.e. even for .png requests.

And they now do just that! Woohoo!