aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rss
Commit message (Expand)AuthorAgeFilesLines
* * lib/rss/rss.rb: RSS::Element#initialize accepts initialkou2006-06-1810-120/+238
* * lib/rss/converter.rb: use NKF for Uconv fallback.kou2006-06-181-6/+9
* * lib/rss/rss.rb: improved ignore_unknown_elementkou2006-06-1810-67/+70
* * lib/rss/rss.rb: changed empty namespace URI representation to ""kou2006-06-185-36/+39
* * lib/rss/parser.rb: removed a guard for requiring open-uri.kou2006-06-181-5/+1
* * lib/rss/rss.rb: fixed typo: except -> expectkou2006-06-182-4/+6
* * lib/rss/rss.rb: RSS::Element#calc_indent became to be deprecated.kou2006-06-186-39/+30
* * lib/rss/rss.rb (Hash#merge, Enumerable#sort_by): removed.kou2006-06-172-23/+19
* * lib/rss/rss.rb (Kernel#funcall): removed.kou2006-06-176-28/+44
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-172-2/+22
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-176-114/+185
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-172-4/+16
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-171-0/+19
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-174-19/+56
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-179-29/+29
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-172-34/+34
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-176-34/+60
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-172-3/+8
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-172-3/+20
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-171-15/+181
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-171-28/+73
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-172-4/+2
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-172-13/+31
* * lib/rss, test/rss: backported from trunk. (2005-11-16 - now)kou2006-06-171-1/+1
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-12-111-0/+178
* * lib/rss/maker/base.rb (RSS::Maker::ItemsBase#normalize): fixedkou2005-09-161-1/+5
* * lib: do not use __send__ to access private methods. [ruby-dev:26935]nobu2005-09-028-17/+17
* * lib/rss/1.0.rb (RSS::RDF::Channel#setup_maker_attributes):kou2005-08-114-13/+15
* * lib/rss/rss.rb: moved copyright description to lib/rss.rb.kou2005-07-221-7/+0
* * lib/rss/parser.rb (RSS::Parser#initialize): accept HTTP/FTPkou2005-07-221-1/+31
* * 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: backoported from HEAD.kou2005-04-0916-233/+483
* * 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
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2005-02-032-0/+352
* * lib/rss: supported Image module.kou2005-02-037-8/+29
* * 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, test/rss, sample/rss: backported from CVS HEAD.kou2004-12-0815-593/+1232
* * test/rss/test_maker_*.rb: added tests for RSS Maker.kou2004-11-036-7/+16
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-11-037-0/+852
* This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)2004-11-012-0/+217
* * 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
* * lib/rss/rss.rb: 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-085-81/+233
* * lib/rss/{trackback,syndication,dublincore,content}.rb: workedkou2004-07-054-36/+41