カテゴリ別 2003年 | 2004年 | 2005年 | 2006年 | 2007年 | 2008年
知り合いサイト: よんだもの / 暴想 / Linuxでやる夫 / 新宿Vipper / 僕だけが幸せになればいいのに。
こんな感じです。>わたなべさん (ってこんなところ見てないか)
#!/usr/bin/env ruby
require 'rss/1.0'
rss = RSS::RDF.new
rss.channel = RSS::RDF::Channel.new('http://dontstopmusic.no-ip.org/index.rdf')
channel = rss.channel
channel.title = "Don'tStopMusic"
channel.link = 'http://dontstopmusic.no-ip.org/'
channel.description = '日記'
title1 = 'title1'
link1 = 'http://dontstopmusic.no-ip.org/diary/20040221.html#p01'
desc1 = 'desc1'
title2 = 'title2'
link2 = 'http://dontstopmusic.no-ip.org/diary/20040221.html#p02'
desc2 = 'desc2'
ary = [ [title1, link1, desc1], [title2, link2, desc2] ]
channel.items = RSS::RDF::Channel::Items.new
ary.each do |title, link, desc|
# 代入で追加されます...
channel.items.Seq.li = RSS::RDF::Li.new(link)
item = RSS::RDF::Item.new(link)
item.title = title
item.link = link
item.description = desc
# 同上
rss.item = item
end
print rss.to_s
■■■3月発行予定書籍■■■
ISBN4-87311-174-9
Blog Hacks(仮)
オライリー・ジャパン -- 近刊案内
maonekoblog さんによると著者は宮川さん?どんな内容なんでしょうかね。
最近のコメント:
RSS
![]()
This work is licensed under a
Creative Commons License
(note: text only. w/o web design, citations, (re)distributed softwares).
http://blog.bulknews.net/cookbook/<br>かな?
そういう感じの内容みたいですね。<br>某技術系blogerとの共著という噂も聞きました。