From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Arsen =?utf-8?Q?Arsenovi=C4=87?= Newsgroups: gmane.emacs.devel Subject: Re: Atom backend for Gnus (nnatom) Date: Tue, 13 Jun 2023 13:43:42 +0200 Message-ID: <861qiffur0.fsf@aarsen.me> References: <871qix9c17.fsf@dsemy.com> <871qiflu0y.fsf@dsemy.com> <83jzw7wqse.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="12813"; mail-complaints-to="usenet@ciao.gmane.io" Cc: Daniel Semyonov , 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 13:49:47 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 1q92Ww-0002zZ-Ol for ged-emacs-devel@m.gmane-mx.org; Tue, 13 Jun 2023 13:49:46 +0200 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1q92WD-0001uZ-NY; Tue, 13 Jun 2023 07:49:01 -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 1q92W9-0001sM-5v for emacs-devel@gnu.org; Tue, 13 Jun 2023 07:48:59 -0400 Original-Received: from mout-p-201.mailbox.org ([2001:67c:2050:0:465::201]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1q92W6-0004rX-Ud; Tue, 13 Jun 2023 07:48:56 -0400 Original-Received: from smtp2.mailbox.org (smtp2.mailbox.org [10.196.197.2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-201.mailbox.org (Postfix) with ESMTPS id 4QgRdz2W7Zz9shL; Tue, 13 Jun 2023 13:48:39 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aarsen.me; s=MBO0001; t=1686656919; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=bYYaPrtWlmFvQw51rihZ/L0LnBLNuBuSW6wwPFs44Ws=; b=a/0hNqsQDaM2l03lsvq1VGJQgh1lJkJWrquVWE7IW16zmNVNo5AazlPkTy/dPplg6enPbN J32FonOk1jy4ocWYcEwkvJ1UCO3utxds1LcgcBC0WvhXsVSOa47kpSN6GhVegnxWoJCvl6 IIFChssvJvNYdMyIl249xNOZZejf6QJoyqWzflA7aQVnHhuVIhqYno4ZadUpDcAWeXBoAK qcAnheMpVQPjaBIPSNuZra8PiG8mUVWaSNTQIOBJDd0NOIKyCXuvVrHw1t573CeVPcnSlC VsScfHea4S2RTdkKE+3Pp1yGfuv3Y1t2OQ9DS0xvxl0i5DVCVQ4dY6ed9QMp1Q== In-reply-to: <83jzw7wqse.fsf@gnu.org> Received-SPF: pass client-ip=2001:67c:2050:0:465::201; envelope-from=arsen@aarsen.me; helo=mout-p-201.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001, T_SCC_BODY_TEXT_LINE=-0.01 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:306768 Archived-At: --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Eli Zaretskii writes: > I admit I don't understand what it means "Atom backend for Gnus". Atom is a fairly popular syndication format, similar to RSS 2 in purpose. It is one of the things that has kept me off of using Gnus for news. It is developed by the IETF: https://datatracker.ietf.org/doc/html/rfc4287 > What exactly does this give Emacs and Gnus users? Access to more feeds. For instance, many publications choose to publish syndication via Atom only. =2D-=20 Arsen Arsenovi=C4=87 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iOYEARYKAI4WIQT+4rPRE/wAoxYtYGFSwpQwHqLEkwUCZIhXk18UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0RkVF MkIzRDExM0ZDMDBBMzE2MkQ2MDYxNTJDMjk0MzAxRUEyQzQ5MxAcYXJzZW5AYWFy c2VuLm1lAAoJEFLClDAeosST9xgA/AnLjHyLYh8REZzfKWtpIBR4l7hWeI6iI2WF r/HiDOcMAQDzAHwr27D+H2jRfcL01pmwGDthWa93LlLHF4NSEnBJDw== =+WS9 -----END PGP SIGNATURE----- --=-=-=--