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
radiant-rss-reader / CHANGELOG
100644 12 lines (9 sloc) 0.585 kb
1
2
3
4
5
6
7
8
9
10
11
12
#### September 15, 2008
 
* use URI#request_uri to include URI parameters
* support for HTTPS
* add <r:feed:uri /> tag to just return the entry's URI instead of a full-blown link
 
#### May 12, 2008
 
* Reorganized file structure so that everything lives in vendor/extensions/rss_reader
* RssReader is now a module mixed in to all Page objects, so any page can make use of the feed tags and there is no longer an "Rss Reader" page type.
* cache directory is created on extension activation if none exists
* updated README to reflect new installation instructions + add more usage examples