MephistoFlickrPhotoStream ========================= Provides the ability to consume a Flickr photostream (RSS 2.0) inside a Liquid template. Example usage: {% flickrphotostream feed: http://api.flickr.com/services/feeds/photos_public.gne?id=57966634@N00&format=rss_200 count: 2 %} {{pic.title}} {% endflickrphotostream %} This will provide you with up to 2 items chosen from your feed. Update Notes ============ 2007-1-31: Added test following problems when string was all on a single line.