るりまサーチ

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

別のキーワード

  1. rss dc_dates
  2. rss dc_date=
  3. rss dc_title
  4. rss dc_type

ライブラリ

モジュール

キーワード

検索結果

rss (39810.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...
...ple Article"
item.date = Time.parse("2004/11/1 10:10")
end
end

サンプル中の

item.date = ...



item.dc_date = ...

でも構いません.#dc_date=は#date=の単なる別名で
す.

===== さらにエントリを追加

さらに,

* http://example.com/article2.ht...

DublinCoreModel#dc_date (26102.0)

@todo

@todo

DublinCoreModel#dc_date= (14102.0)

@todo

@todo

DublinCoreModel#dc_dates (14100.0)

@todo

@todo