all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de>
To: zimoun <zimon.toutoune@gmail.com>
Cc: "\(" <paren@disroot.org>, 59822@debbugs.gnu.org
Subject: [bug#59822] [PATCH guix-artwork] website: base: home: Add 'DOWNLOAD LATEST' button.
Date: Wed, 07 Dec 2022 15:26:15 +0100	[thread overview]
Message-ID: <87r0xbwarc.fsf@pelzflorian.de> (raw)
In-Reply-To: <86pmcwifyu.fsf@gmail.com> (zimoun's message of "Tue, 06 Dec 2022 18:45:13 +0100")

[-- Attachment #1: Type: text/plain, Size: 418 bytes --]

zimoun <zimon.toutoune@gmail.com> writes:
> It is a proposal. :-) I do not know if it is the correct wording.  The
> idea is to explain that the installer is continuously improved.

What about the attached patch?  With picture.
The download latest page can do the explanation.

(Again I prefer to have a copyright line.  Small patches accumulate and
their sum gives copyright, affirming the AGPL3.)

Regards,
Florian


[-- Attachment #2: 1.jpg --]
[-- Type: image/jpeg, Size: 6167 bytes --]

[-- Attachment #3: 1.patch --]
[-- Type: text/x-patch, Size: 1488 bytes --]

From 9ac14dfebdd9f82c6611843cac63c93c79e0f87a Mon Sep 17 00:00:00 2001
From: Florian Pelz <pelzflorian@pelzflorian.de>
Date: Wed, 7 Dec 2022 13:02:57 +0100
Subject: [PATCH] website: download: Tell users about CI images.

Fixes <https://issues.guix.gnu.org/59822>.
Suggestions by ( <paren@disroot.org>
and Simon Tournier <zimon.toutoune@gmail.com>.

* website/apps/download/data.scm (): Mention them.
---
 website/apps/download/data.scm | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/website/apps/download/data.scm b/website/apps/download/data.scm
index 2e54bb4..5718894 100644
--- a/website/apps/download/data.scm
+++ b/website/apps/download/data.scm
@@ -1,4 +1,5 @@
 ;;; GNU Guix web site
+;;; Copyright © 2022 Florian Pelz <pelzflorian@pelzflorian.de>
 ;;; Initially written by sirgazil who waives all
 ;;; copyright interest on this file.
 
@@ -21,7 +22,10 @@
                 (string-append "GNU Guix System " (latest-guix-version) ""))
     #:description
     `(div
-      ,(G_ `(p "USB/DVD ISO installer of the standalone Guix System.")))
+      ,(G_ `(p "USB/DVD ISO installer of the standalone Guix System.
+You can also get "
+,(G_ `(a (@ (href ,(guix-url "download/latest/"))) "continuously improved
+images")) ".")))
     #:image (guix-url "static/base/img/GuixSD-package.png")
     #:base-url (string-append "https://ftp.gnu.org/gnu/guix/guix-system-install-"
 			      (latest-guix-version) ".")
-- 
2.38.1


  reply	other threads:[~2022-12-07 14:27 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-12-04 19:50 [bug#59822] [PATCH guix-artwork] website: base: home: Add 'DOWNLOAD LATEST' button ( via Guix-patches via
2022-12-04 21:50 ` pelzflorian (Florian Pelz)
2022-12-04 21:58   ` pelzflorian (Florian Pelz)
2022-12-04 22:03     ` pelzflorian (Florian Pelz)
2022-12-05  7:02       ` ( via Guix-patches via
2022-12-05  8:00         ` pelzflorian (Florian Pelz)
2022-12-05  9:00           ` zimoun
2022-12-05 17:06             ` pelzflorian (Florian Pelz)
2022-12-05 17:41               ` pelzflorian (Florian Pelz)
2022-12-06 11:22               ` zimoun
2022-12-06 16:33                 ` pelzflorian (Florian Pelz)
2022-12-06 17:45                   ` zimoun
2022-12-07 14:26                     ` pelzflorian (Florian Pelz) [this message]
2022-12-08  9:36                       ` pelzflorian (Florian Pelz)
2022-12-08 10:12                         ` zimoun
2022-12-08 11:50                           ` bug#59822: " pelzflorian (Florian Pelz)
2022-12-08 15:49                             ` [bug#59822] " ( via Guix-patches via
2022-12-05 16:51           ` ( via Guix-patches via
2022-12-08 16:44             ` pelzflorian (Florian Pelz)
2022-12-08 16:46               ` ( via Guix-patches via
2022-12-08 18:10               ` zimoun
2022-12-08 19:44                 ` pelzflorian (Florian Pelz)
2022-12-21 13:40                 ` Ludovic Courtès
2022-12-30 12:21                   ` zimoun
2022-12-31 15:43                     ` pelzflorian (Florian Pelz)
2023-01-06 22:53                     ` Ludovic Courtès
2023-01-07  7:29                       ` pelzflorian (Florian Pelz)
2023-01-09 10:13                         ` Simon Tournier
2023-01-09 19:35                           ` pelzflorian (Florian Pelz)
2023-01-11 16:11                             ` Simon Tournier
2023-01-12 17:56                               ` pelzflorian (Florian Pelz)
2022-12-05  7:01   ` ( via Guix-patches via

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87r0xbwarc.fsf@pelzflorian.de \
    --to=pelzflorian@pelzflorian.de \
    --cc=59822@debbugs.gnu.org \
    --cc=paren@disroot.org \
    --cc=zimon.toutoune@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.