comparison website/www/index.txt @ 6927:87c0273853a2

add build status badge and align badges into block.
author John Rouillard <rouilj@ieee.org>
date Wed, 07 Sep 2022 10:39:38 -0400
parents 5ded9d537eb9
children c31f16208212
comparison
equal deleted inserted replaced
6926:626ef84579a3 6927:87c0273853a2
17 :og\:image: https://www.roundup-tracker.org/_images/index_logged_out.png 17 :og\:image: https://www.roundup-tracker.org/_images/index_logged_out.png
18 18
19 .. raw:: html 19 .. raw:: html
20 20
21 <div class="release_info note"> 21 <div class="release_info note">
22 <!-- package version/pypi download --> 22 <!-- package version/pypi download -->
23 <a 23 <a
24 href="https://pypi.org/project/roundup/#files">Download: 24 href="https://pypi.org/project/roundup/#files">
25 <img style="vertical-align: text-top" 25 <span style="padding-inline-end: 1.75ch">Download:</span>
26 src="https://img.shields.io/pypi/v/roundup?color=blue&label=Current%20Version&cacheSeconds=86400" 26 <img style="vertical-align: text-top"
27 alt="PyPI version" height="18"></a> 27 src="https://img.shields.io/pypi/v/roundup?color=blue&label=Current%20Version&cacheSeconds=86400"
28 <!-- supported python versions: <img src="https://shields.io/pypi/pyversions/roundup"> --> 28 alt="Display current version of Roundup on PyPI."
29 <!-- license: <img src="https://img.shields.io/pypi/l/roundup"> --> 29 height="18" width="127">
30 <!-- changes since 2.2.0 <img src="https://img.shields.io/github/commits-since/roundup-tracker/roundup/2.2.0/master?sort=semver"> --> 30 </a>
31 <!-- status beta, stable, mature.... <img src="https://img.shields.io/pypi/status/roundup"> --> 31
32 <!-- mozilla observatory <img src="https://img.shields.io/mozilla-observatory/grade/www.roundup-tracker.org?publish"> --> 32 <!-- supported python versions: <img src="https://shields.io/pypi/pyversions/roundup"> -->
33 <!-- downloads/month --> 33 <!-- license: <img src="https://img.shields.io/pypi/l/roundup"> -->
34 <a style="display:block; margin-block-start: 1em; text-align: 34 <!-- changes since 2.2.0 <img src="https://img.shields.io/github/commits-since/roundup-tracker/roundup/2.2.0/master?sort=semver"> -->
35 center;" href="https://pypistats.org/packages/roundup" alt=""> 35 <!-- status beta, stable, mature.... <img src="https://img.shields.io/pypi/status/roundup"> -->
36 <img 36 <!-- mozilla observatory <img src="https://img.shields.io/mozilla-observatory/grade/www.roundup-tracker.org?publish"> -->
37 src="https://img.shields.io/badge/dynamic/json?color=blue&label=downloads%2Fmonth&cacheSeconds=86400&query=data.last_month&url=https%3A%2F%2Fpypistats.org%2Fapi%2Fpackages%2Froundup%2Frecent" 37
38 alt=""></a> 38 <!-- downloads/month -->
39 <a style="display:block; margin-block-start: 1em;"
40 href="https://pypistats.org/packages/roundup">
41 <span style="padding-inline-start: 10.75ch"></span>
42 <img
43 src="https://img.shields.io/badge/dynamic/json?color=blue&label=downloads%2Fmonth&cacheSeconds=86400&query=data.last_month&url=https%3A%2F%2Fpypistats.org%2Fapi%2Fpackages%2Froundup%2Frecent"
44 alt=""
45 height="18" width="127">
46 </a>
47
48 <!-- build status -->
49 <a
50 style="display:block; margin-block-start: 1em;"
51 href="https://pypistats.org/packages/roundup">
52 <span>Build Status:</span>
53 <img
54 src="https://img.shields.io/github/workflow/status/roundup-tracker/roundup/roundup-ci?label=roundup-ci&logo=github"
55 alt="Current build status on GitHub"
56 height="18" width="127">
57 </a>
58 </div>
59
60 Roundup is a simple-to-use and -install issue-tracking system with
61
39 </div> 62 </div>
40 63
41 Roundup is a simple-to-use and -install issue-tracking system with 64 Roundup is a simple-to-use and -install issue-tracking system with
42 command-line, web, REST, XML-RPC and e-mail interfaces. It is based 65 command-line, web, REST, XML-RPC and e-mail interfaces. It is based
43 on the winning design from Ka-Ping Yee in the Software Carpentry 66 on the winning design from Ka-Ping Yee in the Software Carpentry

Roundup Issue Tracker: http://roundup-tracker.org/