Cast-Rewinder icon indicating copy to clipboard operation
Cast-Rewinder copied to clipboard

Compatibility with RFC5005

Open joachimesque opened this issue 7 years ago • 0 comments

RFC5005:

This specification defines three types of syndicated Web feeds that
enable publication of entries across one or more feed documents.
This includes "paged" feeds for piecemeal access, "archived" feeds
that allow reconstruction of the feed's contents, and feeds that are
explicitly "complete".

The RFC5005 allows for paginated feeds. The system works with <link rel="next"> and <link rel="previous">.

Importing:

I deleted the thing when I didn't think it was too useful: https://github.com/joachimesque/Cast-Rewinder/commit/5a0e262d63d9d7dbd5b2b5fe738285e233fc05cf#diff-1a7f54f946253699058ea7b6e0a3ffc1L134

Exporting:

The pagination part should not be too hard to implement, and the start_at:ß option already exists.

joachimesque avatar Jul 19 '18 16:07 joachimesque