Drupal core provides it's RSS path at admin/content/rss-publishing in D6 and admin/config/services/rss-publishing in D7. We should match those paths with admin/content/atom and admin/config/services/atom in the module. It helps de-clutter the huge list at admin/settings/* in D6 and also keeps the feed-publishing options in the same place. +1 for end users.
Comments
Comment #1
dave reidFixed in CVS included with #583534: Split code into atom.admin.inc and atom.pages.inc