unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Alex Sassmannshausen <alex.sassmannshausen@gmail.com>
To: Cyril Roelandt <tipecaml@gmail.com>, guix-devel@gnu.org
Subject: Re: [PATCH] list-packages: Add an "alt" attribute for the logos.
Date: Sun, 18 Aug 2013 00:56:14 +0200	[thread overview]
Message-ID: <1376780174.1710.2.camel@Nokia-N900> (raw)
In-Reply-To: <1376769404-21764-1-git-send-email-tipecaml@gmail.com>

Beat me to it, with a virtually identical change. :-)

alex

On Sat Aug 17 21:56:44 2013 Cyril Roelandt <tipecaml@gmail.com> wrote:
> * build-aux/list-packages.scm (package->sxml): add an alternative text
> for the   logos of the packages.
> ---
>   build-aux/list-packages.scm | 3 ++-
>   1 file changed, 2 insertions(+), 1 deletion(-)
> 
> diff --git a/build-aux/list-packages.scm b/build-aux/list-packages.scm
> index a1bea69..3f17b87 100755
> --- a/build-aux/list-packages.scm
> +++ b/build-aux/list-packages.scm
> @@ -115,7 +115,8 @@ exec guile -l "$0"                                                           \
>                                           ((? string? url)
>                                             `(img (@ (src ,url)
>                                                               (height "35em")
> -                                                           (class "package-logo"))))
> +                                                           (class "package-logo")
> +                                                           (alt ("Logo of " ,(package-name
> package))))))                                         (_ #f))
>                                     (p ,(package-description package))
>                                     ,(license package)
> -- 
> 1.8.3.1
> 
> 

      parent reply	other threads:[~2013-08-17 22:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-17 19:56 [PATCH] list-packages: Add an "alt" attribute for the logos Cyril Roelandt
2013-08-17 21:39 ` Ludovic Courtès
2013-08-17 22:56 ` Alex Sassmannshausen [this message]

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

  List information: https://guix.gnu.org/

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

  git send-email \
    --in-reply-to=1376780174.1710.2.camel@Nokia-N900 \
    --to=alex.sassmannshausen@gmail.com \
    --cc=guix-devel@gnu.org \
    --cc=tipecaml@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 public inbox

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).