{{ define "main" }}
{{ .Content }} {{ $urlPre := "https://api.github.com" }} {{ $releases := getJSON $urlPre "/repos/ufz/ogs/releases" }} {{ $latest := getJSON $urlPre "/repos/ufz/ogs/releases/latest" }} {{ $statuses := getJSON $urlPre "/repos/ufz/ogs/commits/" $latest.tag_name "/statuses" }}

Latest development version

{{ $head := getJSON $urlPre "/repos/ufz/ogs/git/refs/heads/master" }} {{ $head_commit := getJSON $urlPre "/repos/ufz/ogs/commits/" $head.object.sha }} {{ $head_statuses := getJSON $urlPre "/repos/ufz/ogs/commits/" $head.object.sha "/statuses" }}

Here you can find the latest version of OpenGeoSys. But be warned: although this version was successfully tested by the continuous integration system it may be unstable or incomplete...

Download

Downloads for the current version of OpenGeoSys can be found on our continuous integration system:

Latest successful Jenkins Build with Downloads

Content

Downloads

Links

Current Release: {{ $latest.tag_name }}

{{ if not (eq $latest.tag_name $latest.name)}}{{ $latest.name }}{{ end }}

Released on {{ dateFormat "Monday, Jan 2, 2006" $latest.published_at }}

{{ $latest.body | markdownify }}

Older releases

We also provide binaries for OpenGeoSys-5!

{{ end }}