bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#64202: [PATCH] Gnus: Add back end for Atom feeds (nnatom)


From: Daniel Semyonov
Subject: bug#64202: [PATCH] Gnus: Add back end for Atom feeds (nnatom)
Date: Sun, 25 Jun 2023 13:07:58 +0300
User-agent: Gnus/5.13 (Gnus v5.13)

>>>>> Daniel Semyonov writes:

    > This patch adds a back end for Atom feeds to Gnus, and
    > documents it.

Attached is an updated version of the patch with the following changes:
- Remove "backend+" prefix from server addresses returned by
  'nnoo-current-server'.
- Don't handle HTML in any special way when printing content.
- Fix group renaming when the last server of a backend inheriting from
  nnatom was of a different backend than the groups'.
- Fix newly parsed feed information being overwritten by old on-disk
  information (not sure how I missed this one before).
- Support all content types supported by Atom (I think).  Previously I
  stated Atom only supports plain text and (X)HTML.  This is wrong -
  Atom supports arbitrary MIME types too, and thankfully the encoding of
  binary data is defined to be base64, which is natively supported by Gnus.
- Change format of stored links - now an alist mapping MIME types (or
  lists of them) to a string to print is used.
- Support printing custom article-wide MIME headers.
- Probably some more minor stuff I don't remember.

Also attached is an updated version of the nnyt backend I use for
testing inheritance.

Daniel

Attachment: 0001-Gnus-Add-back-end-for-Atom-feeds-nnatom.patch
Description: nnatom

Attachment: nnyt.el
Description: nnyt


reply via email to

[Prev in Thread] Current Thread [Next in Thread]