[Scummvm-git-logs] scummvm-web master -> 9ad86baf7c1e15eb02babcfdf16a84474eaa386e

SupSuper supsuper at gmail.com
Sun Aug 1 21:42:32 UTC 2021


This automated email contains information about 2 new commits which have been
pushed to the 'scummvm-web' repo located at https://github.com/scummvm/scummvm-web .

Summary:
99bcf3f97d WEB: Update outdated "Release Binaries" link
9ad86baf7c WEB: Fix duplicate "release" ID in Downloads page.


Commit: 99bcf3f97d10348137185fe5a2e8c0b5f77e1726
    https://github.com/scummvm/scummvm-web/commit/99bcf3f97d10348137185fe5a2e8c0b5f77e1726
Author: SupSuper (supsuper at gmail.com)
Date: 2021-08-01T22:33:26+01:00

Commit Message:
WEB: Update outdated "Release Binaries" link

Changed paths:
    data/en/strings.json


diff --git a/data/en/strings.json b/data/en/strings.json
index 84b34bf4..9b6fffc1 100644
--- a/data/en/strings.json
+++ b/data/en/strings.json
@@ -50,7 +50,7 @@
   "downloadsContentTitle": "Download ScummVM",
   "downloadsHeader": "Navigation",
   "downloadsContentP1": "If you have one of the supported systems, you can directly download the appropriate binary distribution. If you have another system, download the source and read the [Compiling ScummVM](http://wiki.scummvm.org/index.php/Compiling_ScummVM) page on our Wiki for directions on how to build ScummVM. If you have successfully ported ScummVM to a platform not listed, please drop us a note, telling which OS, etc. you used.",
-  "downloadsContentP2": "The latest STABLE release of ScummVM is {release}, and can be downloaded below under '[Release Binaries](/downloads/#stable)'. If you run Windows and are confused, download the 'Windows Installer'.",
+  "downloadsContentP2": "The latest STABLE release of ScummVM is {release}, and can be downloaded below under '[Release Binaries](/downloads/#release)'. If you run Windows and are confused, download the 'Windows Installer'.",
   "downloadsContentP3": "For UNSTABLE experimental versions of ScummVM (for people who know what they are doing), please see the [Daily Builds](/downloads/#daily) section, near the end of this page.",
   "downloadsContentP4": "Also there is a separate [Game downloads page](/games/). These currently include the ten freeware games 'Beneath a Steel Sky', 'Broken Sword 2.5', 'Dreamweb', 'Flight of the Amazon Queen', 'Lure of the Temptress', 'Drascula: The Vampire Strikes Back', 'Soltys', 'Sfinx', 'The Griffon Legend', and 'Mystery House', along with cutscene packs recommended for use when playing some versions of the Broken Sword games or Feeble Files under ScummVM and subtitles for Blade Runner.",
   "downloadsBadge": "Recommended download for your system",


Commit: 9ad86baf7c1e15eb02babcfdf16a84474eaa386e
    https://github.com/scummvm/scummvm-web/commit/9ad86baf7c1e15eb02babcfdf16a84474eaa386e
Author: SupSuper (supsuper at gmail.com)
Date: 2021-08-01T22:36:55+01:00

Commit Message:
WEB: Fix duplicate "release" ID in Downloads page.

There's already a downloads section with ID #release,
so change the page to have ID #downloads to avoid a conflict.

Changed paths:
    templates/pages/downloads.tpl


diff --git a/templates/pages/downloads.tpl b/templates/pages/downloads.tpl
index 0f873fdd..af8b1972 100644
--- a/templates/pages/downloads.tpl
+++ b/templates/pages/downloads.tpl
@@ -34,7 +34,7 @@
     {include file="components/recommended_download.tpl" recommendedDownload=$recommendedDownload}
 {/capture}
 
-{include file="components/box.tpl" head={#downloadsXMLTitle#} intro=$smarty.capture.intro id="release" content=$smarty.capture.release}
+{include file="components/box.tpl" head={#downloadsXMLTitle#} intro=$smarty.capture.intro id="downloads" content=$smarty.capture.release}
 
 {* sections *}
 {foreach from=$downloads item=section name=downloads_loop}




More information about the Scummvm-git-logs mailing list