]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/WwwListing.pm
www_listing: add note about mirroring information
[public-inbox.git] / lib / PublicInbox / WwwListing.pm
index c37796195e681441106c5e6218041ecbacdae2b5..a9290802397eb40d0f0d4df9beb43a098299f901 100644 (file)
@@ -226,7 +226,10 @@ sub psgi_triple {
        } else {
                $gzf->zmore('<pre>no inboxes, yet');
        }
-       my $out = $gzf->zflush('</pre></body></html>');
+       my $out = $gzf->zflush('</pre><hr><pre>'.
+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.) .
+                       '</pre></body></html>');
        $h->[3] = length($out);
        [ $code, $h, [ $out ] ];
 }