aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader/opml
Commit message (Collapse)AuthorAge
* Disable strict XML parsingGravatar Frédéric Guillot2019-09-18
| | | | | | This change should improve parsing of broken XML feeds. See https://golang.org/pkg/encoding/xml/#Decoder
* Accept HTML entities when parsing XMLGravatar Peter De Wachter2019-08-15
| | | | | | | 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.
* Sort feed categories before serializationGravatar Ilya Glotov2019-07-05
| | | | | A function is added for feeds and its categories normalization. The test will ensure that the order is right.
* Add support for OPML v1 importGravatar Frédéric Guillot2019-03-26
|
* Add missing package descriptions for GoDocGravatar Frédéric Guillot2018-10-08
|
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Add API endpoint to import OPML fileGravatar Frédéric Guillot2018-04-29
|
* Fix broken OPML import with Go 1.10Gravatar Frédéric Guillot2018-03-14
|
* Improve parser error messagesGravatar Frédéric Guillot2018-02-27
|
* Support localized feed errors generated by background workersGravatar Frédéric Guillot2018-02-27
|
* Handle more encoding edge casesGravatar Frédéric Guillot2018-01-20
| | | | | | - Feeds with charset specified only in Content-Type header and not in XML document - Feeds with charset specified in both places - Feeds with charset specified only in XML document and not in HTTP header
* Add loggerGravatar Frédéric Guillot2017-12-15
|
* Rewrite importsGravatar Frédéric Guillot2017-12-12
|
* Make sure golint pass on the code baseGravatar Frédéric Guillot2017-11-27
|
* Improve OPML package to be more idiomaticGravatar Frédéric Guillot2017-11-20
|
* Add parser for RDF feedsGravatar Frédéric Guillot2017-11-20
|
* Ensure that LocalizedError are returned by parsersGravatar Frédéric Guillot2017-11-20
|
* Improve OPML import/exportGravatar Frédéric Guillot2017-11-20
|
* First commitGravatar Frédéric Guillot2017-11-19