• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisionb46d360226bc2013a0ae2f989da9850b8127482e (tree)
Time2008-07-02 19:43:36
Authorikeji <ikeji@f836...>
Commiterikeji

Log Message

Fix bug #41
Add default description.
Thanks Yuanying!

git-svn-id: http://dev.ikejima.org/src/svn/pragger/trunk@391 f8368ae4-1e99-dc11-9799-0018f35ab5fa

Change Summary

Incremental Difference

--- a/plugin/RSS/save.rb
+++ b/plugin/RSS/save.rb
@@ -18,7 +18,7 @@ def save(config,data)
1818 rss = RSS::Maker.make("1.0") do |maker|
1919 maker.channel.about = config['about'] || config['link'] || "http://example.net/"
2020 maker.channel.title = config['title'] || "Pragger output"
21- maker.channel.description = config['description'] || ""
21+ maker.channel.description = config['description'] || "Generated by Pragger"
2222 maker.channel.link = config['link'] || "http://example.net/"
2323
2424 data.each do |i|