]> git.donarmstrong.com Git - don.git/blob - posts/libravatar_for_bts.mdwn
triple escape the \ to try to get them by the wiki filter
[don.git] / posts / libravatar_for_bts.mdwn
1 [[!meta title="libravatar for the BTS (and boring encoding fixes)"]]
2
3 While working on fixing a few encoding problems that I managed to
4 introduce to the BTS almost half a year ago, I took a side bit of
5 coding, and introduced [libravatar](https://www.libravatar.org/)
6 support to the BTS. Every e-mail now has an avatar to the right which
7 should correspond to the sender. Libravatar is a federated service,
8 which means that if you control your domain, you can serve your own
9 icons. It also automatically falls back to gravatar, so if you're
10 using that service, things should "just work". Hopefully this will be
11 primarily amusing, and people won't abuse it.
12
13 <img src="http://cdn.libravatar.org/avatar/ef9dddd859f1f5a1fd6442a1ccf872ef?d=retro">
14
15 More importantly, but much less fun, the double encoding problems
16 (where mails would get double-encoded if any of the headers contained
17 non-us-ascii text), and mojibake wontfix icon (☹) should be fixed now.
18 If you see any additional cases of this, please report them to
19 owner@bugs.debian.org.
20
21 [[!tag tech debian debbugs]]