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

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]

Warnings:

Cf README file.


[Skip to Readme]

Properties

Versions 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.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
Change log None available
Dependencies atom-conduit, 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, xml-conduit (>=1.5), xml-types [details]
License LicenseRef-PublicDomain
Author koral
Maintainer koral att mailoo dott org
Category XML, Conduit
Source repo head: git clone git://github.com/k0ral/rss-conduit.git
Uploaded by koral at 2017-09-06T21:52:18Z

Modules

[Index]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for rss-conduit-0.4.1.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.