view NEWS @ 14:376a0e415bba

Properly handle non-text content in Atom feed elements The title, subtitle, summary and content elements of Atom feeds can all have non-text content. When parsing title and subtitle elements HTML and XHTML content will be stripped of any markup in order to keep it simple. In summary and content elements markup will be preserved. Element content of any other type as well as remote content in content elements will be ignored.
author Guido Berhoerster <guido+feed-preview@berhoerster.name>
date Mon, 10 Dec 2018 16:38:11 +0100
parents 1e9aa12d7306
children a6625fd9a30d
line wrap: on
line source

News
====

Feed Preview 2 (2018-12-08T12:10:03+01:00)
------------------------------------------

- Add preset with common web-based feed readers
- Implement feed subscription for web-based feed readers
- Simplify the hint shown if there are no entries
- Improve visual appearance
- Alternatively use Atom links without the rel attribute
- Create feed previews using a stream filter
- Handle feed entry content normalization with a setter
- Remove unused parameter from xpathQuery and rename functions

Feed Preview 1 (2018-10-04T10:15:36+02:00)
------------------------------------------

- Show a hint if the feed has no entries
- Initial revision