I'm developing a drupal 4.7.x site that's going to have a News & Updates section on the front page, and my intent is to have it dynamically populated whenever another page (node) in the site is updated, and generate an RSS feed as well. I have not yet found a module that seems to do this.

I am thinking that if a subset of the information on the "administer" home page could be trapped (messages regarding page updates) then sent into a node, this would do the trick (and the feed would be generated automatically). Is there any way to do this?

Thanks
MC