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]

Modules

[Last Documentation]

  • Paths_feed
  • Text
    • Atom
      • Text.Atom.Feed
        • Text.Atom.Feed.Export
        • Text.Atom.Feed.Import
        • Text.Atom.Feed.Link
        • Text.Atom.Feed.Validate
      • Text.Atom.Pub
        • Text.Atom.Pub.Export
    • DublinCore
      • Text.DublinCore.Types
    • Feed
      • Text.Feed.Constructor
      • Text.Feed.Export
      • Text.Feed.Import
      • Text.Feed.Query
      • Text.Feed.Translate
      • Text.Feed.Types
      • Text.Feed.Util
    • RSS
      • Text.RSS.Export
      • Text.RSS.Import
      • Text.RSS.Syntax
    • RSS1
      • Text.RSS1.Export
      • Text.RSS1.Import
      • Text.RSS1.Syntax
      • Text.RSS1.Utils

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-05T18:23:02Z
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 46670 total (140 in the last 30 days)
Rating 2.25 (votes: 2) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
All reported builds failed as of 2016-11-28 [all 2 reports]

Readme for feed-0.3.10.4

[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.