public
Fork of lorenjohnson/radiant-rss-reader
Description: Feed reader for Radiant CMS
Homepage: http://www.hellovenado.com
Clone URL: git://github.com/Shopify/radiant-rss-reader.git
give feed tags to all pages (RssReader is included module instead of Page 
subclass)
jamesmacaulay (author)
Mon May 12 11:02:59 -0700 2008
commit  5fcd575b3664db6a5c3cbf757f2022e9acdecd82
tree    f38dc956cf21e628ad2aaf2cf8dcfb4e9ac98b9d
parent  680f0cc36888548c9738c81e71fe9216185909bb
...
2
3
4
5
 
 
6
7
8
...
2
3
4
 
5
6
7
8
9
0
@@ -2,7 +2,8 @@ require 'uri'
0
 require 'net/http'
0
 require 'feedparser/feedparser'
0
 
0
-class RssReader < Page
0
+module RssReader
0
+ include Radiant::Taggable
0
   
0
   def fetch_rss(uri, cache_time)
0
     c = File.join(ActionController::Base.page_cache_directory, uri.tr(':/','_'))

Comments

    No one has commented yet.