diff --git a/content/resources/installation-guide/index.md b/content/resources/installation-guide/index.md index 579ba7fc1..230af99aa 100644 --- a/content/resources/installation-guide/index.md +++ b/content/resources/installation-guide/index.md @@ -28,7 +28,7 @@ In the feature frozen phase preceding a release (see [Release schedule]({{< ref There are two options for installing on Windows: -## Standalone installers +## Offline (Standalone) installers Standalone installers include everything QGIS needs in a single download. Once you have the installer, no internet is required to complete the installation. When a new release is available, you need to download the complete installer again in order to upgrade. For beginners, the standlone installer is probably the easiest way to install QGIS: @@ -40,7 +40,7 @@ Standalone installers include everything QGIS needs in a single download. Once y The weekly snapshots of the nightly qgis-dev package of OSGeo4W are for users that cannot use OSGeo4W (see below) for some reason or just prefer standalone installers. In the feature freeze phase, theset also act as **release candidate** installers. -## OSGeo4W installer +## Online (OSGeo4W) installer More advanced QGIS users should use OSGeo4W packages. This installer makes it possible to install several versions of QGIS in parallel and also to do much more efficient updates as only changed components are downloaded and installed with each new release. diff --git a/playwright/ci-test/tests/fixtures/installation-guide-page.ts b/playwright/ci-test/tests/fixtures/installation-guide-page.ts index 50dcac876..228d23e68 100644 --- a/playwright/ci-test/tests/fixtures/installation-guide-page.ts +++ b/playwright/ci-test/tests/fixtures/installation-guide-page.ts @@ -67,8 +67,8 @@ export class InstallationGuidePage { public readonly textList: string[] = [ "QGIS Installers", "Windows", - "Standalone installers", - "OSGeo4W installer", + "Offline (Standalone) installers", + "Online (OSGeo4W) installer", "Linux", "Debian/Ubuntu", "Quickstart", diff --git a/themes/hugo-bulma-blocks-theme/layouts/shortcodes/download-windows.html b/themes/hugo-bulma-blocks-theme/layouts/shortcodes/download-windows.html index cee678742..c8b857a54 100644 --- a/themes/hugo-bulma-blocks-theme/layouts/shortcodes/download-windows.html +++ b/themes/hugo-bulma-blocks-theme/layouts/shortcodes/download-windows.html @@ -1,4 +1,24 @@ {{ with index .Site.Data.conf }} + +

Online (OSGeo4W) installer:

+ +OSGeo4W Network Installer +
+

+ This installer is the best way to keep QGIS up to date, + run multiple versions on your system and keep the load + on our download servers to a minimum. + + Learn more. + +

+ +

Offline (Standalone) installers:

Latest Version for Windows ({{ .version }}) with Qt6 (experimental) -
-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. - -
-OSGeo4W Network Installer -
+

+ These installers are for users who wish + to easily share the download e.g. putting + it on a USB key or network share. + + Learn more. + +

-Since QGIS 3.20 we only ship 64-bit Windows executables. +

+ ⚠️ Since QGIS 3.20 we only ship 64-bit Windows executables. +

{{ end }}