Taxonomy Feed Views Integration

This project is not covered by Drupal’s security advisory policy.

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

Supporting organizations: 
Development

Project information

  • caution Minimally maintained
    Maintainers monitor issues, but fast responses are not guaranteed.
  • caution Maintenance fixes only
    Considered feature-complete by its maintainers.
  • Module categories: Import and Export, Site Structure
  • Created by -enzo- on , updated
  • shield alertThis project is not covered by the security advisory policy.
    Use at your own risk! It may have publicly disclosed vulnerabilities.

Releases