This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
commit fef6702c1ce82e4cfb445c260dabe39e2d7d4a23
tree a30cb051fb3a2e2c5f92a597c3f434d463a98e56
parent ca1fa83e8c1b2a879d22ace6b687c9ba87905b7c
tree a30cb051fb3a2e2c5f92a597c3f434d463a98e56
parent ca1fa83e8c1b2a879d22ace6b687c9ba87905b7c
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>
Other Liquid variables that may be available depending on what a feed item named 'link'
may provide:
link.title (same as description)
link.summary (used if the feed provides a summary or excerpt)
link.author_name
link.author_email
link.author_href
(C) Mark Guzman 2006-2007, under an MIT license.








