segfault / mephisto_feedreader

my mephisto feed reader plugin, allows for the display of rss feeds in your layout

This URL has Read+Write access

name age message
file README Loading commit data...
file init.rb
directory lib/
README
rss feed display plugin for Mephisto
==================================================

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':

   <ul>
   {% feedreader url: 'http://digg.com/', max: 15 as link %}
     <li><a href="{{ link.href }}">{{ link.description }}</a> {{ link.extended }}</li>
   {% endfeedreader %}
   </ul>


(C) Mark Guzman 2006-2007, under an MIT license.