I'm trying to create a View that displays all revisions of a node as an RSS feed (for wikis, specifically). I create "Node Revisions" View, create a "Feed" Display, and then cannot save the View because there is no row style plugin for Node Revisions.

It would be helpful to have a Row Style Plugin for Node Revisions in RSS Feeds. Without digging into it too deeply, it looks like it could be done duplicating the views_plugin_row_node_rss class, then modifying to be revision-based instead.

Comments

merlinofchaos’s picture

Project: Views (for Drupal 7) » Views Bonus Pack
Version: 6.x-2.1 » 6.x-1.x-dev
Component: node data » Code

Spiffy but probably won't be done in Views core. The bonus pack could easily add such a thing, though.

neclimdul’s picture

Status: Active » Postponed

Very cool but want to postpone this till there's a stable version of vbp out.

zserno’s picture

I do support the idea therefore I'd like to contribute. However I need some help: where and how to start?
Thanks in advance!

doana’s picture

I had to do a similar thing and ended up using the XML feed and creating a custom template file to output it as RSS.

There's also a module that seems to achieve this: http://drupal.org/project/revisions_rss

Unfortunately, I didn't find this until after I had already created my template file.

neclimdul’s picture

Issue summary: View changes
Status: Postponed » Closed (outdated)