I would like to serve a different content from a single URL depending on whether the user is a browser or a RSS reader (hence avoiding an example.com/feed URL). Thus www.example.com/posts will return an (X)HTML page to a browser and an RSS feed to a feed reader.
What the architecturally most appropriate way of accomplishing this?
PS How is that for a soft-ball question... :)