technorati_sidebar.rb
来自「用ruby on rails写的一个博客程序,还不错..ruby on rail」· RB 代码 · 共 17 行
RB
17 行
class TechnoratiSidebar < Sidebar 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' lifetime 1.hour def cosmos @cosmos ||= Technorati.new(feed) rescue Exception => e logger.info e nil endend
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?