user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
* [PATCH] searchview: nofollow on mbox downloads
@ 2017-12-07 20:30 Eric Wong
  2017-12-08 21:01 ` [PATCH] search: force large mbox result downloads to POST Eric Wong
  0 siblings, 1 reply; 2+ messages in thread
From: Eric Wong @ 2017-12-07 20:30 UTC (permalink / raw)
  To: meta

Some search results are gigantic, and search engines are
unlikely to be able to handle gzipped mboxes anyways.
---
 lib/PublicInbox/SearchView.pm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/PublicInbox/SearchView.pm b/lib/PublicInbox/SearchView.pm
index 3eff708..8e0c3cf 100644
--- a/lib/PublicInbox/SearchView.pm
+++ b/lib/PublicInbox/SearchView.pm
@@ -168,7 +168,8 @@ sub search_nav_top {
 	$rv .= qq{|<a\nhref="?$A">Atom feed</a>]};
 	my $m = $q->qs_html(x => 'm', r => undef);
 	warn "m: $m\n";
-	$rv .= qq{\n\t\t\t\t\t\tdownload: <a\nhref="?$m">mbox.gz</a>};
+	$rv .= qq{\n\t\t\t\t\t\tdownload: };
+	$rv .= qq{<a\nhref="?$m"\nrel="nofollow">mbox.gz</a>};
 }
 
 sub search_nav_bot {
-- 
EW


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-12-08 21:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-12-07 20:30 [PATCH] searchview: nofollow on mbox downloads Eric Wong
2017-12-08 21:01 ` [PATCH] search: force large mbox result downloads to POST Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).