Latest development version
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...
Downloads
Downloads for the current development version of OpenGeoSys can be found on our continuous integration system:
{{ range .Params.head_downloads }}
-
{{ .name }}
{{ if .note }} ({{ .note | markdownify }}){{ end }}
{{ end }}
{{ range first 1 .Data.Pages }}
{{ $vtag := (print "v" .Params.tag ) }}
Current release with bug-fixes: {{ .Params.tag }}
Here you can find the last released version ({{ .Params.tag }}) of OpenGeoSys
enhanced with bug-fixes
.
We recommend to use this version for production.
{{ partial "releases/single.html" . }}
{{ end }}
Older releases
{{ range $index, $element := .Data.Pages }}
{{ if (ne $index 0) }}
- {{ .Title }}, {{.Params.release_date}}
{{ end }}
{{ end }}
{{ $urlPre := "https://api.github.com" }}
{{ $releases := getJSON $urlPre "/repos/ufz/ogs/releases" }}
{{ range $index, $element := $releases }}
{{ if not (eq $index 0) }}
{{ if and (not .draft) (not .prerelease) }}
-
OpenGeoSys {{ .tag_name }}
{{ end }}
{{ end }}
{{ end }}
OpenGeoSys-5
{{ with .Site.GetPage "/ogs-5" }}{{ .Content | markdownify }}{{ end }}