aboutsummaryrefslogtreecommitdiffstats
path: root/test/rss
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/rss/rss.rb: added backward compatibility codes.kou2005-11-253-8/+18
* * lib/rss/rss.rb: improved type conversion.kou2005-11-2514-104/+250
* * test/rss/test_2.0.rb: added RSS 2.0 tests.kou2005-11-253-27/+384
* * lib/rss/parser.rb: added entity handling type predicate.kou2005-11-231-0/+13
* * lib/rss/: use #__send__ instead of #send.kou2005-11-237-70/+79
* * test/rss/test_taxonomy.rb: use #reject directory.kou2005-11-231-2/+2
* * lib/rss/maker/taxonomy.rb: implemented taxonomy module for RSSkou2005-11-236-11/+344
* * lib/rss/rss.rb: fixed a indentation bug.kou2005-11-231-9/+21
* * lib/rss/1.0.rb: added convenience method 'resources'.kou2005-11-172-2/+3
* * lib/rss/taxonomy.rb: implemented taxonomy module.kou2005-11-171-0/+148
* * lib/rss/rss.rb (RSS::VERSION): 0.1.5 -> 0.1.6.kou2005-11-151-1/+1
* * ext/tk/lib/tk/font.rb, ext/tk/lib/tkextlib/ICONS/icons.rb,nobu2005-10-224-11/+11
* * test/rss/test_content.rb, test/rss/test_syndication.rb: use fcallnobu2005-09-242-8/+8
* * lib/rss/maker/base.rb (RSS::Maker::ItemsBase#normalize): fixedkou2005-09-161-0/+54
* * lib/ostruct.rb (new_ostruct_member): Object#send no longer callnobu2005-09-122-3/+3
* * lib/rss/1.0.rb (RSS::RDF::Channel#setup_maker_attributes):kou2005-08-111-0/+50
* * lib/rss/parser.rb (RSS::Parser#initialize): accept HTTP/FTPkou2005-07-221-1/+25
* * lib/rss/rss.rb (RSS::VERSION): 0.1.4 -> 0.1.5.kou2005-07-082-25/+13
* * lib/rss/rss.rb (RSS::VERSION): 0.1.3 -> 0.1.4.kou2005-04-131-1/+1
* * test/rss/test_maker_dc.rb (test_date): added a test for #date=kou2005-04-071-0/+20
* * lib/rss/maker/dublincore.rb: _really_ supported multiple Dublinkou2005-04-072-2/+62
* * lib/rss/dublincore.rb: supported multiple DublinCore items.kou2005-04-052-12/+64
* * lib/rss/dublincore.rb (RSS::DublicCoreModel#date{,=}): addedkou2005-02-133-0/+9
* * lib/rss: supported Image module.kou2005-02-033-1/+240
* * lib/rss/rss.rb (RSS::VERSION): 0.1.2 -> 0.1.3.kou2005-01-152-1/+42
* * test/rss/test_version.rb: added version check test. [ruby-dev:25053]kou2004-12-071-0/+9
* * lib/rss/rss.rb (RSS::NotSetError): added.kou2004-11-284-121/+150
* * lib/rss/{0.9,1.0,2.0,trackback,xml-stylesheet}.rb: addedkou2004-11-273-0/+792
* * lib/rss/maker/0.9.rb: supported RSS::Maker.make("0.91"). Now,kou2004-11-272-25/+31
* * lib/rss/maker/0.9.rb (RSS::Maker::RSS09::Image#have_required_values):kou2004-11-191-37/+3
* * lib/rss/rss.rb (RSS::VERSION): 0.1.0 -> 0.1.1.kou2004-11-1912-67/+840
* * test/rss/*.rb: removed tab width configuration headers.kou2004-11-0312-22/+30
* * lib/rss/maker/base.rb: changed xml-stylesheet's API of RSS Makerkou2004-11-011-8/+21
* * lib/rss/maker/*.rb: added RSS Maker.kou2004-10-3110-1/+1674
* * lib/rss/: untabified.kou2004-10-1610-1223/+1223
* * lib/rss: supported prety print.kou2004-10-161-1/+12
* * lib/rss/{rss,parser,0.9,1.0,2.0}.rb: supported RSS 0.9x/2.0kou2004-07-063-26/+198
* * lib/rss/{trackback,syndication,dublincore,content}.rb: workedkou2004-07-051-0/+12
* * lib/rss/parser.rb, lib/rss/1.0.rb: accepted rdf:resource orkou2004-04-071-0/+31
* * test/rss/*: Test::Unit::TestCase -> RSS::TestCase andkou2004-03-2111-955/+977
* * test/rss/test_xml-stylesheet.rb: added tests for xml-stylesheet.kou2004-03-214-1/+178
* * lib/cgi-lib.rb, lib/getopts.rb, lib/importenv.rb, lib/parsearg.rb:nobu2004-02-254-4/+4
* * test/rss/test_trackback.rb: added tests for TrackBack with RSSkou2004-02-132-5/+73
* * lib/rss/2.0.rb, lib/rss/content.rb, lib/rss/dublincore.rb,kou2004-02-036-6/+4
* * lib/rss/parser.rb (RSS::Parser): added @@default_parser. Usedkou2004-01-313-33/+10
* * test/*: remove $: trick. [ruby-dev:22763] use test/runner.rb tonahi2004-01-297-21/+0
* * test/rss/test_*: do $: trick while searching a module in the currentnahi2004-01-297-0/+21
* * test/rss/*.rb: remove "test/" prefix.nobu2004-01-289-8/+26
* * lib/rss: rss library imported. [ruby-dev:22726]matz2004-01-2811-0/+1350