Hi,

I recenlty move my blog from dotclear (http://www.dotclear.net) to drupal. To do this, I created a vocabulary named "Blog" and all my categories are now terms.

As I want to provide a complete rss feed, I do not find how to do it. It seems there is no way to display feed for a vocabulary (it seems possible just for terms...)

Please tell me I'm wrong... :-/

TIA
Nicolas

Comments

geodaniel’s picture

I don't think you can easily get all items tagged with terms in a certain vocabulary, but if you've created them all as 'blog' content types then you can access the feed for blog entries by going to ?q=blog/feed

NiCoS-1’s picture

No I use just standard story to create my own blog. I do not use/need the blog module for this.

I'll have to reorder all my vocabulary then... :-/

geodaniel’s picture

Would the feed from http://www.example.com/rss.xml suffice? It includes everything published to the front page, I think. Otherwise, the views module can probably help you out by creating an RSS feed based on exactly the items you want to include...

NiCoS-1’s picture

I did not know for rss.xml. It can solve part of the problem.

I'll have to take a look at view module...