72件ヒット
[1-72件を表示]
(0.018秒)
検索結果
先頭5件
-
RSS
:: RDF :: Textinput # description= (18101.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: TextInput # description= (18101.0) -
@todo
@todo -
RSS
:: Maker :: TextinputBase # description=() (18100.0) -
@todo
@todo -
RSS
:: RDF :: Textinput # description (3001.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: TextInput # description (3001.0) -
@todo
@todo -
rss (180.0)
-
RSS を扱うためのライブラリです。
...SS::Maker.make("1.0") do |maker|
maker.channel.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 Articl......SS::Maker.make("1.0") do |maker|
maker.channel.about = "http://example.com/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.htm......Site"
maker.image.url = "http://example.com/logo.png"
maker.textinput.title = "Search Example Site"
maker.textinput.description = "Search Example Site's all text"
maker.textinput.name = "keyword"
maker.textinput.link = "http://example.com/search.cgi"
end
===== XMLスタイル...