[XML-DEV Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message]

RE: best practice for providing newsfeeds ?


perma link rss guid
Dare Obasanjo wrote:
> unless you are suggesting that an items ID should be changed
> every time it is updated which has its own set of problems.
	Dave Winer's suggestion that GUID be used to disambiguate
versions of items does, in fact, require that a unique GUID be
assigned to every new version or variant of an item. This is, of
course, one of the big reasons why his proposal has not been widely
implemented. 
	There a quite a number of other problems with GUID... Some
include:
	A GUID can be either a pure identifier or it can be a
"permaLink" which is effectively an URL. If you wish to have both a
unique identifier which is immutable as well as a consistent location
to find the "latest" version of some item, which could change, it
isn't obvious how you accomplish this with the RSS V2.0 guid element.
It isn't for instance, clear from the specification whether you can
have multiple guids for a single item. 
	Also, GUID is defined as a "unique" identifier for an item.
However, since it can also be a "permaLink" URL, one must wonder what
it is an identifier for... Often, when people update an entry in their
blogs, they have the updated entry use the permaLink of the original
entry. (There are many reasons why this is reasonable and good.) This
means that such a permaLink is NOT a unique identifier if we believe
that various versions or variants of items can be distinguished via
their GUIDs. A "permaLink" can refer to multiple versions of a single
item. It isn't therefore, a "unique" identifier for an item.
	As is the case with much of the RSS V2.0 spec, there was the
seed of a good idea here but the spec is terribly written, ambiguous,
incomplete, etc. When even the author of the spec can suggest in a
public forum that an RSS GUID can be used as a unique identifier to
disambiguate versions, that just shows you how little understood and
confusing this specification is. GUIDs in RSS are *not* unique. If
Dave Winer can't understand his own spec, why should the rest of us
even try to?

		bob wyman


-----Original Message-----
From: Dare Obasanjo [mailto:dareo@m...] 
Sent: Tuesday, February 03, 2004 3:27 PM
To: Dave Winer; bob@w...; Joshua Allen; Michael Champion; XML DEV
Subject: RE:  best practice for providing newsfeeds ?


Uniquely identifying items and telling if an item is changed are
orthogonal problems. I fail to see why you think they are related
unless you are suggesting that an items ID should be changed every
time it is updated which has its own set of problems.  

--  
PITHY WORDS OF WISDOM
A day off is usually followed by an off day.  

This posting is provided "AS IS" with no warranties, and confers no
rights.


-----Original Message-----
From: Dave Winer [mailto:dwiner@c...] 
Sent: Tuesday, February 03, 2004 11:39 AM
To: Dare Obasanjo; bob@w...; Joshua Allen; Michael Champion; XML
DEV
Subject: Re:  best practice for providing newsfeeds ?

I've been lurking on this thread for too long.

RSS 2.0 has an element which is designed to neatly solve the problem
that Bob Wyman is saying RSS 2.0 doesn't have a solution for.

http://blogs.law.harvard.edu/tech/permalinksNewsAggregators

One bit of advice to you all: RTFM.

Dave


----- Original Message -----
From: "Dare Obasanjo" <dareo@m...>
To: <bob@w...>; "Joshua Allen" <joshuaa@m...>; "Michael
Champion" <mc@x...>; "XML DEV" <xml-dev@l...>
Sent: Tuesday, February 03, 2004 12:12 PM
Subject: RE:  best practice for providing newsfeeds ?


> Perhaps I have trouble understanding your point because you aren't
illustrating it clearly. You claim that people complain because posts
with dates like "August-2003" appear as new. Considering that that was
about 6 months ago I concluded that either you have buggy code or like
my toy RSS aggregator when you see dates in weird formats like
"August-2003" you fail to parse them and use the current date.
>
> Having a publication date and a last updated date would be goodness.
It is
annoying that the various flavors of RSS have only one date field for
items and it is optional. On the other hand, I think having 3 dates as
ATOM does is bordering on the ridiculous.
>
> --
> PITHY WORDS OF WISDOM
> Blessed are the meek for they shall inherit the Earth, minus 40%
inheritance tax.
>
> ________________________________
>
> From: Bob Wyman [mailto:bob@w...]
> Sent: Tue 2/3/2004 8:48 AM
> To: Dare Obasanjo; Joshua Allen; 'Michael Champion'; 'XML DEV'
> Subject: RE:  best practice for providing newsfeeds ?
>
>
>
> Dare Obasanjo wrote:
> >It seems you are complaining about people using invalid date
formats
>     No. Your comment is a complete distortion of what I wrote. The 
> issue is that RSS only provides for one date (pubDate) which is 
> typically used to indicate an item's "creation date". When an item
is 
> updated, it is typically published with its "creation date" -- not
the 
> date that it was last modified. So, users get entries that appear
to 
> be "old" even when they are "new." This confuses them. The issue
here 
> has *nothing* to do with data format -- it is a question of
semantics, 
> not syntax.
>     I find it somewhat telling that the author of one of the better 
> RSS aggregators would have trouble understanding this point. This is

> clearly an illustration of the problems and confusions that can
result 
> from a format as poorly specified as RSS.
>
> > The main problem with dates in the major RSS specs
> > is that they are optional.
>         Optionality is an issue which is completely orthogonal to
the 
> understanding of those dates that *are* present. If the meaning of a

> date is ambiguous, it doesn't much matter if it is present or not.
>
>         bob wyman
>
> -----Original Message-----
> From: Dare Obasanjo [mailto:dareo@m...]
> Sent: Tuesday, February 03, 2004 2:28 AM
> To: bob@w...; Joshua Allen; Michael Champion; XML DEV
> Subject: RE:  best practice for providing newsfeeds ?
>
>
> The main problem with dates in the major RSS specs is that they are 
> optional. It seems you are complaining about people using  invalid 
> date formats which have nothing to do with the specs given that both

> major flavors of RSS have well-defined descriptions of what valid 
> dates look like.
>
> --
> PITHY WORDS OF WISDOM
> Blessed are the meek for they shall inherit the Earth, minus 40% 
> inheritance tax.
>
>
>
> From: Bob Wyman [mailto:bob@w...]
> Sent: Mon 2/2/2004 2:24 PM
> To: Joshua Allen; 'Michael Champion'; 'XML DEV'
> Subject: RE:  best practice for providing newsfeeds ?
>
>
> Joshua Allen wrote:
> >> original creation. (Atom defines both "created" date and "issued"

> >> date. This allows the distinction to be made.)
> > Great, a techie feature.  My grandmother certainly didn't ask for
> that one.
>         Well, other people's grandmothers *did*. Every day I get
mail 
> from someone asking: "Why are you telling me that this entry which
is 
> dated "August-2003" is "New"? How stupid is your code that it can't 
> read a date!"
>         The lack of metadata in RSS confuses users more than it 
> confuses us.
>
>
>
>
> -----------------------------------------------------------------
> The xml-dev list is sponsored by XML.org <http://www.xml.org>, an 
> initiative of OASIS <http://www.oasis-open.org>
>
> The list archives are at http://lists.xml.org/archives/xml-dev/
>
> To subscribe or unsubscribe from this list use the subscription
> manager: <http://lists.xml.org/ob/adm.pl>
>


-----------------------------------------------------------------
The xml-dev list is sponsored by XML.org <http://www.xml.org>, an
initiative of OASIS <http://www.oasis-open.org>

The list archives are at http://lists.xml.org/archives/xml-dev/

To subscribe or unsubscribe from this list use the subscription
manager: <http://lists.xml.org/ob/adm.pl>


PURCHASE STYLUS STUDIO ONLINE TODAY!

Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced!

Buy Stylus Studio Now

Download The World's Best XML IDE!

Accelerate XML development with our award-winning XML IDE - Download a free trial today!

Don't miss another message! Subscribe to this list today.
Email
First Name
Last Name
Company
Subscribe in XML format
RSS 2.0
Atom 0.3
 

Stylus Studio has published XML-DEV in RSS and ATOM formats, enabling users to easily subcribe to the list from their preferred news reader application.


Stylus Studio Sponsored Links are added links designed to provide related and additional information to the visitors of this website. they were not included by the author in the initial post. To view the content without the Sponsor Links please click here.

Site Map | Privacy Policy | Terms of Use | Trademarks
Free Stylus Studio XML Training:
W3C Member
Stylus Studio® and DataDirect XQuery ™are products from DataDirect Technologies, is a registered trademark of Progress Software Corporation, in the U.S. and other countries. © 2004-2013 All Rights Reserved.