taxonomy_feed
Component ID
Component name
Component type
Maintenance status
Development status
Component security advisory coverage
Downloads
Component created
Component changed
Component body
Short Story
This module allows you to create a RSS feed, based in terms from a vocabulary or vocabularies using Views module.
Long Story
This module create a new custom View Style called Taxonomy Feed, Only enabled for Views: Term type. Also this module create a new row style Taxonomy Term. Allowing you to use all standard features from Views module to generate your custom RSS list.
The RSS output items points to his own term URL feed.
Example:
<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="http://yoursite.com/rss/vocabulary/list">
 <channel>
  <title>RSS Vocabulary List</title>
  <link>http://yoursite.com/rss/vocabulary/list</link>
  <description>Your Site Description.</description>
  <language>en</language>
 <item>
   <title>1-800-Flowers.com</title>
   <link>http://yoursite.com/taxonomy/term/681/0/feed</link>
   <description></description>
 </item>
 <item>
 <item>
   <title>1071</title>
   <link>http://yoursite.com/taxonomy/term/1143/0/feed</link>
   <description></description>
 </item>
 <item>
   <title>1081</title>
   <link>http://yoursite.com/taxonomy/term/1175/0/feed</link>
   <description></description>
 </item>
 <item>
   <title>1094</title>
   <link>http://yoursite.com/taxonomy/term/1137/0/feed</link>
   <description></description>
 </item>
 </channel>
</rss>
Sponsored by : AnexusIT
