Antone Roundy wrote: > On Oct 18, 2005, at 5:13 PM, Robert Sayre wrote: >> rel: next >> definition: A URI that points to the next feed in a series of feeds. >> For example, in a reverse-choronological series of feeds, the 'next' >> URI would point deeper into the past. > > Ohh, nice readability. Perhaps a few refinements: > > A URI that points to the next in a series of Feed documents, each > representing a segment of the same feed. For example, in a reverse- > chronologically ordered series of Feed documents, the 'next' URI > would point to the document next further in the past.
+1, *this* is "paging". We could add another example, e.g. sorted by relevance (within a search result) or priority If you want to link between different "states" of "Top 100" feeds (October, September, August, etc), then use something like @rel="archives" or @rel="history", or define a @rel="previous-archive" if you really want to navigate directly to the other feed without having to go through a "table of contents" feed. If some people here prefers "next-chunk" or "next-page" to just "next", why not, my mind is open -- Thomas Broyer
