747件ヒット
[201-300件を表示]
(0.028秒)
キーワード
- cgi (12)
-
cgi
/ session (12) - drb (12)
-
drb
/ gw (12) -
net
/ http (12) -
net
/ https (12) -
net
/ imap (12) -
net
/ protocol (12) - open-uri (12)
-
optparse
/ uri (12) - prettyprint (12)
- psych (12)
- rdoc (12)
-
rdoc
/ parser / changelog (12) - rexml (12)
-
rexml
/ document (12) -
rexml
/ parsers / pullparser (12) -
rexml
/ parsers / sax2parser (12) -
rexml
/ parsers / streamparser (12) -
rinda
/ rinda (12) - rss (12)
- rubygems (12)
-
rubygems
/ commands / dependency _ command (12) -
rubygems
/ commands / fetch _ command (12) -
rubygems
/ commands / install _ command (12) -
rubygems
/ commands / list _ command (12) -
rubygems
/ commands / mirror _ command (12) -
rubygems
/ commands / outdated _ command (12) -
rubygems
/ commands / query _ command (12) -
rubygems
/ commands / search _ command (12) -
rubygems
/ commands / server _ command (12) -
rubygems
/ commands / specification _ command (12) - securerandom (12)
- socket (12)
- time (12)
- webrick (12)
-
webrick
/ cgi (12) -
webrick
/ httpauth (12) -
webrick
/ httpauth / authenticator (12) -
webrick
/ httpauth / basicauth (12) -
webrick
/ httpauth / digestauth (12) -
webrick
/ httpauth / htdigest (12) -
webrick
/ httpauth / htgroup (12) -
webrick
/ httpauth / htpasswd (12) -
webrick
/ httpauth / userdb (12) -
webrick
/ httpproxy (12) -
webrick
/ httprequest (12) -
webrick
/ httpresponse (12) -
webrick
/ https (12) -
webrick
/ httpserver (12) -
webrick
/ httpservlet (12) -
webrick
/ httpservlet / abstract (12) -
webrick
/ httpservlet / cgihandler (12) -
webrick
/ httpservlet / erbhandler (12) -
webrick
/ httpservlet / filehandler (12) -
webrick
/ httpservlet / prochandler (12) -
webrick
/ httpstatus (12) -
webrick
/ httputils (12) -
webrick
/ httpversion (12) - win32ole (12)
- xmlrpc (3)
- yaml (12)
検索結果
先頭5件
-
webrick
/ httpservlet (6001.0) -
このファイルを Kernel.#require すると、 WEBrick::HTTPServlet::FileHandler に対して 拡張子 .cgi と .rhtml のためのハンドラを設定します。
...このファイルを Kernel.#require すると、
WEBrick::HTTPServlet::FileHandler に対して
拡張子 .cgi と .rhtml のためのハンドラを設定します。
webrick や webrick/httpserver を Kernel.#require すると
このライブラリも一緒に Kernel.#require されます。... -
webrick
/ httpservlet / abstract (6001.0) -
-
webrick
/ httpservlet / cgihandler (6001.0) -
CGI を扱うためのサーブレットを提供するライブラリです。
CGI を扱うためのサーブレットを提供するライブラリです。 -
webrick
/ httpservlet / erbhandler (6001.0) -
ERB を扱うためのサーブレットを提供するライブラリです。
ERB を扱うためのサーブレットを提供するライブラリです。 -
webrick
/ httpservlet / filehandler (6001.0) -
通常のファイルサーバとしての機能を提供するためのサーブレットを提供するライブラリです。
通常のファイルサーバとしての機能を提供するためのサーブレットを提供するライブラリです。 -
webrick
/ httpservlet / prochandler (6001.0) -
Proc を扱うためのサーブレットを提供するライブラリです。
Proc を扱うためのサーブレットを提供するライブラリです。 -
webrick
/ httputils (6001.0) -
-
webrick
/ httpversion (6001.0) -
-
rss (385.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......* Dublin Core モジュール http://web.resource.org/rss/1.0/modules/dc/
* Syndication モジュール http://web.resource.org/rss/1.0/modules/syndication/
* Content モジュール http://web.resource.org/rss/1.0/modules/content/
* Trackback モジュール http://madskills.com/public/xml/rs......s/module/trackback/
* Image モジュール http://web.resource.org/rss/1.0/modules/image/
をサポートしています。
ただし,Content モジュールは content:encoded しかサポートしていません.
=== パース
RSS をパースしたい場合は RSS::Parser クラスを使...