]> Sergey Matveev's repositories - public-inbox.git/commit
www: add endpoint to retrieve altid dumps
authorEric Wong <e@yhbt.net>
Sat, 21 Mar 2020 02:03:54 +0000 (02:03 +0000)
committerEric Wong <e@yhbt.net>
Wed, 25 Mar 2020 01:48:35 +0000 (01:48 +0000)
commit6512b1245ebc6fe30bb32227c0ef8f912d4988ab
tree99e4b6ecbd1d8a381d0253c1aafdae8811570e23
parent7909c5f7439777e3b3643f14224b27f0a8f8fb07
www: add endpoint to retrieve altid dumps

This ensures all our indexed data, including data from altid
searches (e.g. "gmane:$ARTNUM") is retrievable.

It uses a "POST" request to avoid wasting cycles when invoked by
crawlers, since it could potentially be several megabytes of
data not indexable by search engines.
MANIFEST
lib/PublicInbox/AltId.pm
lib/PublicInbox/WWW.pm
lib/PublicInbox/WwwAltId.pm [new file with mode: 0644]
t/www_altid.t [new file with mode: 0644]