Admin RSS

Component ID

47353

Component name

Admin RSS

Component type

module

Maintenance status

Development status

Component security advisory coverage

not-covered

Downloads

12393

Component created

Component changed

Component body

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, and should accordingly be safe enough and updated often. The resulting pages can then be read at:

  • Drupal 8:
    • adminrss/feed/node/<keystring> - RSS feed for unapproved nodes
    • adminrss/feed/comment/<keystring> - RSS feed for unapproved comments
  • Drupal 4 to 7:
    • adminrss/node/<keystring> - RSS feed for unapproved nodes
    • adminrss/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.

News

  • 2016-09-18
    • 8.x-1.x branch available
    • 6.x-1.x branch end of life
  • 2013-05-11:
    • 7.x-1.x branch available.
    • 5.x-1.x branch end of life.
  • 2010-09-11:
    • 6.x-1.x branch available
    • 4.7.x-1.x branch end of life
  • 2007-11-10:
    • 5.x-1.x branch available
    • 4.6.x-1.x branch end of life
  • 2006-06-30:
    • 4.7.x-1.x branch available
  • 2006-02-01:
    • 4.6.x-1.x initial branch available

Impact on Drupal

Two configuration variables. No schema changes. Should not interfere with other modules.

Credits

Thanks to Fredrik Jonsson and Gabor Hojtsy for their modules adminblock and commentrss which were heavily cribbed from to develop this module.