From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id C80281FF40; Wed, 14 Dec 2016 21:04:29 +0000 (UTC) Date: Wed, 14 Dec 2016 21:04:29 +0000 From: Eric Wong To: meta@public-inbox.org Subject: [RFC 2/1] wwwtext: link to RFC4685 (Atom Threading) Message-ID: <20161214210429.GA31325@dcvr> References: <20161213023330.6104-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20161213023330.6104-1-e@80x24.org> List-Id: This should give this feature some more visibility. --- lib/PublicInbox/WwwText.pm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lib/PublicInbox/WwwText.pm b/lib/PublicInbox/WwwText.pm index 2e58eeb..449cb49 100644 --- a/lib/PublicInbox/WwwText.pm +++ b/lib/PublicInbox/WwwText.pm @@ -181,6 +181,10 @@ message threading $WIKI_URL/Atom_(standard) https://tools.ietf.org/html/rfc4287 + Atom Threading Extensions (RFC4685) is supported: + + https://tools.ietf.org/html/rfc4685 + Finally, the gzipped mbox for a thread is available for downloading and importing into your favorite mail client: -- EW