Your message dated Sun, 16 Aug 2015 13:32:36 +0200
with message-id <[email protected]>
and subject line Re: Bug#717450: Please consider adding avatar support
has caused the Debian Bug report #717450,
regarding listarchives: Please consider adding avatar support
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
717450: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=717450
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: lists.debian.org
Severity: wishlist
Tags: patch

Hi folks,

having just read a thread with a bunch of replies (> 20), it occurred to
me that an avatar on each page would have helped. I'm attaching a patch
against an html page to show what you could use (shamelessly stolen from
the BTS). Besides the "float: right" bit, let's see what that does:
  
http://cdn.libravatar.org/avatar/4c078242b0a02b3f681bcc61f8a42fe0?d=http://bugs.debian.org/css/1x1.png

cdn.libravatar.org is just what the BTS uses, I have no specific insight
about it (besides what https://www.libravatar.org/ says…).

The ID can be computed using the Gravatar::URL perl module, example:
| $ perl -MGravatar::URL -e 'print gravatar_id("kibi\@debian.org"), "\n";'
| 4c078242b0a02b3f681bcc61f8a42fe0

The 'd=' parameter is the default image to be used when there's no avatar
available. Probably just a tiny empty file to drop onto lists.d.o as that
was done on bugs.d.o.

Thanks for considering.

Mraw,
KiBi.
--- a/sample.html
+++ b/sample.html
@@ -43,6 +42,7 @@
 <!--X-Subject-Header-Begin-->
 <h1>Re: freemedforms &amp; rpath</h1>
 <hr>
+<img src="http://cdn.libravatar.org/avatar/4c078242b0a02b3f681bcc61f8a42fe0?d=http://bugs.debian.org/css/1x1.png"; style="float: right">
 <!--X-Subject-Header-End-->
 <!--X-Head-of-Message-->
 <ul>

--- End Message ---
--- Begin Message ---
Hallo! Du (Cyril Brulebois) hast geschrieben:

>I'm sure I can find some time during DebConf to look into this, feel
>free to poke me there.

Hello, thanks for the short talk about this topic.

FTR: As adding Avatar support would require chenging portions of
mhonarc, we currently don't want to add it.

If the functionality becomes part of the official
Debian-mhonarc-package we can add that functionality.

For now i close this bug.

Cord

--- End Message ---

Reply via email to