aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rss/parser.rb
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu2005-10-221-1/+1
* * lib/observer.rb: a patch from nornagon <nornagon@gmail.com>matz2005-09-051-1/+1
* * lib: do not use __send__ to access private methods. [ruby-dev:26935]nobu2005-09-021-1/+1
* * lib/rss/parser.rb (RSS::Parser#initialize): accept HTTP/FTPkou2005-07-221-1/+31
* * lib/rss/dublincore.rb: supported multiple DublinCore items.kou2005-04-051-5/+17
* * lib/rss/parser.rb: @@setter -> @@setters.kou2005-03-311-17/+17
* * lib/rss/parser.rbkou2005-03-311-2/+2
* * lib/rss/parser.rb (RSS::ListenerMixin::tag_end):kou2005-02-141-1/+2
* * lib/rss/rss.rb (RSS::VERSION): 0.1.1 -> 0.1.2kou2004-12-041-4/+3
* * lib/rss/rss.rb (RSS::VERSION): 0.1.0 -> 0.1.1.kou2004-11-191-0/+7
* * lib/rss/: untabified.kou2004-10-161-387/+387
* * lib/rss: supported prety print.kou2004-10-161-2/+2
* * lib/rss/{rss,parser,0.9,1.0,2.0}.rb: supported RSS 0.9x/2.0kou2004-07-061-8/+24
* * lib/rss/parser.rb, lib/rss/1.0.rb: accepted rdf:resource orkou2004-04-071-10/+13
* * test/rss/test_xml-stylesheet.rb: added tests for xml-stylesheet.kou2004-03-211-10/+18
* * test/rss/test_trackback.rb: added tests for TrackBack with RSSkou2004-02-131-2/+2
* * lib/rss/parser.rb (RSS::Parser): added @@default_parser. Usedkou2004-01-311-23/+62
* * lib/rss: rss library imported. [ruby-dev:22726]matz2004-01-281-0/+330