種類
- インスタンスメソッド (264)
- ライブラリ (12)
ライブラリ
- rss (264)
クラス
-
RSS
:: Maker :: ChannelBase (12) -
RSS
:: Maker :: ItemsBase :: ItemBase (12) -
RSS
:: Maker :: RSS20 :: Items :: Item :: Guid (12) -
RSS
:: Maker :: TextinputBase (12) -
RSS
:: RDF :: Channel (24) -
RSS
:: RDF :: Image (24) -
RSS
:: RDF :: Item (24) -
RSS
:: RDF :: Textinput (24) -
RSS
:: Rss :: Channel (24) -
RSS
:: Rss :: Channel :: Image (24) -
RSS
:: Rss :: Channel :: Item (24) -
RSS
:: Rss :: Channel :: TextInput (24) -
RSS
:: TaxonomyTopicModel :: TaxonomyTopic (24)
キーワード
- isPermaLink= (12)
- link (96)
- rss (12)
-
taxo
_ link (12) -
taxo
_ link= (12)
検索結果
先頭5件
-
RSS
:: Maker :: ChannelBase # link=() (15100.0) -
@todo
@todo -
RSS
:: Maker :: ItemsBase :: ItemBase # link=() (15100.0) -
@todo
@todo -
RSS
:: Maker :: TextinputBase # link=() (15100.0) -
@todo
@todo -
RSS
:: TaxonomyTopicModel :: TaxonomyTopic # taxo _ link= (3101.0) -
@todo
@todo -
RSS
:: Maker :: RSS20 :: Items :: Item :: Guid # isPermaLink=() (3100.0) -
@todo
@todo -
rss (180.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
===== 更新時刻を追加
もし......ex.rdf"
maker.channel.title = "Example"
maker.channel.description = "Example Site"
maker.channel.link = "http://example.com/"
maker.items.new_item do |item|
item.link = "http://example.com/article.html"
item.title = "Sample Article"
item.date = Time.parse("2004/11/... -
RSS
:: RDF :: Channel # link (1.0) -
@todo
@todo -
RSS
:: RDF :: Image # link (1.0) -
@todo
@todo -
RSS
:: RDF :: Item # link (1.0) -
@todo
@todo