rss-conduit: Streaming parser/renderer for the RSS standard.

[ conduit, library, public-domain, xml ] [ Propose Tags ]
This version is deprecated.

Cf README file.


[Skip to Readme]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.2.0.0, 0.2.0.1, 0.2.0.2, 0.3.0.0, 0.3.0.1, 0.3.1.0, 0.3.1.1, 0.3.1.2, 0.3.2.0, 0.4.0.0, 0.4.1.0, 0.4.2.0, 0.4.2.1, 0.4.2.2, 0.4.3.0, 0.4.3.1, 0.5.0.0, 0.5.1.0, 0.5.1.1, 0.6.0.0, 0.6.0.1 (info)
Dependencies atom-conduit (>=0.5), base (>=4.8 && <5), conduit, conduit-combinators, containers, dublincore-xml-conduit, lens-simple, safe, safe-exceptions, semigroups, singletons, text, time (>=1.5), timerep (>=2.0), uri-bytestring (>=0.2), vinyl (<0.9), xml-conduit (>=1.5), xml-types [details]
License LicenseRef-PublicDomain
Author koral
Maintainer koral att mailoo dott org
Revised Revision 1 made by koral at 2018-08-07T21:26:20Z
Category XML, Conduit
Source repo head: git clone git://github.com/k0ral/rss-conduit.git
Uploaded by koral at 2017-10-01T13:40:16Z
Distributions LTSHaskell:0.6.0.1, NixOS:0.6.0.1
Reverse Dependencies 1 direct, 1 indirect [details]
Downloads 11975 total (72 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-10-01 [all 1 reports]

Readme for rss-conduit-0.4.2.0

[back to package description]

rss-conduit

This Haskell library implements a streaming parser/renderer for the RSS 2.0 syndication format, and a streaming parser for the RSS 1.0 syndication format, based on conduits.

Parsers are lenient as much as possible. E.g. unexpected tags are simply ignored.