From: Kevin <ke...@dr...> - 2006-06-02 14:41:23
|
Katie Bechtold wrote: > I thought I'd revive the discussion of how we determine item > uniqueness -- I was reminded of the issue when I looked at this > feed: > http://members.digitalblasphemy.com/rss/db.xml > > The feed is technically valid, but its link elements aren't unique, > and so -- or so I presume -- FoFRedux isn't distinguishing between > items. Maybe we should take another look at the idea of including > some other required element(s) in our "unique" item identifiers? > > I actually put in code to get uniqueness from title + content, but it 'only' does that when the link, guid, and enclosure tags do not exist for the item. So, we could: * do nothing. (that feed really should have unique links) * add a per-feed option to use title + content hash for uniqueness * change everything to use title + content hash for uniqueness. -Kevin |