What problem does it solve?
Enables ColdBox developers to consume external RSS/Atom feeds and publish syndicated RSS 2.0 or Atom feeds from application data while handling caching, rendering, and feed metadata so feeds are reliable and performant.
Core Features & Use Cases
- Feed consumption: Parse external RSS/Atom feeds into channel and items structures for display or aggregation.
- Feed generation: Build RSS 2.0 and Atom feeds with metadata and item entries, including GUID and enclosure support.
- Caching and performance: Cache parsed feeds to reduce remote calls and rate limits, and render feed XML from ColdBox handlers for syndication endpoints.
- Handler integration: Inject FeedReader and FeedGenerator into handlers and register routes like /feed.rss and /feed.atom.
- Best practices covered: Error handling for remote feeds, content validation, content-type headers, item limits, and GUID management.
Quick Start
Use the cbfeeds skill to generate an RSS feed for your latest blog posts and render it at /feed.rss.