From: Eric Wong Date: Sat, 21 Mar 2020 02:03:54 +0000 (+0000) Subject: www: add endpoint to retrieve altid dumps X-Git-Tag: v1.4.0~52 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=6512b1245ebc6fe30bb32227c0ef8f912d4988ab;hp=6512b1245ebc6fe30bb32227c0ef8f912d4988ab;p=public-inbox.git 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. ---