You are here: Browse Railsplugins Mephisto Feedreader
You can display feeds in your templates
ruby script/install svn://hasno.info/mephisto/plugins/feedreader ruby script/runner -e production ‘Mephisto::Plugins::Feedreader.install’
The plugin makes a new liquid template tag ‘feedreader’:
{% feedreader url: 'http://digg.com/', max: 15 as link %}
{{ link.description }} {{ link.extended }}
{% endfeedreader %}
(C) Mark Guzman 2006-2007, under an MIT license.
NOTE: This description has been extracted from the Plugin README and so the formatting may need updating to make browser friendly