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

Comparing version 12 and version 11

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

h2. 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? NOTE: Don't use the svn:externals method of installing this extension. The @radiant:extensions:external_rss:update:public@ task will fail when it tries to copy its own public/images/.svn tree over your own public/images/.svn tree (if it exists). h2. 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: h2. Example

 
  

Back to Page