96件ヒット
[1-96件を表示]
(0.019秒)
種類
- インスタンスメソッド (72)
- クラス (12)
- ライブラリ (12)
ライブラリ
- rss (84)
クラス
キーワード
- TextinputBase (12)
- rss (12)
- title= (36)
検索結果
先頭5件
-
RSS
:: Maker :: TextinputBase # title (21102.0) -
@todo
@todo -
RSS
:: RDF :: Textinput # title (21102.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: TextInput # title (21102.0) -
@todo
@todo -
RSS
:: Maker :: TextinputBase # title=() (9102.0) -
@todo
@todo -
RSS
:: RDF :: Textinput # title= (9102.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: TextInput # title= (9102.0) -
@todo
@todo -
RSS
:: Maker :: TextinputBase (6022.0) -
RSS 1.0の場合はtitle,description,name, link,maker.channelを適切に設定する必要がありま す.
...RSS 1.0の場合はtitle,description,name,
link,maker.channelを適切に設定する必要がありま
す.
RSS 0.91/2.0の場合はtitle,description,
name,linkを設定する必要があります.... -
rss (426.0)
-
RSS を扱うためのライブラリです。
...れます.
Hash:
{
:href => "...",
:type => "...",
:title => "...",
:media => "...",
:charset => "...",
:alternate => "...",
}
連想配列:
[
[:href, "..."],
[:type, "..."],
[:title, "..."],
[:media, "..."],
[:charset, "..."],
[:alternate,......します.
require "rss"
rss = RSS::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......m/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.description = "Search Examp...