Sha256: 18c061ac61999c346a92bf892d3090922ef54ecf33188ccf2a3ff50d17fb7071
Contents?: true
Size: 427 Bytes
Versions: 5
Compression:
Stored size: 427 Bytes
Contents
class Plugins::Sidebars::XmlController < Sidebars::ComponentPlugin display_name "XML Syndication" description "RSS and Atom feeds" setting :articles, true, :input_type => :checkbox setting :comments, true, :input_type => :checkbox setting :trackbacks, false, :input_type => :checkbox setting :format, 'rss20', :input_type => :radio, :choices => [["rss20", "RSS 2.0"], ["atom10", "Atom 1.0"]] end
Version data entries
5 entries across 5 versions & 1 rubygems