Sign In
Start Page | Recent Changes | All Pages | Orphan Pages | Junebug Help

Comparing version 8 and version 7

Wonderful extension that imports external RSS feeds into your radiant install, but lacking in documentation!

== Installation ==

Go to the @/vendor/extensions@ directory of your radiant installation.

Grab the latest: @svn export http://radiant-externalrss-extension.googlecode.com/svn/trunk external_rss@

...or with piston: @piston import http://radiant-externalrss-extension.googlecode.com/svn/trunk external_rss@

Then from the radiant root directory execute:

rake db:migrate:extensions
rake radiant:extensions:external_rss:update:public
FIXME: is there a shortcut to the latter rake task, a la db:migrate:extensions? == Usage ==
The tags available are:

 - retrieves all feed
 - steps through feeds
 - accesses a feed in the each loop
 - title of the feed
 - url of the feed
 - a short decsription of the feed
 - steps through the items in a feed
 - title of an item in a feed
item:link and item:description are also available.
Example:

 
  

Back to Page