Sha256: e7e4d0a0b36c02475170c47581794f091c0343edf49b9b1b798bb320b3fc9f32
Contents?: true
Size: 464 Bytes
Versions: 9
Compression:
Stored size: 464 Bytes
Contents
class Plugins::Sidebars::TechnoratiController < Sidebars::ComponentPlugin description 'Display a <a href="http://www.technorati.com">Technorati</a> Watchlist' setting :name, 'Watchlist' setting :feed, 'http://www.technorati.com/watchlists/rss.html?wid=WATCHLISTID', :label => 'Feed URL' setting :count, 4, :label => 'Items limit' def content response.lifetime = 1.hour @cosmos = check_cache(Technorati, @sb_config['feed']) rescue nil end end
Version data entries
9 entries across 9 versions & 1 rubygems