feed
feed copied to clipboard
atom:link next
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 Can you provide a bit more background related to this request?
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_urlmust not be the same asfeed_url, and it must not be the same as a previousnext_url(to avoid infinite loops).
And RSS: RFC 5005: Feed Paging and Archiving