Closed (won't fix)
Project:
Nodequeue
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
13 Aug 2007 at 17:46 UTC
Updated:
8 Jun 2011 at 23:31 UTC
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
Comment #1
yched commentedYou'll get that very easily using Views with a filter on your nodequeue
Comment #2
merlinofchaos commentedyched 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.
Comment #3
gansbrest commentedThere is also a simple module which does nodequeue / subqueue RSS export without views: http://drupal.org/sandbox/gansbrest/1183010