72件ヒット
[1-72件を表示]
(0.021秒)
検索結果
先頭5件
-
RSS
:: RDF :: Textinput # link= (18101.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: TextInput # link= (18101.0) -
@todo
@todo -
RSS
:: Maker :: TextinputBase # link=() (18100.0) -
@todo
@todo -
RSS
:: RDF :: Textinput # link (3001.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: TextInput # link (3001.0) -
@todo
@todo -
rss (276.0)
-
RSS を扱うためのライブラリです。
...hannel.about = "http://example.com/index.rdf"
maker.channel.title = "Example"
maker.channel.description = "Example Site"
maker.channel.link = "http://example.com/"
end
もし,
* http://example.com/article.htmlにある
* Sample Articleというタイトルの
エントリを......index.rdf"
maker.channel.title = "Example"
maker.channel.description = "Example Site"
maker.channel.link = "http://example.com/"
item = maker.items.new_item
item.link = "http://example.com/article.html"
item.title = "Sample Article"
end
===== 更新時刻を追加
もし......m.link = "http://example.com/article2.html"
item.title = "Sample Article2"
item.date = Time.parse("2004/11/2 10:10")
end
maker.image.title = "Example Site"
maker.image.url = "http://example.com/logo.png"
maker.textinput.title = "Search Example Site"
maker.textinput....