summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-06-27 03:23:29 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-06-27 03:23:29 +0000
commit4e7c55d81452342a53c97da076b31a94525735c2 (patch)
treec1d18dc3dbf52aca94ec37ac842b63f5ec69cbd8 /MANIFEST
parentd26fe5ce2eb543cc372f24646ce2d190f7ce26f0 (diff)
* {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
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST29
1 files changed, 29 insertions, 0 deletions
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