28 Jul 2005 20:48
Re: RSS Referencing
On 7/27/05, Stephen Downes <Stephen.Downes@...> wrote: >But who cares, right? After all, if we have the link to the content >document on Blogger, then we have all the information we need. The >author can simply write about the NY Times as part of the post >content, and embed a link into what will eventually become the >description. Problem solved. > > it seems you do nto care about the case when there can be multiple links to content? what about referencing other places "via" link? i think that it is more natural to put those links in body content (<description> in RSS) than to force in UI external elements then let software extract links and put them into generated atom feed, ex: <body><div xmlns="xhtml">I was ready <a href="nytimes">Foo</a> and <a href="bbc">Bar</a> and baz (<a rel="via" href="other-blogger">other</a>)</div></body> generates links: <atom:link href="nytimes" title="Foo"> <atom:link href="bbc" title="Bar"> <atom:link rel="via" href="other-blogger" title="other" /> if you have more complicated links relations i think it is beneficial to(Continue reading)
RSS Feed