From: Eric Wong Date: Mon, 30 Aug 2021 23:44:54 +0000 (+0000) Subject: www_listing: add note about mirroring information X-Git-Tag: v1.7.0~475 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=c5b5453595d291ef825bc3f0b7e043bc86fdd12d;p=public-inbox.git www_listing: add note about mirroring information Perhaps this can be expanded to include grokmirror information in the future. For now, just give a hint about the "mirror" link for each inbox. --- diff --git a/lib/PublicInbox/WwwListing.pm b/lib/PublicInbox/WwwListing.pm index c3779619..a9290802 100644 --- a/lib/PublicInbox/WwwListing.pm +++ b/lib/PublicInbox/WwwListing.pm @@ -226,7 +226,10 @@ sub psgi_triple { } else { $gzf->zmore('
no inboxes, yet');
 	}
-	my $out = $gzf->zflush('
'); + my $out = $gzf->zflush('
'.
+qq(This is a listing of public inboxes, see the `mirror' link of each inbox
+for instructions on how to mirror all the data and code on this site.) .
+			'
'); $h->[3] = length($out); [ $code, $h, [ $out ] ]; }