Sha256: 54494bbceaa0355bab98fb65b19f5beaf5d0ca77bab21b0ea3b940eb668f058d
Contents?: true
Size: 462 Bytes
Versions: 9
Compression:
Stored size: 462 Bytes
Contents
class Plugins::Sidebars::FortythreeplacesController < Sidebars::ComponentPlugin display_name "43places" description 'List of your <a href="http://www.43places.com/">43places.com</a>.' setting :feed, 'http://www.43places.com/rss/uber/author?username=USER', :label => 'Feed URL' setting :count, 43, :label => 'Items limit' def content response.lifetime = 1.day @fortythreeplaces=check_cache(Fortythree, @sb_config['feed']) rescue nil end end
Version data entries
9 entries across 9 versions & 1 rubygems