Skip to content

Commit 797e830

Browse files
committed
Replace pypi version badge badge.fury.io -> img.shields.io
badge was blocked by privacy badger due to third party cookie. Replace with one that doesn't use cookies. Also add some other badges I may want to implement: supported python versions licenses used status beta, stable etc. mozilla observatory
1 parent db29346 commit 797e830

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

website/www/index.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,18 @@ Roundup Issue Tracker
1919
.. raw:: html
2020

2121
<div class="release_info note">
22+
<!-- package version/pypi download -->
2223
<a
2324
href="https://pypi.org/project/roundup/#files">Download:
2425
<img style="vertical-align: text-top"
25-
src="https://badge.fury.io/py/roundup.svg?color=lightblue"
26+
src="https://img.shields.io/pypi/v/roundup?color=blue&label=Current%20Version&cacheSeconds=86400"
2627
alt="PyPI version" height="18"></a>
27-
<!-- <img src="https://shields.io/pypi/pyversions/roundup"> -->
28+
<!-- supported python versions: <img src="https://shields.io/pypi/pyversions/roundup"> -->
29+
<!-- license: <img src="https://img.shields.io/pypi/l/roundup"> -->
30+
<!-- changes since 2.2.0 <img src="https://img.shields.io/github/commits-since/roundup-tracker/roundup/2.2.0/master?sort=semver"> -->
31+
<!-- status beta, stable, mature.... <img src="https://img.shields.io/pypi/status/roundup"> -->
32+
<!-- mozilla observatory <img src="https://img.shields.io/mozilla-observatory/grade/www.roundup-tracker.org?publish"> -->
33+
<!-- downloads/month -->
2834
<a style="display:block; margin-block-start: 1em; text-align:
2935
center;" href="https://pypistats.org/packages/roundup" alt="">
3036
<img

0 commit comments

Comments
 (0)