• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Any way to just get updates?

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I've been perusing this site among others to get an understanding of RSS and Atom, considering their use for an in-house data subscription feed. There's one thing that just seems glaringly missing to me, and I'm wondering whether I've just missed it, or if it just isn't there. In both RSS and Atom, it seems like the standards describe a document format that lists all of the content items/entries available on a feed. That allows a client to ask a feed provider "what all do you have?". So far so good. But it seems to me that any ongoing client of a feed provider would like to ask "what's new?" (or "what all do you have since datetime T?"). I keep expecting to see a description of a protocol to do that, but I haven't seen it anywhere. I'd expect something very simple, something like a HTTP GET URL parameter with a standard name like "since" and an IETF standard format datetime as its value, that you can tack on to any Atom URI.

I suppose such a thing is not absolutely needed, but it's very wanted. I could hit the Atom URI for a very active blog site every few minutes and sift through the entire 5-year archive that they send down, just to see whether there are one or two (or zero) new items posted. But that seems rather inefficient.

The closest I've seen to this is a fairly recent RFC about feed paging and history, which kinda sorta gets towards this, but not in a particularly client-friendly way.

It seems astonishing to me that anyone could conceive of a syndication "protocol" without the ability for a client to ask "what's new?". What am I missing?
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

What am I missing?


This: http://fishbowl.pastiche.org/2002/10/21/http_conditional_get_for_rss_hackers
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic