From 4e7c55d81452342a53c97da076b31a94525735c2 Mon Sep 17 00:00:00 2001 From: kou Date: Sun, 27 Jun 2004 03:23:29 +0000 Subject: * {lib,sample,test}/rss: added RSS Parser. [ruby-dev:23780] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@6532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- MANIFEST | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'MANIFEST') diff --git a/MANIFEST b/MANIFEST index 72e109d21e..c4fc648bd3 100644 --- a/MANIFEST +++ b/MANIFEST @@ -330,6 +330,22 @@ lib/rexml/xpath_parser.rb lib/rinda/rinda.rb lib/rinda/ring.rb lib/rinda/tuplespace.rb +lib/rss/0.9.rb +lib/rss/1.0.rb +lib/rss/2.0.rb +lib/rss/content.rb +lib/rss/converter.rb +lib/rss/dublincore.rb +lib/rss/parser.rb +lib/rss/rexmlparser.rb +lib/rss/rss.rb +lib/rss/syndication.rb +lib/rss/taxonomy.rb +lib/rss/trackback.rb +lib/rss/utils.rb +lib/rss/xml-stylesheet.rb +lib/rss/xmlparser.rb +lib/rss/xmlscanner.rb lib/rubyunit.rb lib/runit/assert.rb lib/runit/cui/testrunner.rb @@ -693,6 +709,9 @@ sample/soap/icd/IICD.rb sample/soap/icd/icd.rb sample/soap/raa/iRAA.rb sample/soap/raa/soap4r.rb +sample/rss/list_description.rb +sample/rss/rss_recent.rb +sample/rss/tdiary_plugin/rss-recent.rb sample/soap/sampleStruct/client.rb sample/soap/sampleStruct/httpd.rb sample/soap/sampleStruct/iSampleStruct.rb @@ -769,6 +788,16 @@ test/optparse/test_placearg.rb test/optparse/test_reqarg.rb test/ostruct/test_ostruct.rb test/rinda/test_rinda.rb +test/rss/rss-assertions.rb +test/rss/rss-testcase.rb +test/rss/test_1.0.rb +test/rss/test_accessor.rb +test/rss/test_content.rb +test/rss/test_dublincore.rb +test/rss/test_parser.rb +test/rss/test_syndication.rb +test/rss/test_trackback.rb +test/rss/test_xml-stylesheet.rb test/ruby/beginmainend.rb test/ruby/endblockwarn.rb test/ruby/envutil.rb -- cgit v1.2.3