Gary Shewan <[EMAIL PROTECTED]> writes: > How easy would it be to add fixed text to the end of each post in the > feed? I don't mean in the actual post itself, but automagically > inserted on publish - only in the feed.
Shouldn't be too hard (but you're going to be repeating yourself a fair bit if you do it for all possible feed types), just add some static content to your app/views/xml/_<feed_type>_item_article.rxml templates (I think you should be able to do that in your theme directory but I haven't tried it). Making it configurable would be rather more work, which I think I want to put off until Sam Ruby's finished his sterling work on getting our feeds to be compliant. -- Piers Cawley <[EMAIL PROTECTED]> http://www.bofh.org.uk/ _______________________________________________ Typo-list mailing list [email protected] http://rubyforge.org/mailman/listinfo/typo-list
