[wp-trac] Re: [WordPress Trac] #8357: RSS Widget does not parse
Google feeds correctly
WordPress Trac
wp-trac at lists.automattic.com
Sun Nov 30 04:53:37 GMT 2008
#8357: RSS Widget does not parse Google feeds correctly
------------------------------------+---------------------------------------
Reporter: Spucktier | Owner:
Type: defect | Status: new
Priority: low | Milestone: 2.8
Component: Themes | Version:
Severity: minor | Resolution:
Keywords: rss, google, has-patch |
------------------------------------+---------------------------------------
Changes (by jtatum):
* cc: jtatum (added)
* keywords: rss, google => rss, google, has-patch
Comment:
The problem is not the rel=alternate tag. The problem is actually that
Google Reader adds a source tag:
{{{
<source gr:stream-
id="feed/http://twistedrat.blogspot.com/atom.xml">
<id>tag:google.com,2005:reader/feed/http://twistedrat.blogspot.com/atom.xml</id>
<title type="html">BreakMusicBlog</title>
<link rel="alternate" href="http://twistedrat.blogspot.com/"
type="text/html"/>
</source>
}}}
The diff adds some hooks to detect the beginning and end of this source
tag in a Google Reader RSS feed. When encountered, it will toggle a flag
to tell the parser to ignore links, titles, and other data encountered in
this section.
--
Ticket URL: <http://trac.wordpress.org/ticket/8357#comment:1>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list