forked from osmcode/osmcode.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstatus.html
More file actions
99 lines (96 loc) · 5.35 KB
/
Copy pathstatus.html
File metadata and controls
99 lines (96 loc) · 5.35 KB
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
91
92
93
94
95
96
97
98
---
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>Linux/OSX<br/>(<a href="https://travis-ci.org/">Travis</a>)</th>
<th>Windows<br/>(<a href="https://www.appveyor.com/">Appveyor</a>)</th>
<th>Latest release</th>
<th>Master<br/>Last commit</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://travis-ci.org/osmcode/osmium-tool"><img class="badge" src="https://api.travis-ci.org/osmcode/osmium-tool.svg"/></a></td>
<td><a href="https://ci.appveyor.com/project/Mapbox/osmium-tool"><img class="badge" src="https://ci.appveyor.com/api/projects/status/github/osmcode/osmium-tool?svg=true"/></a></td>
<td class="release"></td>
<td class="master"></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://travis-ci.org/osmcode/libosmium"><img class="badge" src="https://api.travis-ci.org/osmcode/libosmium.svg"/></a></td>
<td><a href="https://ci.appveyor.com/project/Mapbox/libosmium"><img class="badge" src="https://ci.appveyor.com/api/projects/status/github/osmcode/libosmium?svg=true"/></a></td>
<td class="release"></td>
<td class="master"></td>
</tr>
<tr id="project-node-osmium">
<td><img src="/img/logo-node-osmium.svg" width="16" height="16"/> <a href="/node-osmium">node-osmium</a></td>
<td><a href="https://github.com/osmcode/node-osmium">node-osmium</a></td>
<td><a href="https://travis-ci.org/osmcode/node-osmium"><img class="badge" src="https://api.travis-ci.org/osmcode/node-osmium.svg"/></a></td>
<td>-</td>
<td class="release"></td>
<td class="master"></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://travis-ci.org/osmcode/pyosmium"><img class="badge" src="https://api.travis-ci.org/osmcode/pyosmium.svg"/></a></td>
<td>-</td>
<td class="release"></td>
<td class="master"></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://travis-ci.org/osmcode/osm-area-tools"><img class="badge" src="https://api.travis-ci.org/osmcode/osm-area-tools.svg"/></a></td>
<td>-</td>
<td>-</td>
<td class="master"></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://travis-ci.org/osmcode/osmcoastline"><img class="badge" src="https://api.travis-ci.org/osmcode/osmcoastline.svg"/></a></td>
<td>-</td>
<td class="release"></td>
<td class="master"></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://travis-ci.org/osmcode/osm-gis-export"><img class="badge" src="https://api.travis-ci.org/osmcode/osm-gis-export.svg"/></a></td>
<td><a href="https://ci.appveyor.com/project/Mapbox/osm-gis-export"><img class="badge" src="https://ci.appveyor.com/api/projects/status/github/osmcode/osm-gis-export?svg=true"/></a></td>
<td>-</td>
<td class="master"></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://travis-ci.org/osmcode/osmium-contrib"><img class="badge" src="https://api.travis-ci.org/osmcode/osmium-contrib.svg"/></a></td>
<td>-</td>
<td>-</td>
<td class="master"></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://travis-ci.org/osmcode/osm-testdata"><img class="badge" src="https://api.travis-ci.org/osmcode/osm-testdata.svg"/></a></td>
<td>-</td>
<td>-</td>
<td class="master"></td>
</tr>
</tbody>
</table>