rss icon indicating copy to clipboard operation
rss copied to clipboard

A library for generating RSS 2.0 feeds.

Results 4 rss issues
Sort by recently updated
recently updated
newest added

Current master (3000.2.0.8) over released 3000.2.0.7-r7 mostly removes flag `network-uri` see https://github.com/haskell-hvr/rss/compare/3000.2.0.7...master . Not sure this can be released as patch; can't compilation with cabal fail if you supply a...

I've noticed this with the default install-plans of GHC 7.4/7.6 (but not with GHC < 7.4 or GHC >= 7.8) and it looks like: ``` Preprocessing library rss-3000.2.0.6... [1 of...

I added support for content:encoded that is pretty widely used to integrate HTML content in RSS feeds. I'm currently using it in LearnByHacking. See for example https://www.learnbyhacking.org/posts and the corresponding...

Currently, the `showXML` function returns a `String`. I haven't benchmarked, but I think we should be using `Text` here (optimally). This should reduce the memory usage, especially for larger feeds....