96件ヒット
[1-96件を表示]
(0.022秒)
別のキーワード
種類
- インスタンスメソッド (72)
- ライブラリ (12)
- 文書 (12)
ライブラリ
- rss (72)
クラス
-
RSS
:: RDF (24) -
RSS
:: Rss :: Channel (24)
モジュール
-
RSS
:: ImageItemModel (24)
キーワード
-
image
_ item (12) -
image
_ item= (12) - item (24)
-
ruby 1
. 8 . 5 feature (12)
検索結果
先頭5件
-
rss (39774.0)
-
RSS を扱うためのライブラリです。
...RSS を扱うためのライブラリです。
=== 参考
* RSS 0.91 http://backend.userland.com/rss091
* RSS 1.0 http://purl.org/rss/1.0/spec
* RSS 2.0 http://www.rssboard.org/rss-specification
* Atom 1.0 https://www.ietf.org/rfc/rfc4287.txt
=== 注意
RSS ParserはRSS 0.9x/1.0/2.0, A......ポートしていますが,RSS 0.90
はサポートしてません.ごめんなさい.
RSS のモジュールはそれぞれ、
* Dublin Core モジュール http://web.resource.org/rss/1.0/modules/dc/
* Syndication モジュール http://web.resource.org/rss/1.0/modules/syndication/
* C......要素を設定します.
rss = RSS::Parser.parse(rss_source)
item = RSS::RDF::Item.new(rdf_about_value)
rss.items << item
rss.items.last == item # => true
注意: item=/set_itemなどはRubyっぽくないので使わないでくださ
い.
=== 出力
RSS Parserといっているの... -
RSS
:: Rss :: Channel # item= (29101.0) -
@todo
@todo -
RSS
:: RDF # item= (26101.0) -
@todo
@todo -
RSS
:: ImageItemModel # image _ item= (14101.0) -
@todo
@todo -
RSS
:: Rss :: Channel # item (14001.0) -
@todo
@todo -
RSS
:: ImageItemModel # image _ item (11001.0) -
@todo
@todo -
RSS
:: RDF # item (11001.0) -
@todo
@todo -
ruby 1
. 8 . 5 feature (102.0) -
ruby 1.8.5 feature ruby 1.8.4 から ruby 1.8.5 までの変更点です。
...ty_inspect [new]
pp で追加
: RSS::TaxonomyTopicModel [new]
: RSS::TaxonomyTopicsModel [new]
: RSS::Maker::TaxonomyTopicModel [new]
: RSS::Maker::TaxonomyTopicsModel [new]
RSS Parser/RSS MakerがTaxonomyモジュールをサポートしました。
: RSS::Maker xxx.new_yyy(&block) [compat......
item = maker.items.new_item
item.xxx = yyy
...
と書いていたものが
maker.items.new_item |item|
item.xxx = yyy
...
end
と書けるようになりました。
: RSS::RootElementMixin#to_xml [new]
こんな風にすると、RSS 1.0からRSS......2.0に変換できます。
rss10 = RSS::Parser.parse(File.read("1.0.rdf"))
File.open("2.0.rss", "w") {|f| f.print(rss10.to_xml("2.0"))}
((<ruby-talk:197284>))
: RSS::VERSION
"0.1.5"から"0.1.6"になりました。
=== 2006-06-14
: Process.getrlimit(resource) [new]
: Process.se...