What they have passes the RSS2 validator with one warning, so it is
RSS2. But RSS, like any XML, is extensible with new made-up tags. I
have never tried to read a podcast feed like this before, so I can’t
say whether or not it will ever work in the ReadFeed parser. It’s
certainly not within the scope of the basic “out of the box” mode that
ReadFeed was written to support. All I can suggest is look at the RSS
code in a text editor, look at the names of the tags you want to
employ, make sure that you observe the precise letter-case and
spelling of the tags you list in the Action compared with the tags you
see in the RSS, and see if you can get one tag to work. Then try
another, and keep working at it until you get them all to work.
If you find that they don’t ever work, then it’s likely that the fact
that this feed is using namespaces – itunes:email instead of email –
is to blame, and the parser in ReadFeed won’t do for what you’re
trying to accomplish.
I recommend that you publish a link to this feed using one of the
normal and expected methods, for example adding a link to the head of
your page that follows the normal auto-discovery model. Look at any
thread page on the FreewayTalk site (view source) and you’ll see a
link tag like this:
<link rel="alternate" type="application/rss+xml" ... bunch more
code … />
This link tells Safari or any other RSS-aware browser to display a
button in the location bar allowing you to subscribe to the feed. You
can apply the same href found in that link tag to a button icon
visible on the page, just as I have done with the little orange feed
symbol at the top of each topic thread.
So using one or both of these techniques, you can allow your visitors
to subscribe to this feed, complete with iTunes-specific content, and
they will be able to appreciate all the beauty and wonder of that feed
directly. What you won’t get in this case is a section of HTML on your
visible page that updates with the content of that feed.
Walter
On May 15, 2011, at 2:10 AM, TeamSDA wrote:
OK, had to go back to the Podcast Generator website to look further
as this seems like a really simple and useful script package. I
could not find anything that claimed RSS 2.0 compatibility but they
did say “XML feed generated is fully compatible with Juice and
iTunes, meets the w3c standards and supports iTunes specific tags!”
What are your thoughts about compatibility based on their statement.
Thank you, Dave
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options
freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options