-
Notifications
You must be signed in to change notification settings - Fork 0
recent_rss.rb
TADA Tadashi edited this page Nov 10, 2017
·
2 revisions
指定したRSSを読み込んでその内容をリスト表示します。
サイドバーなどに以下のように記述します。
<%=recent_rss 'url', max, cache_time %>
- url: RSSファイルのURLを文字列で指定します
- max: 表示する最大アイテム数。省略時は5
- cache_time: RSSファイルをキャッシュする時間(秒)。省略時は3600秒
[セキュア不可]
参考: http://tdiary-users.sourceforge.jp/cgi-bin/wiki.cgi?rss_recent.rb