feed icon indicating copy to clipboard operation
feed copied to clipboard

atom:link next

Open yarandoo opened this issue 6 years ago • 2 comments

Hi,

Wondering if I could generate something like this?

<atom:link rel='next' href='http://www.feedprovider.com/video/account/vids?page3'/>

Where rel = next and I can specify the specific href ?

Thanks

yarandoo avatar Jan 31 '18 05:01 yarandoo

@yarandoo Can you provide a bit more background related to this request?

jpmonette avatar Aug 04 '18 12:08 jpmonette

This would be required to add pagination - if you have a blog with 10k posts you can't use this package as-is if you want feed archives. I can provide a PR for this. Same with JSON feed:

next_url (optional, string) is the URL of a feed that provides the next n items, where n is determined by the publisher. This allows for pagination, but with the expectation that reader software is not required to use it and probably won’t use it very often. next_url must not be the same as feed_url, and it must not be the same as a previous next_url (to avoid infinite loops).

And RSS: RFC 5005: Feed Paging and Archiving

maciek134 avatar Jan 05 '19 08:01 maciek134