Skip to content

Commit

Permalink
release schedule automation (#181)
Browse files Browse the repository at this point in the history
* release schedule automation

* fix indentation

* Update scripts/update-schedule.py

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
  • Loading branch information
sleeping-h and coderabbitai[bot] authored Feb 26, 2024
1 parent 618ef73 commit 9ce98b3
Show file tree
Hide file tree
Showing 18 changed files with 220 additions and 186 deletions.
52 changes: 28 additions & 24 deletions content/download/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,14 @@ We use the stripe.com service to receive credit card donations. Note that the pa

{{< hide-donate-prompt >}}

{{< download-platforms >}}
{{< download-platforms-start >}}

{{< spoiler id="download-win" title="Download for Windows" >}}
{{< button class="button is-primary1" link="https://qgis.org/downloads/QGIS-OSGeo4W-3.34.3-1.msi" text="Download QGIS 3.34" >}}
{{< button class="button is-primary1 is-outlined" link="https://qgis.org/downloads/QGIS-OSGeo4W-3.28.15-1.msi" text="QGIS 3.28 LTR" >}}
{{< spoiler-start id="download-win" title="Download for Windows">}}
{{< download-windows >}}
{{< spoiler-end >}}

The OSGeo4W installer is recommended for regular users or organization deployments. It allows to have several QGIS versions in one place, and to keep each component up-to-date individually without having to download the whole package.
{{< button class="button is-primary1 is-outlined" link="resources/installation-guide#osgeo4w-installer" text="OSGeo4W Network Installer" >}}
Since QGIS 3.20 we only ship 64-bit Windows executables.
{{< /spoiler >}}


{{< spoiler id="download-linux" title="Download for Linux" >}}
{{< spoiler-start id="download-linux" title="Download for Linux" >}}
For many flavors of GNU/Linux binary packages (rpm and deb) or software repositories (to add to your installation manager) are available. Please select your choice of distro below:

- [Debian/Ubuntu](../resources/installation-guide#debian-ubuntu)
Expand All @@ -53,40 +48,49 @@ For many flavors of GNU/Linux binary packages (rpm and deb) or software reposito
- [Spack](../resources/installation-guide#spack)

[Linux Installation Instructions](../resources/installation-guide#linux)
{{< /spoiler >}}
{{< spoiler-end >}}


{{< spoiler-start id="download-mac" title="Download for MacOS" >}}
{{< download-macos >}}

Alternatively, for native support of both Intel x86 and Apple ARM architectures, together with the latest versions of key components (e.g. GDAL, PDAL, GRASS GIS) see [MacPorts Installing Instructions]({{< ref "resources/installation-guide/#macports" >}})

{{< spoiler id="download-mac" title="Download for MacOS" mode="html" >}}
{{< rich-box icon="💁" layoutClass="tips">}}
{{< rich-content themeClass="coloring-1" >}}
##### Tips for first launch
After installing QGIS, the first launch attempt may fail due to security protections. To enable QGIS, control-click on its icon in your Applications folder and select Open in the context menu. A confirmation dialog will display where you need to click the Open button again. This only has to be done once.
{{< /rich-content >}}
{{< /rich-box >}}
{{< button class="button is-primary1" link="https://qgis.org/downloads/macos/qgis-macos-pr.dmg" text="Long Term Version for Mac OS (3.28 LTR)" >}}
{{< button class="button is-primary1 is-outlined" link="https://qgis.org/downloads/macos/qgis-macos-pr.dmg" text="Latest version for Mac OS (3.34)" >}}
{{< /spoiler >}}

{{< spoiler id="download-bsd" title="Download for BSD" >}}
{{< spoiler-end >}}


{{< spoiler-start id="download-bsd" title="Download for BSD" >}}
[BSD Installation Instructions](../resources/installation-guide#freebsd)
{{< /spoiler >}}
{{< spoiler-end >}}


{{< spoiler id="download-mobile" title="Apps for mobile and tablet" mode="html" >}}
{{< spoiler-start id="download-mobile" title="Apps for mobile and tablet" >}}
{{< mobile-downloads >}}
{{< /spoiler >}}
{{< spoiler-end >}}


{{< spoiler id="download-sources" title="Sources" >}}
{{< spoiler-start title="Sources" >}}
QGIS is open source software available under the terms of the <b>GNU General Public License</b> meaning that its source code can be downloaded through tarballs or the git repository.

QGIS Source Code is available <a href="https://qgis.org/downloads/qgis-latest.tar.bz2">here (latest release)</a> and <a href="https://qgis.org/downloads/qgis-latest-ltr.tar.bz2">here (long term release)</a>

Refer to the INSTALL guide on how to compile QGIS from source for the different platforms: [here](https://github.com/qgis/QGIS/blob/master/INSTALL.md)
{{< /spoiler >}}
{{< spoiler-end >}}

{{< spoiler id="download-sources" title="Datasets" >}}

{{< spoiler-start title="Datasets" >}}
For testing and learning purposes, [a sample dataset is available](https://docs.qgis.org/3.28/en/docs/user_manual/introduction/getting_started.html#downloading-sample-data), which contains collections of data from different sources and in different formats.
{{< /spoiler >}}
{{< spoiler-end >}}


{{< /download-platforms >}}
{{< download-platforms-end >}}

{{< script src="js/spoiler.js" >}}

Expand Down
Loading

0 comments on commit 9ce98b3

Please sign in to comment.