summaryrefslogtreecommitdiff
path: root/lib/rss/rss.rb
AgeCommit message (Expand)Author
2008-06-29* lib/rss/rss.rb, test/rss/test_version.rb (RSS::VERSION): 0.2.4 -> 0.2.5.kou
2008-02-11* lib/rss/rss.rb (RSS::VERSION), test/rss/test_version.rb:kou
2007-12-28* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.2 -> 0.2.3.kou
2007-12-18* lib/rss/parser.rb, lib/rss/atom.rb, lib/rss/rss.rb,gotoyuzo
2007-12-02* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.1 -> 0.2.2.kou
2007-11-02* lib/rss/content.rb, lib/rss/content/, lib/rss/maker/content.rb,kou
2007-11-02* lib/rss/rss.rb, test/rss/test_version.rb: 0.2.0 -> 0.2.1.kou
2007-09-15* lib/rss.rb, lib/rss/, test/rss/:kou
2007-08-13* lib/rss/rss.rb: 0.1.8 -> 0.1.9.kou
2007-08-05* lib/rss, sample/rss, test/rss:kou
2007-03-17* lib/rss, test/rss:kou
2007-02-06* lib/rss/rss.rb, lib/rss/parser.rb: followed current Rubykou
2007-02-06* lib/rss/rss.rb, lib/rss/parser.rb: removed needless code forkou
2005-11-25* lib/rss/rss.rb: added backward compatibility codes.kou
2005-11-25* lib/rss/rss.rb: improved type conversion.kou
2005-11-23* lib/rss/: use #__send__ instead of #send.kou
2005-11-23* lib/rss/maker/taxonomy.rb: implemented taxonomy module for RSSkou
2005-11-23* lib/rss/rss.rb: fixed a indentation bug.kou
2005-11-17* lib/rss/rss.rb : removed needless argument 'prefix'.kou
2005-11-15* lib/rss/rss.rb (RSS::VERSION): 0.1.5 -> 0.1.6.kou
2005-09-02* lib: do not use __send__ to access private methods. [ruby-dev:26935]nobu
2005-07-22* lib/rss/rss.rb: moved copyright description to lib/rss.rb.kou
2005-07-08* lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5.kou
2005-04-13* lib/rss/rss.rb (RSS::VERSION): 0.1.3 -> 0.1.4.kou
2005-04-05* lib/rss/dublincore.rb: supported multiple DublinCore items.kou
2005-02-03* lib/rss: supported Image module.kou
2005-02-02* lib/rss/rss.rb (RSS::Element#convert): added.kou
2005-01-15* lib/rss/rss.rb (RSS::VERSION): 0.1.2 -> 0.1.3.kou
2004-12-04* lib/rss/rss.rb: removed empty lines from output.kou
2004-12-04* lib/rss/rss.rb (RSS::VERSION): 0.1.1 -> 0.1.2kou
2004-11-28* lib/rss/rss.rb (RSS::Element#tag): not use block_given? forkou
2004-11-28* lib/rss/rss.rb (RSS::NotSetError): added.kou
2004-11-27* lib/rss/{0.9,1.0,2.0,trackback,xml-stylesheet}.rb: addedkou
2004-11-19* lib/rss/rss.rb (RSS::VERSION): 0.1.0 -> 0.1.1.kou
2004-11-03* test/rss/*.rb: removed tab width configuration headers.kou
2004-10-16* lib/rss/: untabified.kou
2004-10-16* lib/rss: supported prety print.kou
2004-10-14* added link to Tutorial.kou
2004-10-09* lib/rss/converter.rb: changed to try to use Iconv for defaultkou
2004-07-06 * lib/rss/{rss,parser,0.9,1.0,2.0}.rb: supported RSS 0.9x/2.0kou
2004-07-04 * lib/rss/rss.rb: added copyright header.kou
2004-04-07* lib/rss/parser.rb, lib/rss/1.0.rb: accepted rdf:resource orkou
2004-03-21* lib/rss/{rss,dublincore,syndication}.rb: handled W3CDTF correctly.kou
2004-03-21* test/rss/test_xml-stylesheet.rb: added tests for xml-stylesheet.kou
2004-03-18* eval.c: remove specialized version of rb_Array(). use simplematz
2004-02-13* test/rss/test_trackback.rb: added tests for TrackBack with RSSkou
2004-02-03* lib/rss/2.0.rb, lib/rss/content.rb, lib/rss/dublincore.rb,kou
2004-01-28* lib/rss: rss library imported. [ruby-dev:22726]matz