miniflux-v2/reader/opml
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
..
doc.go Add missing package descriptions for GoDoc 2018-10-08 17:32:17 -07:00
handler.go Use canonical imports 2018-08-24 21:56:39 -07:00
opml.go Add support for OPML v1 import 2019-03-26 20:09:31 -07:00
parser.go Accept HTML entities when parsing XML 2019-08-15 21:26:07 -07:00
parser_test.go Add support for OPML v1 import 2019-03-26 20:09:31 -07:00
serializer.go Sort feed categories before serialization 2019-07-05 20:34:49 +03:00
serializer_test.go Sort feed categories before serialization 2019-07-05 20:34:49 +03:00
subscription.go Use canonical imports 2018-08-24 21:56:39 -07:00