29件ヒット
[1-29件を表示]
(0.026秒)
種類
- インスタンスメソッド (25)
- クラス (3)
- ライブラリ (1)
ライブラリ
- rss (28)
クラス
モジュール
- DublinCoreModel (3)
キーワード
- ChannelBase (1)
- ItemBase (1)
- TextinputBase (1)
-
dc
_ description (1) -
dc
_ description= (1) -
dc
_ descriptions (1) - description= (11)
検索結果
先頭5件
-
rss (119683.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, Atom 1.0 をサポートしていますが,RSS 0.90
はサポートしてませ... -
RSS
:: Rss :: Channel # description (96307.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Image # description (96307.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item # description (96307.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: TextInput # description (96307.0) -
@todo
@todo -
RSS
:: Maker :: ChannelBase # description (87307.0) -
@todo
@todo -
RSS
:: Maker :: ImageBase # description (87307.0) -
@todo
@todo -
RSS
:: Maker :: ItemsBase :: ItemBase # description (87307.0) -
@todo
@todo -
RSS
:: Maker :: TextinputBase # description (87307.0) -
@todo
@todo -
RSS
:: RDF :: Channel # description (87307.0) -
@todo
@todo -
RSS
:: RDF :: Item # description (87307.0) -
@todo
@todo -
RSS
:: RDF :: Textinput # description (87307.0) -
@todo
@todo -
RSS
:: Rss :: Channel # description= (60307.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Image # description= (60307.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: Item # description= (60307.0) -
@todo
@todo -
RSS
:: Rss :: Channel :: TextInput # description= (60307.0) -
@todo
@todo -
RSS
:: Maker :: ChannelBase # description=() (51307.0) -
@todo
@todo -
RSS
:: Maker :: ImageBase # description=() (51307.0) -
@todo
@todo -
RSS
:: Maker :: ItemsBase :: ItemBase # description=() (51307.0) -
@todo
@todo -
RSS
:: Maker :: TextinputBase # description=() (51307.0) -
@todo
@todo -
RSS
:: RDF :: Channel # description= (51307.0) -
@todo
@todo -
RSS
:: RDF :: Item # description= (51307.0) -
@todo
@todo -
RSS
:: RDF :: Textinput # description= (51307.0) -
@todo
@todo -
DublinCoreModel
# dc _ description (42307.0) -
@todo
@todo -
DublinCoreModel
# dc _ description= (42307.0) -
@todo
@todo -
DublinCoreModel
# dc _ descriptions (42301.0) -
@todo
@todo -
RSS
:: Maker :: TextinputBase (33133.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
:: Maker :: ChannelBase (33127.0) -
channel要素の値を設定します.
channel要素の値を設定します.
RSS 1.0を生成する場合はabout,title,link,
descriptionを設定しなければいけません.
RSS 0.91を生成する場合はtitle,link,
description,languageを設定しなければいけません.
RSS 2.0を生成する場合はtitle,link,
descriptionを設定しなければいけません.
maker.channelになんらかの値を設定しておきながら,上記
のmaker.channelが要求する値を設定していない場合は
RSS::NotSetError例外が発生します.どの値も設定していな
... -
RSS
:: Maker :: ItemsBase :: ItemBase (33055.0) -
itemはmaker.items.new_itemで作成されたオブジェク トとします.
itemはmaker.items.new_itemで作成されたオブジェク
トとします.
RSS 1.0/0.91の場合はtitle,linkを設定する必要があ
ります.
RSS 2.0の場合はtitleまたはdescriptionを設定する
必要があります.