[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: app:edited for content/@src
This seems to me to be related to the perceived need for richer metadata
for media in an atom document. There have been a few threads recently
on that topic on atom-syntax. Yahoo's Media RSS extension came up
(media:content does *not*, in fact, have mtime as one of the attributes,
but that would be an obvious addition for a later rev), as well as
discussion of work on a new Atom media extension, but nothing has gotten
off the ground as yet. Using an "app:edited" attribute strikes me as a
reasonable solution, but I'd prefer to see the more general issue of
media metadata addressed.
--peter keane
On Thu, Apr 24, 2008 at 03:57:25PM -0700, Alex Milowski wrote:
>
> I've been consistently wanting to know when the media pointed to
> by a [atom:]content element with a 'src' attribute was last modified. While
> I can use a "HEAD" request to get that information, I'd love to have it
> in the feed as a "weak" version of that information.
>
> One simple solution is that an implementation could add an "[app:]edited"
> attribute to the [atom:]content element. For example:
>
> <atom:content src='myimage.png' type='image/png'
> app:edited='2008-04-24T15:53:00-07:00'/>
>
> Obviously, a HEAD request is the most robust because I could get and
> use the ETag
> headers. That said, if I just got the feed, the app:edited attribute
> for media referenced would be useful and possible remove the need for
> additional HEAD requests in
> certain situations.
>
> Thoughts?
>
>
> --Alex Milowski