miniflux-v2/internal/reader/opml
Jan Tojnar 074393d3bf fix: Include type for OPML subscriptions
As per [OPML 2.0 specification]:

> Each sub-element of the body of the OPML document is a node of type rss or an outline element that contains nodes of type rss.

> Required attributes: type, text, xmlUrl.

[OPML 2.0 specification]: http://opml.org/spec2.opml#subscriptionLists
2023-12-31 10:00:50 -08:00
..
handler.go Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
opml.go fix: Include type for OPML subscriptions 2023-12-31 10:00:50 -08:00
parser.go Refactor HTTP Client and LocalizedError packages 2023-10-22 13:09:30 -07:00
parser_test.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
serializer.go Implement structured logging using log/slog package 2023-09-24 22:37:33 -07:00
serializer_test.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00
subscription.go Move internal packages to an internal folder 2023-08-10 20:29:34 -07:00