るりまサーチ

最速Rubyリファレンスマニュアル検索!
110件ヒット [1-100件を表示] (0.034秒)
トップページ > クエリ:rss[x] > クエリ:source=[x]

別のキーワード

  1. rss title=
  2. rss title
  3. rss date=
  4. rss date
  5. rss image

検索結果

<< 1 2 > >>

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はファイルに保存されていて
引数で与えられるものとします。

require 'rss'
items = []
ARGV.each do |fname|
rss
_source = nil
File.open(fname) do |f|
rss
_source = f.read
end

rss
= nil
begin
rss
= RSS::Parser.parse(rss_source,...

RSS::Rss::Channel::Item#source= (29101.0)

@todo

@todo

RSS::ImageItemModel::ImageItem#resource= (14100.0)

@todo

@todo

RSS::RDF::Channel::Image#resource= (14100.0)

@todo

@todo

RSS::RDF::Channel::Textinput#resource= (14100.0)

@todo

@todo

絞り込み条件を変える

RSS::TrackBackModel10::TrackBackAbout#resource= (14100.0)

@todo

@todo

RSS::TrackBackModel10::TrackBackPing#resource= (14100.0)

@todo

@todo

RSS::Rss::Channel::Item#source (14001.0)

@todo

@todo

DublinCoreModel#dc_source= (11101.0)

@todo

@todo

DublinCoreModel#dc_source (8001.0)

@todo

@todo

絞り込み条件を変える

<< 1 2 > >>