From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Daniel Semyonov Newsgroups: gmane.emacs.devel Subject: Re: Atom backend for Gnus (nnatom) Date: Tue, 13 Jun 2023 16:34:53 +0300 Message-ID: <87wn07o58i.fsf@dsemy.com> References: <871qix9c17.fsf@dsemy.com> <871qiflu0y.fsf@dsemy.com> <83jzw7wqse.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="6388"; mail-complaints-to="usenet@ciao.gmane.io" User-Agent: Gnus/5.13 (Gnus v5.13) Cc: emacs-devel@gnu.org To: Eli Zaretskii Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Tue Jun 13 15:37:18 2023 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1q94Cz-0001Tq-Ds for ged-emacs-devel@m.gmane-mx.org; Tue, 13 Jun 2023 15:37:17 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q94Cf-0004PC-Ik; Tue, 13 Jun 2023 09:36:57 -0400 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q94Cc-00041I-Or for emacs-devel@gnu.org; Tue, 13 Jun 2023 09:36:54 -0400 Original-Received: from dsemy.com ([46.23.89.208]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1q94Ca-0002t7-Qj; Tue, 13 Jun 2023 09:36:54 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=dkim; bh=SzEiaTqu18PDE 2UuGxXojaw3t7QrHDXnXNBUozp12XM=; h=date:references:in-reply-to: subject:cc:to:from; d=dsemy.com; b=HuBEAO3ISYrf5nsAiYrg3KRqvC6ANLyCKBF imsVsEvaETP14rwVSx6YY4x7Qrn5oYjgk9xtrMXb9nFObMirmRbMBttuGdyStUiV9FxAoq It7hn8jluTRi+4IZBDm816PD9oixFf1CjxEjegEU1dd2VnDm8R5UOeETeggNNucnIhwHB6 5ARf2sZTjZhdri+ergjK1CJR/G8+++0fTcJzYJWbhNnDBamxQ8q0jyfOsjoCYI1u61eSXg fpDHAh77H3RL196DPRo47ZGDGgE+oZjIdwcwniHPxQoOzlun91PbiUle5uBmod047TibTN KvTKI+In9d1Thbg7q0kMLh2mY7A== Original-Received: from coldharbour.home.arpa (bzq-109-64-87-185.red.bezeqint.net [109.64.87.185]) by dsemy.com (OpenSMTPD) with ESMTPSA id 29ce3780 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Tue, 13 Jun 2023 15:36:48 +0200 (CEST) Original-Received: from localhost (coldharbour.home.arpa [local]) by coldharbour.home.arpa (OpenSMTPD) with ESMTPA id b035140b; Tue, 13 Jun 2023 13:34:53 +0000 (UTC) In-Reply-To: <83jzw7wqse.fsf@gnu.org> (Eli Zaretskii's message of "Tue, 13 Jun 2023 14:22:09 +0300") Received-SPF: pass client-ip=46.23.89.208; envelope-from=daniel@dsemy.com; helo=dsemy.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01, UNPARSEABLE_RELAY=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:306776 Archived-At: >>>>> Eli Zaretskii writes: > I admit I don't understand what it means "Atom backend for Gnus". > What exactly does this give Emacs and Gnus users? It adds support for adding Atom feeds (a fairly well established RSS alternative) as Gnus groups, allowing you to view them through the usual Gnus interface. Gnus has supported RSS for a while. It's also very generic under the hood, and is now plugged in to Gnus' inheritance system, so it should be a good base for future "feed-based" Gnus backends.