aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader/atom/atom.go
Commit message (Collapse)AuthorAge
* Add support for Atom 0.3Gravatar Frédéric Guillot2019-12-22
|
* Add support for Atom 'replies' link relationGravatar Frédéric Guillot2019-12-22
| | | | | | | Show comments URL for Atom feeds as per RFC 4685. See https://tools.ietf.org/html/rfc4685#section-4 Note that only the first link with type "text/html" is taken into consideration.
* Add support of media elements for Atom feedsGravatar Frédéric Guillot2019-11-28
|
* Use preferably the published date for Atom feedsGravatar Frédéric Guillot2019-01-29
| | | | YouTube feeds use the published date for the original creation date.
* More robust Atom text handlingGravatar Peter De Wachter2019-01-07
| | | | | | | | Miniflux couldn't deal with XHTML Summary elements. - Make Summary an 'atomContent' field - Define an atomContentToString function rather than inling it three times - Also properly escape special characters in plain text fields.
* Use canonical importsGravatar Frédéric Guillot2018-08-24
|
* Add support for published tag in Atom feedsGravatar neepl2018-07-17
|
* Convert enclosure size field to bigintGravatar Frédéric Guillot2018-03-14
|
* Handle Atom feeds with HTML titleGravatar Frédéric Guillot2018-02-17
|
* Rename helper packagesGravatar Frédéric Guillot2018-01-02
|
* Add loggerGravatar Frédéric Guillot2017-12-15
|
* Make sure that item URL are absoluteGravatar Frédéric Guillot2017-12-13
|
* Rewrite importsGravatar Frédéric Guillot2017-12-12
|
* Add the possibility to define rewrite rules for each feedGravatar Frédéric Guillot2017-12-11
|
* Improve feed parsersGravatar Frédéric Guillot2017-11-22
|
* Move feed parsers packages in reader packageGravatar Frédéric Guillot2017-11-20