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

Add support for Version Badge #40

Closed LostCrew closed 10 years ago

LostCrew commented 10 years ago

hello guys,

what about adding the support for the Version Badge? i find it quite useful. thanks.

espadrine commented 10 years ago

We have support for gem, npm, PyPI, Hackage and Packagist versions. Is there something I am missing?

LostCrew commented 10 years ago

@espadrine yes, that i am dumb. sorry for the silliness.

espadrine commented 10 years ago

Nothing's dumb to me. Should we make that ability more obvious?

LostCrew commented 10 years ago

i guess grouping them together under a specific category (project version) would be clearer and more immediate. what do you think?

espadrine commented 10 years ago

Hmm. The current scheme is /<vendor>/v/<vendor-specific string>. I can't really change that, since it's heavily used in the wild. Would you consider it clearer to have /v/<vendor>/<vendor-specific string>?

LostCrew commented 10 years ago

no, sorry, i was referring to the presentation page. the Supported Services section doesn't group them into main categories, that might have confused me. thoughts?

espadrine commented 10 years ago

I guess there are three parts, downloads, version, and miscellaneous. I'll try to give it more structure.

LostCrew commented 10 years ago

@espadrine nice, thank you for the support :+1:

espadrine commented 10 years ago

Done in f2de13e.