From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-2.9 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00 shortcircuit=no autolearn=unavailable version=3.3.2 X-Original-To: meta@public-inbox.org Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 61C991F4B3; Sun, 13 Sep 2015 22:37:51 +0000 (UTC) Date: Sun, 13 Sep 2015 22:37:51 +0000 From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/3] expand Atom feeds to search results Message-ID: <20150913223751.GA22152@dcvr.yhbt.net> References: <20150913223547.5083-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20150913223547.5083-1-e@80x24.org> List-Id: Oops, forgot cover letter. Atom feeds for search views are finally implemented, and Atom links show up in per-message pages, now. lib/PublicInbox/Feed.pm | 27 ++++++++++++--------------- lib/PublicInbox/SearchView.pm | 42 +++++++++++++++++++++++++++++++++--------- lib/PublicInbox/View.pm | 15 +++++++++++---- 3 files changed, 56 insertions(+), 28 deletions(-) Eric Wong (3): feed: consolidate updated tag generation searchview: implement Atom feed for search results view: add Atom links in headers for per-message links