ruby-cvs:16022
From: (kou) <kou ruby-lang.org>
Date: Wed, 23 Nov 2005 18:24:18 +0900
Subject: [ruby-cvs:16022] ruby, ruby/lib/rss, ruby/lib/rss/maker, ruby/test/rss, ruby/sample/rss: * lib/rss/maker/taxonomy.rb: implemented taxonomy module for RSS
kou Wed, 23 Nov 2005 18:24:18 +0900
Modified files:
ruby:
ChangeLog
ruby/lib/rss:
0.9.rb 1.0.rb maker.rb rss.rb taxonomy.rb
ruby/test/rss:
rss-assertions.rb rss-testcase.rb test_setup_maker_0.9.rb
test_setup_maker_1.0.rb test_setup_maker_2.0.rb
ruby/sample/rss:
blend.rb
Added files:
ruby/lib/rss/maker:
taxonomy.rb
ruby/test/rss:
test_maker_taxo.rb
Log:
* lib/rss/maker/taxonomy.rb: implemented taxonomy module for RSS
Maker.
* lib/rss/taxonomy.rb: supported RSS Maker.
* lib/rss/maker.rb: added taxonomy module support.
* lib/rss/rss.rb: adjusted to other element API.
* lib/rss/1.0.rb: adjusted to other element API but backward
compatibility is reserved.
* lib/rss/0.9.rb: ditto.
* test/rss/test_maker_taxo.rb: added test case for taxonomy module
for RSS Maker.
* test/rss/test_setup_maker_1.0.rb: added tests for taxo:topic.
* test/rss/test_setup_maker_1.0.rb: added backward compatibility
test.
* test/rss/test_setup_maker_0.9.rb: ditto.
* test/rss/test_setup_maker_2.0.rb: ditto.
* test/rss/rss-testcase.rb: added convenience method for setting
up taxo:topic.
* test/rss/rss-assertions.rb: added assertion for taxo:topic.
* sample/rss/blend.rb: followed new API.
Revision Changes Path
1.4791 +27 -0 ruby/ChangeLog
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/ChangeLog?cvsroot=src&r1=1.4790&r2=1.4791
1.19 +6 -2 ruby/lib/rss/0.9.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/rss/0.9.rb?cvsroot=src&r1=1.18&r2=1.19
1.17 +18 -2 ruby/lib/rss/1.0.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/rss/1.0.rb?cvsroot=src&r1=1.16&r2=1.17
1.4 +1 -0 ruby/lib/rss/maker.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/rss/maker.rb?cvsroot=src&r1=1.3&r2=1.4
1.32 +1 -4 ruby/lib/rss/rss.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/rss/rss.rb?cvsroot=src&r1=1.31&r2=1.32
1.9 +9 -1 ruby/lib/rss/taxonomy.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/rss/taxonomy.rb?cvsroot=src&r1=1.8&r2=1.9
1.1 -ADDED- ruby/lib/rss/maker/taxonomy.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/lib/rss/maker/taxonomy.rb?cvsroot=src&rev=1.1
1.9 +19 -0 ruby/test/rss/rss-assertions.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/test/rss/rss-assertions.rb?cvsroot=src&r1=1.8&r2=1.9
1.6 +19 -0 ruby/test/rss/rss-testcase.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/test/rss/rss-testcase.rb?cvsroot=src&r1=1.5&r2=1.6
1.1 -ADDED- ruby/test/rss/test_maker_taxo.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/test/rss/test_maker_taxo.rb?cvsroot=src&rev=1.1
1.2 +10 -2 ruby/test/rss/test_setup_maker_0.9.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/test/rss/test_setup_maker_0.9.rb?cvsroot=src&r1=1.1&r2=1.2
1.4 +207 -7 ruby/test/rss/test_setup_maker_1.0.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/test/rss/test_setup_maker_1.0.rb?cvsroot=src&r1=1.3&r2=1.4
1.2 +10 -2 ruby/test/rss/test_setup_maker_2.0.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/test/rss/test_setup_maker_2.0.rb?cvsroot=src&r1=1.1&r2=1.2
1.3 +1 -1 ruby/sample/rss/blend.rb
http://www.ruby-lang.org/cgi-bin/cvsweb.cgi/ruby/sample/rss/blend.rb?cvsroot=src&r1=1.2&r2=1.3