feed-1.3.2.1: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.
Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.
To help working with the multiple feed formats we've ended up with, this set of modules provides parsers, pretty printers and some utility code for querying and just generally working with a concrete representation of feeds in Haskell.
See here for an example of how to create an Atom feed: https://github.com/haskell-party/feed/blob/master/tests/Example/CreateAtom.hs
For basic reading and editing of feeds, consult the documentation of the Text.Feed.* hierarchy.
Modules
- Text
- Atom
- Text.Atom.Feed
- Text.Atom.Feed.Export Convert from Atom to XML
- Text.Atom.Feed.Import Convert from XML to Atom
- Text.Atom.Feed.Link
- Text.Atom.Feed.Validate
- Text.Atom.Pub
- Text.Atom.Pub.Export Serializing APP types (as XML.)
- Text.Atom.Feed
- DublinCore
- Feed
- Text.Feed.Constructor Module for an abstraction layer between different kinds of feeds.
- Text.Feed.Export
- Text.Feed.Import
- Text.Feed.Query
- Text.Feed.Translate
- Text.Feed.Types
- Text.Feed.Util
- RSS
- Text.RSS.Export Convert from RSS to XML
- Text.RSS.Import
- Text.RSS.Syntax
- RSS1
- Atom