feed: Interfacing with RSS (v 0.9x, 2.x, 1.0) + Atom feeds.

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

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/bergmark/feed/blob/master/tests/Example/CreateAtom.hs

For basic reading and editing of feeds, consult the documentation of the Text.Feed.* hierarchy.


[Skip to Readme]

Properties

Versions 0.3.1, 0.3.2, 0.3.2.1, 0.3.4, 0.3.5, 0.3.6, 0.3.7, 0.3.8, 0.3.9, 0.3.9.1, 0.3.9.2, 0.3.9.3, 0.3.9.4, 0.3.9.5, 0.3.9.6, 0.3.9.7, 0.3.10.0, 0.3.10.1, 0.3.10.2, 0.3.10.3, 0.3.10.4, 0.3.11.0, 0.3.11.1, 0.3.12.0, 1.0.0.0, 1.0.0.0, 1.0.1.0, 1.1.0.0, 1.2.0.0, 1.2.0.1, 1.3.0.0, 1.3.0.1, 1.3.2.0, 1.3.2.1
Change log CHANGELOG.md
Dependencies base (>=4 && <4.11), base-compat (>=0.9 && <0.10), bytestring (>=0.9 && <0.11), old-locale (>=1.0 && <1.1), old-time (>=1 && <1.2), safe (>=0.3 && <0.4), text (<1.3), time (<1.9), time-locale-compat (>=0.1 && <0.2), utf8-string (<1.1), xml-conduit (>=1.3 && <1.6), xml-types (>=0.3.6 && <0.4) [details]
License BSD-3-Clause
Author Sigbjorn Finne <sof@forkIO.com>
Maintainer Adam Bergmark <adam@bergmark.nl>
Category Text
Home page https://github.com/bergmark/feed
Bug tracker https://github.com/bergmark/feed/issues
Source repo head: git clone https://github.com/bergmark/feed.git
Uploaded by AdamBergmark at 2017-08-26T23:56:07Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for feed-1.0.0.0

[back to package description]

feed Build Status

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.

For basic reading and editing of feeds, consult the documentation of the Text.Feed.* hierarchy.