Paged feeds (RFC 5005)?
Closed this issue · 2 comments
suhlig commented
RFC 5005 describes paging for (large) Atom and RSS feeds:
A paged feed is a set of linked feed documents that together contain the entries[...]
Reading the current documentation of ruby/rss
, it seems not supported currently. Are there plans to add it, or perhaps a willingness to consider a PR?
kou commented
We don't support it yet.
We accept a PR to support it.
suhlig commented
Thanks.