From c5b5453595d291ef825bc3f0b7e043bc86fdd12d Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Mon, 30 Aug 2021 23:44:54 +0000 Subject: 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. --- lib/PublicInbox/WwwListing.pm | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'lib/PublicInbox') 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 ] ]; } -- cgit v1.2.3-24-ge0c7