RSS Feed Changes
I've changed my RSS feeds for this blog so that they have the full post body instead of just the summary, which MoveableType made the first 20 words by default. Am I breaking RSS by doing this? The GotDotNet blogs do it too. Oh, and so does Scoble. I should be OK. :)
Posted at November 14, 2003 at 01:05 AM EST
Last updated November 14, 2003 at 01:05 AM EST
Okay, how did you do this? I am totally new to RSS...
In the RSS 1.0 template, change "<description><$MTEntryExcerpt encode_xml="1"$></description>" to "<description><$MTEntryBody encode_xml="1"$></description>". It's near the bottom.