From 5094d0b97975f06c67b4a8fc11500fd350406cd2 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 13 Feb 2016 22:34:37 +0000 Subject: feed: favor relative URL to Atom feed in HTML Normal browsers should understand relative path names. Atom feeds may be hosted externally and seems to need full URLs. --- lib/PublicInbox/Feed.pm | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'lib/PublicInbox/Feed.pm') diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm index bbc89f2f..a0aa62af 100644 --- a/lib/PublicInbox/Feed.pm +++ b/lib/PublicInbox/Feed.pm @@ -121,12 +121,11 @@ sub emit_html_index { my $title = $feed_opts->{description} || ''; $title = PublicInbox::Hval->new_oneline($title)->as_html; - my $atom_url = $feed_opts->{atomurl}; my ($footer, $param, $last); my $state = { ctx => $ctx, seen => {}, anchor_idx => 0 }; my $srch = $ctx->{srch}; - my $top = "$title (Atom feed)"; + my $top = "$title (Atom feed)"; if ($srch) { $top = qq{
$top} .
@@ -139,7 +138,7 @@ sub emit_html_index {
 
 	$fh->write("$title" .
 		   "" .
+		   "href=\"new.atom\"\ntype=\"application/atom+xml\"/>" .
 		   PublicInbox::Hval::STYLE .
 		   "$top");
 
-- 
cgit v1.2.3-24-ge0c7