-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathstatus.html
90 lines (88 loc) · 5.26 KB
/
status.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
---
layout: default
title: Status
js: $(function() { update_releases(); update_master(); });
---
<div class="desc">
<img src="/img/status-128x128.png" width="64" height="64" alt=""/>
<h1>Status</h1>
<p>Development status of osmcode projects</p>
</div>
<table class="build-status">
<thead>
<tr>
<th>Project</th>
<th>Code on<br/>Github</th>
<th>Github Action CI</th>
<th>Latest release</th>
<th>Master<br/>Last commit</th>
<th>Packaging<br/>(<a href="https://repology.org/">Repology</a>)</th>
</tr>
</thead>
<tbody>
<tr id="project-osmium-tool">
<td><img src="/img/logo-osmium-tool.svg" width="16" height="16"/> <a href="/osmium">osmium-tool</a></td>
<td><a href="https://github.com/osmcode/osmium-tool">osmium-tool</a></td>
<td><a href="https://github.com/osmcode/osmium-tool/actions"><img class="badge" src="https://github.com/osmcode/osmium-tool/actions/workflows/ci.yml/badge.svg?branch=master"/></a></td>
<td class="release"></td>
<td class="master"></td>
<td><a href="https://repology.org/project/osmium-tool/versions"><img src="https://repology.org/badge/tiny-repos/osmium-tool.svg" alt="Packaging status"/></a></td>
</tr>
<tr id="project-libosmium">
<td><img src="/img/logo-libosmium.svg" width="16" height="16"/> <a href="/libosmium">libosmium</a></td>
<td><a href="https://github.com/osmcode/libosmium">libosmium</a></td>
<td><a href="https://github.com/osmcode/libosmium/actions"><img class="badge" src="https://github.com/osmcode/libosmium/actions/workflows/ci.yml/badge.svg?branch=master"/></a></td>
<td class="release"></td>
<td class="master"></td>
<td><a href="https://repology.org/project/libosmium/versions"><img src="https://repology.org/badge/tiny-repos/libosmium.svg" alt="Packaging status"/></a></td>
</tr>
<tr id="project-pyosmium">
<td><img src="/img/logo-pyosmium.svg" width="16" height="16"/> <a href="/pyosmium">pyosmium</a></td>
<td><a href="https://github.com/osmcode/pyosmium">pyosmium</a></td>
<td><a href="https://github.com/osmcode/pyosmium/actions"><img class="badge" src="https://github.com/osmcode/pyosmium/actions/workflows/ci.yml/badge.svg?branch=master"/></a></td>
<td class="release"></td>
<td class="master"></td>
<td><a href="https://repology.org/project/pyosmium/versions"><img src="https://repology.org/badge/tiny-repos/pyosmium.svg" alt="Packaging status"/></a></td>
</tr>
<tr id="project-osm-area-tools">
<td><img src="/img/logo-osm-area-tools.svg" width="16" height="16"/> <a href="/osm-area-tools">osm-area-tools</a></td>
<td><a href="https://github.com/osmcode/osm-area-tools">osm-area-tools</a></td>
<td><a href="https://github.com/osmcode/osm-area-tools/actions"><img class="badge" src="https://github.com/osmcode/osm-area-tools/actions/workflows/ci.yml/badge.svg?branch=master"/></a></td>
<td>-</td>
<td class="master"></td>
<td>-</td>
</tr>
<tr id="project-osmcoastline">
<td><img src="/img/logo-osmcoastline.svg" width="16" height="16"/> <a href="/osmcoastline">osmcoastline</a></td>
<td><a href="https://github.com/osmcode/osmcoastline">osmcoastline</a></td>
<td><a href="https://github.com/osmcode/osmcoastline/actions"><img class="badge" src="https://github.com/osmcode/osmcoastline/actions/workflows/ci.yml/badge.svg?branch=master"/></a></td>
<td class="release"></td>
<td class="master"></td>
<td><a href="https://repology.org/project/osmcoastline/versions"><img src="https://repology.org/badge/tiny-repos/osmcoastline.svg" alt="Packaging status"/></a></td>
</tr>
<tr id="project-osm-gis-export">
<td><img src="/img/logo-osm-gis-export.svg" width="16" height="16"/> <a href="/osm-gis-export">osm-gis-export</a></td>
<td><a href="https://github.com/osmcode/osm-gis-export">osm-gis-export</a></td>
<td><a href="https://github.com/osmcode/osm-gis-export/actions"><img class="badge" src="https://github.com/osmcode/osm-gis-export/actions/workflows/ci.yml/badge.svg?branch=master"/></a></td>
<td>-</td>
<td class="master"></td>
<td>-</td>
</tr>
<tr id="project-osmium-contrib">
<td><img src="/img/logo-osmium-contrib.svg" width="16" height="16"/> <a href="/osmium-contrib">osmium-contrib</a></td>
<td><a href="https://github.com/osmcode/osmium-contrib">osmium-contrib</a></td>
<td><a href="https://github.com/osmcode/osmium-contrib/actions"><img class="badge" src="https://github.com/osmcode/osmium-contrib/actions/workflows/ci.yml/badge.svg?branch=master"/></a></td>
<td>-</td>
<td class="master"></td>
<td>-</td>
</tr>
<tr id="project-osm-testdata">
<td><img src="/img/logo-osm-testdata.svg" width="16" height="16"/> <a href="/osm-testdata">osm-testdata</a></td>
<td><a href="https://github.com/osmcode/osm-testdata">osm-testdata</a></td>
<td><a href="https://github.com/osmcode/osm-testdata/actions"><img class="badge" src="https://github.com/osmcode/osm-testdata/actions/workflows/ci.yml/badge.svg?branch=master"/></a></td>
<td>-</td>
<td class="master"></td>
<td>-</td>
</tr>
</tbody>
</table>