-
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add FAQ, spoiler.js, reports, fix donate-prompt logic * fix render hook for ref shortcode, add tests page * cleanup links * add List of Releases * add automation for Roadmap
- Loading branch information
1 parent
8927bd0
commit e101537
Showing
21 changed files
with
1,434 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
--- | ||
type: "page" | ||
title: "Releases" | ||
subtitle: "" | ||
draft: false | ||
sidebar: true | ||
--- | ||
|
||
{{< content-start >}} | ||
|
||
# List of Releases | ||
|
||
Previous releases of QGIS are still available [here](https://qgis.org/downloads) - including older releases for OS X [here](https://qgis.org/downloads/macOS/). | ||
|
||
More older releases are available [here](https://download.osgeo.org/qgis/) and for OS X [here](https://www.kyngchaos.com/software/archive/). | ||
|
||
Plugins for QGIS are also available [here](https://plugins.qgis.org/plugins/). | ||
|
||
# Tests | ||
|
||
Both QGIS and QGIS server are being tested via all kind of ways. | ||
|
||
From build tests (github workflows) and code unit tests to OGC conformance testing. | ||
|
||
|
||
<a href="https://github.com/qgis/QGIS/actions/workflows/run-tests.yml?query=branch%3Amaster+event%3Apush" target="_blank"> | ||
<img src="https://github.com/qgis/QGIS/actions/workflows/run-tests.yml/badge.svg"> | ||
</a> | ||
|
||
<a href="https://hub.docker.com/r/qgis/qgis/tags" target="_blank"> | ||
<img src="https://img.shields.io/docker/automated/qgis/qgis.svg"> | ||
</a> | ||
|
||
|
||
See [Unit testing](https://docs.qgis.org/testing/en/docs/developers_guide/unittesting.html) | ||
|
||
|
||
See [OGC conformance testing](https://docs.qgis.org/testing/en/docs/developers_guide/ogcconformancetesting.html) for more information and how to run these tests yourself. | ||
|
||
Recent tests output can be found here: http://test.qgis.org/ogc_cite. For latest WMS 1.3.0 test see http://test.qgis.org/ogc_cite/wms_130/latest/report.html and for WFS 1.1.0 see http://test.qgis.org/ogc_cite/wfs_110/latest/report.html. | ||
|
||
{{< content-end >}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.