It would be good to have the ability to output to RSS. From a conversation in #drupal-support today:

18:36 < cat_watootsi> lordrich: I'm interested in creating an RSS feed from arbitrary nodes on the site *without exposing 
                      to end users the means by which they are chosen*
18:36 < cat_watootsi> lordrich: nodequeue + and RSS would be perfect, but alas ! it is not to be
18:39 < lordrich> I should imagine it would be fairly easy to add rss to nodequeue for anybody with Drupal development 
                  experience
18:40 < cat_watootsi> hmm, now there's a kettle of fish :)
18:40 < cat_watootsi> hmm, someone should talk to Earl Miles about it ... sure it's a one line trick

I realise it will take a little more than one line, but it shouldn't be too difficult to implement.

Comments

yched’s picture

You'll get that very easily using Views with a filter on your nodequeue

merlinofchaos’s picture

Status: Active » Closed (won't fix)

yched is correct. You can easily get an RSS feed for a nodequeue by using a View to display the queue. Nodequeue itself will not support this feature.

gansbrest’s picture

There is also a simple module which does nodequeue / subqueue RSS export without views: http://drupal.org/sandbox/gansbrest/1183010