From 910fa89787fa0e617a01f77f8df0fac29dfdaf21 Mon Sep 17 00:00:00 2001 From: Lova ANDRIARIMALALA <43842786+Xpirix@users.noreply.github.com> Date: Fri, 10 May 2024 10:20:08 +0300 Subject: [PATCH 1/2] Make the download link on top in the installation guide --- content/resources/installation-guide/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/content/resources/installation-guide/index.md b/content/resources/installation-guide/index.md index 20d3051da..f6e35024b 100644 --- a/content/resources/installation-guide/index.md +++ b/content/resources/installation-guide/index.md @@ -16,6 +16,8 @@ QGIS is available on Windows, macOS, Linux, Android and iOS. We recommend installing the packages of the released software. +See also [The main installers page]({{< ref "download" >}}). + To evaluate the upcoming release and to allow non-developers to support development we also provide testing packages (note the [warning](#warning)). In the feature frozen phase preceding a release (see [Release schedule]({{< ref "roadmap#release-schedule" >}})) these packages are effectively **pre-releases, which we strongly urge users to test**. @@ -34,8 +36,6 @@ For beginners the easiest way is using the standalone installers: |Long Term Release|{{< param "ltrrelease" >}} {{< param "ltrcodename" >}} {{< param "ltrnote" >}}|[Installer]({{< param "ltr_msi">}}) [Checksum]({{< param "ltr_sha">}})| |Development|{{< param "devversion" >}} master|[Weekly snapshots]({{< param "weekly_msi">}})| -See also [The main installers page]({{< ref "download" >}}). - 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 that also acts as **release candidate**. ## OSGeo4W installer From 780bf9ed39530e8cbba005f19c459d60c14b310e Mon Sep 17 00:00:00 2001 From: Lova ANDRIARIMALALA <43842786+Xpirix@users.noreply.github.com> Date: Fri, 17 May 2024 14:30:11 +0300 Subject: [PATCH 2/2] Fix typo in the installation guide page --- content/resources/installation-guide/index.md | 2 +- playwright/ci-test/tests/fixtures/installation-guide-page.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/resources/installation-guide/index.md b/content/resources/installation-guide/index.md index f6e35024b..2d18b228d 100644 --- a/content/resources/installation-guide/index.md +++ b/content/resources/installation-guide/index.md @@ -16,7 +16,7 @@ QGIS is available on Windows, macOS, Linux, Android and iOS. We recommend installing the packages of the released software. -See also [The main installers page]({{< ref "download" >}}). +See also [the main installers page]({{< ref "download" >}}). To evaluate the upcoming release and to allow non-developers to support development we also provide testing packages (note the [warning](#warning)). diff --git a/playwright/ci-test/tests/fixtures/installation-guide-page.ts b/playwright/ci-test/tests/fixtures/installation-guide-page.ts index 691b6b364..58174a8c2 100644 --- a/playwright/ci-test/tests/fixtures/installation-guide-page.ts +++ b/playwright/ci-test/tests/fixtures/installation-guide-page.ts @@ -170,7 +170,7 @@ export class InstallationGuidePage { .getByRole("cell", { name: "Package" }) .first(); this.mainInstallersPageLink = this.page.getByRole("link", { - name: "The main installers page", + name: "the main installers page", }); this.osgeo4WInstallerLink = this.page.getByRole("link", { name: "OSGeo4W Installer",