Admin RSS
webgeer - February 1, 2006 - 07:19
Features
The AdminRSS module creates RSS feeds for the administrative information for Drupal websites.
These feeds are protected with a keystring that must be set in admin/settings/adminrss page. The resulting pages can then be read at:
adminrss/node/<keystring>- RSS feed for unapproved nodesadminrss/comment/<keystring>- RSS feed for unapproved comments
This can be most useful if you are managing a number of different drupal websites and rather than visiting each one to see if there are comments/nodes that need to be approved you can use an RSS reader to find out.
Impact on Drupal
Two configuration variables. No schema changes. Should not interfere with other modules.
News
- 2007-11-10 : a -dev release is now available for the DRUPAL-5 branch
Credits
Thanks to Fredrik Jonsson and Gabor Hojtsy for their modules adminblock and commentrss which were heavily cribbed from to develop this module.
