Skip to content

Instantly share code, notes, and snippets.

View warrenbuckley's full-sized avatar

Warren Buckley warrenbuckley

View GitHub Profile
@warrenbuckley
warrenbuckley / NewsFeed.cshtml
Created February 1, 2012 17:27
Umbraco V5 Example - News feed from News List (atom and rss)
@*
================= Credit goes to Jorge Lusar for creating this =================
Original's at: https://gist.github.com/jorgelusar
Parameters
FeedItems (int, optional, default 20, number of items to be displayed)
FeedTitle (string, optional, default domain name, the title of the feed)
FeedDescription (string, optional, default domain name, the description of the feed)
Author (string, optional, default 'admin', the author name or website name to ensure the atom feed is valid)