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

[ bsd3, library, text ] [ Propose Tags ]

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.

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


[Skip to Readme]

Downloads

Versions [RSS] 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.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.9), old-locale (>=1.0 && <1.1), old-time (>=1 && <1.2), time (<1.6), time-locale-compat (>=0.1 && <0.2), utf8-string (<1.1), xml (>=1.2.6 && <1.3.15) [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 2016-01-08T14:14:43Z
Distributions Arch:1.3.2.1, Debian:1.3.0.1, Fedora:1.3.2.1, FreeBSD:0.3.10.0, NixOS:1.3.2.1, Stackage:1.3.2.1, openSUSE:1.3.2.1
Reverse Dependencies 22 direct, 26 indirect [details]
Downloads 46585 total (150 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2016-01-08 [all 1 reports]

Readme for feed-0.3.11.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.

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