miniflux-v2/reader
Peter De Wachter 3a39d110f0 Accept HTML entities when parsing XML
Every once in a while, one of my feeds would throw an XML parse error
because it used ` ` or some other HTML entity. I feel Miniflux
should be lenient here, and Go already has a handy hook to make this
work.
2019-08-15 21:26:07 -07:00
..
atom Accept HTML entities when parsing XML 2019-08-15 21:26:07 -07:00
browser
date Add workaround for non GMT dates (RFC822, RFC850, and RFC1123) 2018-12-26 20:24:38 -08:00
encoding
feed Add function storage.UpdateFeedError() 2018-12-15 13:04:38 -08:00
icon
json
opml Accept HTML entities when parsing XML 2019-08-15 21:26:07 -07:00
parser Accept HTML entities when parsing XML 2019-08-15 21:26:07 -07:00
processor Use feed ID instead of user ID to check entry URLs presence 2019-02-28 20:43:33 -08:00
rdf Accept HTML entities when parsing XML 2019-08-15 21:26:07 -07:00
readability
rewrite
rss Accept HTML entities when parsing XML 2019-08-15 21:26:07 -07:00
sanitizer Add 'allow-popups' to iframe sandbox permissions 2019-03-26 18:26:56 -07:00
scraper
subscription
doc.go