Here's an RSS 2.0 Index Template for TypePad users who uses Advanced Template. The key here is new MTEntryEnclosures tag to include enclosures in the entry for Podcasting stuff. Save this template as Index Template and link to "rss.xml" under your directory. For customers without advanced template, you don't need to add this: it's automatically published.
<?xml version="1.0" encoding="utf-8"?>
<rss
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
version="2.0">
<channel>
<title><$MTBlogName remove_html="1" encode_xml="1"$></title>
<link><$MTBlogURL$></link>
<description><$MTBlogDescription remove_html="1" encode_xml="1"$></description>
<language><$MTBlogLanguage$></language>
<lastBuildDate><MTEntries lastn="1"><$MTEntryDate format="%a, %d %b %Y %H:%M:%S%z" language="en_US"$></MTEntries></lastBuildDate>
<generator>http://www.typepad.com/</generator>
<MTEntries>
<item>
<title><$MTEntryTitle encode_xml="1"$></title>
<link><$MTEntryPermalink encode_xml="1"$></link>
<guid isPermaLink="true"><$MTEntryPermalink encode_xml="1"$></guid>
<description><$MTEntryExcerpt encode_xml="1"$></description>
<MTWeblogIfFullRSSContent>
<MTWeblogOwnerHas field="feeds_full_content">
<content:encoded><$MTEntryBody encode_xml="1"$><$MTEntryMore encode_xml="1"$></content:encoded>
</MTWeblogOwnerHas>
</MTWeblogIfFullRSSContent>
<MTEntryCategories>
<category><$MTCategoryLabel encode_xml="1"$></category>
</MTEntryCategories>
<dc:creator><$MTEntryAuthor encode_xml="1"$></dc:creator>
<MTIfNonEmpty tag="MTEntryDate" format="%a, %d %b %Y %H:%M:%S %z" language="en_US"><pubDate><$MTEntryDate format="%a, %d %b %Y %H:%M:%S %z" language="en_US"$></pubDate></MTIfNonEmpty>
<MTEntryEnclosures>
<enclosure url="<$MTEntryEnclosureURL$>" type="<$MTEntryEnclosureMIMEType$>" length="<$MTEntryEnclosureLength$>" />
</MTEntryEnclosures>
</item>
</MTEntries>
</channel>
</rss>
Recent Comments