janboddez / feed-reader

A very simple feed reader plugin for WordPress
https://feedreader.site
GNU General Public License v3.0
11 stars 0 forks source link

RSS vs. Atom "summaries" #54

Open janboddez opened 1 year ago

janboddez commented 1 year ago

See image

This is likely related to https://github.com/janboddez/feed-reader/issues/43#issuecomment-1646593088

The (top) entry is from an RSS feed that has only description and no dc:content (which is perfectly valid, but it means description !== summary, and we thus get an auto-generated summary.

The JSON Feed entry has a separate summary (from the content).

So this looks ... like the best we can do? Other than to automatically roll our own summaries everywhere ...