Hello,
This is sort of silly. I have gone through how to use the Aggregator module to pull RSS feeds from
other
websites. That's no problem. But I want to prominently feature a link to RSS Feeds coming from
my
Drupal-powered website.
Interestingly, the Drupal Features page says distinctly:
Content syndication - Drupal exports your site's content in RDF/RSS format for others to gather. This lets anyone with a "News Aggregator" such as NetNewsWire or Radio UserLand browse your Drupal site from the comfort of their desktop.
But on the page it links you to on that you can only read about syndicating
other people's
content. Finally I figured out that I can click on individual categories from the taxonomy administration page and get linked into specific categories.
These pages include the RSS icon and links to the appropriate feed such as /taxonomy/term/4/all/feed. That is rather ugly though, I use aliases and pathauto which builds my URLs off of my category structure. So it would seem that I should be able to say www.example.com/news/feed/ to show a feed of all news and sub-news category nodes.
Interestingly this isn't the case, I have to specify www.example.com/topic/news/feed/ where "topic" is the name of the top-level vocabulary where all my categories are built off from.