チェンジセット 110
- コミット日時:
- 2008/07/02 19:43:36 (5 ヶ月前)
- ファイル:
-
- trunk/plugin/RSS/save.rb (更新) (1 diff)
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
trunk/plugin/RSS/save.rb
r74 r110 19 19 maker.channel.about = config['about'] || config['link'] || "http://example.net/" 20 20 maker.channel.title = config['title'] || "Pragger output" 21 maker.channel.description = config['description'] || " "21 maker.channel.description = config['description'] || "Generated by Pragger" 22 22 maker.channel.link = config['link'] || "http://example.net/" 23 23
