FeedTagged

A roller template to generated a feed of specifically tagged blog entries.

Source: FeedTagged.txt

To install this, go into your roller templates page in your preferences, and add a new template named FeedTagged. Note that the name is important, as it's hard-coded in the template. If you change the name of the template, remember to change the name IN the template.

Once installed, you can access the tag-specific feed by appending the following snippet to your blog's main URL:

/FeedTagged?tag=xxx

Replace "xxx" with the tag you want to generate a feed for.

Current known limitation is that it won't handle entries that have more than one tag.

Shout-out to James Snell, who posted the template code this was based on in his blog post Deploying a Comments Feed in Roller.