Now that handbook edits are open to anyone it would be nice to provide a rss feed for the recently updated pages: http://drupal.org/node/23192
Attached patch does so. It's at least partially tested...
| Comment | File | Size | Author |
|---|---|---|---|
| handbook_recent_updates_feed.patch | 2.51 KB | greggles |
Comments
Comment #1
gregglesBTW, the feed would be at handbook/recent-updates/feed
Comment #2
coltraneTo lower the barrier even farther for those who'd like to watch for vandalism, I'd love to see a portion or all of the diff available in the feed if possible.
Comment #3
gregglesYeah...that's a good point. It's what wikipedia does with their feeds.
Comment #4
fuzzy_texan commented"portion or all of the diff available in the feed" - Recent Changes module does this. Just needs a bit of maintaining love for D6. Might be able to use that module rather than writing your own?
Comment #5
mgiffordThis still seems to be missing https://drupal.org/documentation
There's no reason we can't also have this RSS feed in the header of /documentation page like #1031538: Make drupal.org homepage feed discoverable
It seems there's a function for it in place, but not sure how this is getting used drupalorg_handbook_preprocess_drupalorg_home() in the given site.
Comment #6
mgifford