GNU bug report logs - #59822
[PATCH guix-artwork] website: base: home: Add 'DOWNLOAD LATEST' button.

Previous Next

Package: guix-patches;

Reported by: "(" <paren <at> disroot.org>

Date: Sun, 4 Dec 2022 19:51:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#59822: closed ([PATCH guix-artwork] website: base: home: Add
 'DOWNLOAD LATEST' button.)
Date: Thu, 08 Dec 2022 11:52:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 08 Dec 2022 12:50:52 +0100
with message-id <87y1riw1ur.fsf <at> pelzflorian.de>
and subject line Re: [bug#59822] [PATCH guix-artwork] website: base: home: Add 'DOWNLOAD LATEST' button.
has caused the debbugs.gnu.org bug report #59822,
regarding [PATCH guix-artwork] website: base: home: Add 'DOWNLOAD LATEST' button.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
59822: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=59822
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: "(" <paren <at> disroot.org>
To: guix-patches <at> gnu.org
Cc: "\(" <paren <at> disroot.org>
Subject: [PATCH guix-artwork] website: base: home: Add 'DOWNLOAD LATEST'
 button.
Date: Sun,  4 Dec 2022 19:50:07 +0000
* website/apps/base/templates/home.scm (home-t)[#:content]: Add a
  'DOWNLOAD LATEST' button.
---
Heya Guix!

I thought the latest image was a wee bit too hard to find, so I added
a button for it here.

  -- (

 website/apps/base/templates/home.scm | 14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

diff --git a/website/apps/base/templates/home.scm b/website/apps/base/templates/home.scm
index 7b72da8..db1707b 100644
--- a/website/apps/base/templates/home.scm
+++ b/website/apps/base/templates/home.scm
@@ -106,13 +106,19 @@ languages (EDSLs) to "
        ,(button-big
          #:label (apply string-append
                         (C_ "button" `("DOWNLOAD v" ,(latest-guix-version) "")))
-	 #:url (guix-url "download/")
-	 #:light #true)
+	     #:url (guix-url "download/")
+	     #:light #true)
        " " ; A space for readability in non-CSS browsers.
+       ,(button-big
+         #:label (apply string-append
+                        (C_ "button" `("DOWNLOAD LATEST")))
+	     #:url (guix-url "download/latest/")
+	     #:light #true)
+       " "
        ,(button-big
          #:label (C_ "button" "CONTRIBUTE")
-	 #:url (guix-url "contribute/")
-	 #:light #true)))
+	     #:url (guix-url "contribute/")
+	     #:light #true)))
 
      ;; Discover Guix.
      (section

base-commit: 7b8b85e5260aecec227ecc7ea392d105cbaa9626
-- 
2.38.1



[Message part 3 (message/rfc822, inline)]
From: "pelzflorian (Florian Pelz)" <pelzflorian <at> pelzflorian.de>
To: zimoun <zimon.toutoune <at> gmail.com>
Cc: "\(" <paren <at> disroot.org>, 59822-done <at> debbugs.gnu.org
Subject: Re: [bug#59822] [PATCH guix-artwork] website: base: home: Add
 'DOWNLOAD LATEST' button.
Date: Thu, 08 Dec 2022 12:50:52 +0100
zimoun <zimon.toutoune <at> gmail.com> writes:
>  - released installer/images/etc are the standard, but…
>  - latest installer/images/etc. have probably less bugs.

Latest sometimes has relevant bugs like mkfs.ext4 missing; it cannot be
the solution.  When standard installer images have more bugs than
latest, there should be a new standard image.

Closing.

Regards,
Florian


This bug report was last modified 2 years and 158 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.