aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rss
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5.kou2005-07-082-3/+3
* * lib/rss/rss.rb (RSS::VERSION): 0.1.3 -> 0.1.4.kou2005-04-131-3/+7
* * lib/rss/maker/dublincore.rb: _really_ supported multiple Dublinkou2005-04-071-1/+3
* * lib/rss/*: refactored.kou2005-04-0511-141/+141
* * lib/rss/dublincore.rb: supported multiple DublinCore items.kou2005-04-059-86/+334
* * lib/rss/parser.rb: @@setter -> @@setters.kou2005-03-319-25/+25
* * lib/rss/parser.rbkou2005-03-311-2/+2
* * lib/rss/parser.rb (RSS::ListenerMixin::tag_end):kou2005-02-141-1/+2
* * lib/rss/dublincore.rb (RSS::DublicCoreModel#date{,=}): addedkou2005-02-133-0/+6
* * lib/rss: supported Image module.kou2005-02-039-8/+381
* * lib/rss/rss.rb (RSS::Element#convert): added.kou2005-02-025-66/+74
* * lib/rss/rss.rb (RSS::VERSION): 0.1.2 -> 0.1.3.kou2005-01-152-49/+66
* * lib/rss/rss.rb: removed empty lines from output.kou2004-12-041-1/+2
* * lib/rss/rss.rb (RSS::VERSION): 0.1.1 -> 0.1.2kou2004-12-043-8/+34
* * lib/rss/rss.rb (RSS::Element#tag): not use block_given? forkou2004-11-285-14/+14
* * lib/rss/rss.rb (RSS::NotSetError): added.kou2004-11-285-72/+94
* * lib/rss/{0.9,1.0,2.0,trackback,xml-stylesheet}.rb: addedkou2004-11-277-14/+186
* * lib/rss/maker/0.9.rb: supported RSS::Maker.make("0.91"). Now,kou2004-11-271-0/+1
* * lib/rss/maker/0.9.rb (RSS::Maker::RSS09::Image#have_required_values):kou2004-11-191-2/+1
* * lib/rss/rss.rb (RSS::VERSION): 0.1.0 -> 0.1.1.kou2004-11-1914-509/+927
* * test/rss/*.rb: removed tab width configuration headers.kou2004-11-0312-61/+96
* * 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