Module: Html2rss::Syndication::CandidateCatalog

Defined in:
lib/html2rss/syndication/candidate_catalog.rb

Overview

Shared path lexicon for syndication discovery and entry-resolution candidates.

Constant Summary collapse

FEED_PATHS =

Common feed path suffixes probed after head rel=alternate hints.

%w[
  /feed
  /feed.xml
  /rss
  /rss.xml
  /atom.xml
  /index.xml
  /news/rss
  /news/feed
  /blog/feed
  /blog/rss.xml
].freeze
LISTING_PATHS =

HTML listing paths probed only by FeedResolution::CandidateGenerator.

%w[/news /blog /releases /changelog /updates].freeze