Mark Nottingham wrote:
This leads to:
Subscription feed:
- can contain link/@rel="prev", OR
- can contain fh:incremental = "false"
Archive feed:
- can contain link/@rel="prev" and/or link/@rel="next"
- can contain link/@rel="subscribe" (effectively gives you "last")
- link/@rel="subscribe" has a semantic of "if you want to subscribe
to this feed, use the linked document, not this one."
The reconstruction algorithm is pretty much the same as in -04.
The only dangling point is "first." I'm not especially against it,
but what's the use case?
The "first" may not be relevant in the Feed history case but does come
into play when thinking about paged search results, sequences of linked,
non-incremental feeds, etc.
- James