From: Eric Wong Date: Mon, 8 Feb 2016 07:37:43 +0000 (+0000) Subject: feed: declare alternate link to HTML interface X-Git-Tag: v1.0.0~731 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=a599fed57ab19616feb803b109fc0a0802f1304c;p=public-inbox.git feed: declare alternate link to HTML interface It seems we need to declare "alternate" and "text/html" at least for feed readers. --- diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm index 65514eb6..bbc89f2f 100644 --- a/lib/PublicInbox/Feed.pm +++ b/lib/PublicInbox/Feed.pm @@ -55,7 +55,8 @@ sub atom_header { qq(\n) . qq{} . qq{$title} . - qq({url}"/>) . + qq() . qq({atomurl}"/>) . qq(mailto:$feed_opts->{id_addr}); }