From b8a44a8bf2356c1fc474b119b713d7e7df365a4a Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 28 May 2016 01:57:12 +0000 Subject: www: remove footer_html support I haven't used it in a while and the existing "description" is probably good enough. If we support it again, it should be plain-text + auto-linkified for ease-of-maintenance and consistency. --- lib/PublicInbox/Inbox.pm | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'lib/PublicInbox/Inbox.pm') diff --git a/lib/PublicInbox/Inbox.pm b/lib/PublicInbox/Inbox.pm index 4bcab96f..c07aaa9f 100644 --- a/lib/PublicInbox/Inbox.pm +++ b/lib/PublicInbox/Inbox.pm @@ -64,16 +64,6 @@ sub cloneurl { $self->{cloneurl} = \@url; } -# TODO: can we remove this? -sub footer_html { - my ($self) = @_; - my $footer = $self->{footer}; - return $footer if defined $footer; - $footer = try_cat("$self->{mainrepo}/public-inbox/footer.html"); - chomp $footer; - $self->{footer} = $footer; -} - sub base_url { my ($self, $prq) = @_; # Plack::Request if (defined $prq) { -- cgit v1.2.3-24-ge0c7