haskell-party / feed

Haskell package for handling various feed (RSS) formats.
Other
30 stars 22 forks source link

Could you provide examples of parsing and pretty printing? #28

Closed mittenchops closed 3 years ago

mittenchops commented 6 years ago

Querying would also be interesting. Would be interested in seeing concrete examples of the consumption side vs the production side.

dzhus commented 6 years ago

Parsing: https://github.com/bergmark/feed/blob/4a63ee75c5ac2f38e10ec71a25409362d331a71e/tests/Text/Atom/Tests.hs#L33

Rendering: renderFeed in https://github.com/bergmark/feed/blob/master/README.md#usage

elland commented 3 years ago

Let me know if you still want any changes here.