Browse the Ruby on Rails Community.

You are here: Browse Railsplugins Mephisto Feedreader

Mephisto Feedreader

You can display feeds in your templates

Install

ruby script/install svn://hasno.info/mephisto/plugins/feedreader ruby script/runner -e production ‘Mephisto::Plugins::Feedreader.install’

Usage

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