public
Fork of lorenjohnson/radiant-rss-reader
Description: Feed reader for Radiant CMS
Homepage: http://www.hellovenado.com
Clone URL: git://github.com/jamesmacaulay/radiant-rss-reader.git
Removed feedparser from extension, again... can't clean it up enough to 
make it work in Extension lib directory. 
Back to Radiant/lib it goes for now.



git-svn-id: 
svn+ssh://svn.hellovenado.com/var/svn/tribe_cms_extensions/rss_reader@7 
126ae6b6-1cb0-44cf-83d6-85411bde8332
deploy (author)
Thu Feb 01 11:42:16 -0800 2007
commit  7db5ae1af87cadc262e1ad6399317992ec01c3c0
tree    6b46c11000b14214db7fe29b058011ba866f2adb
parent  f9fcb6b43b12f368b212ba14f6d06f2967e20a2a
  • lib/feedparser.rb
  • lib/html-output.rb
  • lib/html2text-parser.rb
  • lib/rexml_patch.rb
  • lib/rss_reader.rb
  • lib/sgml-parser.rb
  • lib/text-output.rb
  • lib/textconverters.rb
...
1
2
3
 
4
5
6
 
 
7
8
9
...
1
2
 
3
4
5
 
6
7
8
9
10
0
@@ -1,9 +1,10 @@
0
 require 'uri'
0
 require 'net/http'
0
-# require 'feedparser'
0
+# require 'feed_parser'
0
 
0
 class RssReader < Page
0
-
0
+ include FeedParser
0
+
0
   CACHE_DIR = '/tmp'
0
 
0
   def fetch(uri)

Comments

    No one has commented yet.