[Feature Idea] Custom publish templates for feeds

There is the possibility to alter the generated_feed.txt to adapt the published feed.

Is there also a way to define the template wich should be used for any given export feed to have different templates for different feeds?

This would be useful if ie. the outcome of such a feed should be rather a list of links than a rss/atom.xml or the feeds needs to be used in another tool which is not agreeing with the format.

what you should do is make a plugin which would generate feeds based on whatever criteria you need

Need to take a deep look into this… not a php-dev but i will try it out.
In the meantime I figured most of my usecases can be solved via applying a xsl-transform to the feed: not perfect, but it’ll do until I have the nerves to tinker with php.