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

Version Path
typo-3.99.0 components/plugins/sidebars/technorati_controller.rb
typo-3.99.3 components/plugins/sidebars/technorati_controller.rb
typo-3.99.1 components/plugins/sidebars/technorati_controller.rb
typo-3.99.2 components/plugins/sidebars/technorati_controller.rb
typo-4.0.0 components/plugins/sidebars/technorati_controller.rb
typo-3.99.4 components/plugins/sidebars/technorati_controller.rb
typo-4.0.2 components/plugins/sidebars/technorati_controller.rb
typo-4.0.1 components/plugins/sidebars/technorati_controller.rb
typo-4.0.3 components/plugins/sidebars/technorati_controller.rb