aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rss
Commit message (Expand)AuthorAgeFilesLines
* * lib/rss/maker/base.rb: changed xml-stylesheet's API of RSS Makerkou2004-11-012-10/+29
* * lib/rss/maker.rb: added entry point of RSS Maker.kou2004-11-011-0/+33
* * lib/rss/maker/*.rb: added RSS Maker.kou2004-10-3110-2/+993
* * lib/rss/0.9.rb (RSS::Rss#to_s): removed garbage.kou2004-10-161-1/+1
* * lib/rss/: untabified.kou2004-10-1616-3046/+3046
* * lib/rss: supported prety print.kou2004-10-166-153/+193
* * added link to Tutorial.kou2004-10-141-0/+1
* * lib/rss/converter.rb: changed to try to use Iconv for defaultkou2004-10-092-8/+9
* * lib/rss/{rss,parser,0.9,1.0,2.0}.rb: supported RSS 0.9x/2.0kou2004-07-065-81/+233
* * lib/rss/{trackback,syndication,dublincore,content}.rb: workedkou2004-07-054-36/+41
* * lib/rss/rss.rb: added copyright header.kou2004-07-041-1/+6
* * lib/rss/parser.rb, lib/rss/1.0.rb: accepted rdf:resource orkou2004-04-075-27/+33
* * lib/logger.rb: trim tail space of each line. no user visible change.nahi2004-03-261-5/+5
* * lib/rss/{rss,dublincore,syndication}.rb: handled W3CDTF correctly.kou2004-03-213-4/+38
* * test/rss/test_xml-stylesheet.rb: added tests for xml-stylesheet.kou2004-03-2110-84/+200
* * eval.c: remove specialized version of rb_Array(). use simplematz2004-03-181-2/+2
* * ext/syck/rubyext.c: get rid of warnings.nobu2004-03-031-2/+2
* * lib/rss/converter.rb: handled Uconv::Error.kou2004-03-023-45/+36
* should escape dot.nobu2004-02-171-1/+1
* * lib/rss/rexmlparser.rb: REXML version may be 4 digits.nobu2004-02-171-3/+3
* * test/rss/test_trackback.rb: added tests for TrackBack with RSSkou2004-02-134-33/+104
* * lib/rss/2.0.rb, lib/rss/content.rb, lib/rss/dublincore.rb,kou2004-02-036-54/+77
* * lib/rss/parser.rb (RSS::Parser): added @@default_parser. Usedkou2004-01-314-32/+83
* * lib/rss: rss/parser.rb is always required.kou2004-01-287-59/+43
* * lib/rss: rss library imported. [ruby-dev:22726]matz2004-01-2815-0/+2965