]> git.eshelyaron.com Git - emacs.git/commit
Gnus: Add back end for Atom feeds (nnatom)
authorDaniel Semyonov <daniel@dsemy.com>
Wed, 21 Jun 2023 07:05:04 +0000 (10:05 +0300)
committerEshel Yaron <me@eshelyaron.com>
Wed, 24 Apr 2024 17:43:17 +0000 (19:43 +0200)
commit79006cfba33db96eadd5ff45687c499fdc340971
treed1a65a92cb625cc2b9e9c171c62f2908e3d57395
parent7cf12a7dd29f0bd4be17759dae97461425dbaa57
Gnus: Add back end for Atom feeds (nnatom)

* lisp/gnus/gnus.el (gnus-valid-select-methods): Add entry for nnatom.
* lisp/gnus/nnfeed.el: New file implementing an abstract web feed back
end.
* lisp/gnus/nnatom.el: New file implementing a back end for Atom feeds.
* doc/misc/gnus.texi (Browsing the Web, Back End Interface):
* etc/NEWS (Gnus): Document nnatom and nnfeed.

(cherry picked from commit 1601c5a518dfa208af4827c56cf9570f3b90e15d)
doc/misc/gnus.texi
etc/NEWS
lisp/gnus/gnus.el
lisp/gnus/nnatom.el [new file with mode: 0644]
lisp/gnus/nnfeed.el [new file with mode: 0644]