Our.Community.RssView
Property editor for adding an RSS feed viewer to you Umbraco web site.
The property stores the feed Url and uses a property value converter to fetch the feed and make it available as a strongly typed model in your views.
Displaying in a View
@inherits Umbraco.Cms.Web.Common.Views.UmbracoViewPage<ContentModels.HomePage>
@using ContentModels = Umbraco.Cms.Web.Common.PublishedModels;
@using Our.Community.RssView.Models
@using static Our.Community.RssView.Extensions.DateTimeOffsetExtensions
@{
Layout = null;
var rssFeed =Model.Value<FeedResult>("rssFeedUrl");
}
@if (rssFeed != null && rssFeed.HasFeedResults)
{
<h2>@rssFeed.SyndicationFeed.Title.Text</h2>
<h3 class="muted">(@rssFeed.FeedUrl)</h3>
<div class="container">
<div class="row">
@foreach (var feedItem in rssFeed.SyndicationFeed.Items.Take(5))
{
<div class="col-4"><h4>@feedItem.Title.Text</h4><h6 class="muted">@feedItem.PublishDate.ToTimeAgo()<br />@feedItem.PublishDate.ToString("hh:mmtt dddd, dd MMM yyyy")</h6><div>@Html.Raw(feedItem.Summary.Text)</div><a class="btn btn-primary" title="@feedItem.Title.Text" href="@feedItem.Links[0].Uri">Read more...</a></div>
}
</div>
</div>
}
Biz & IT - Ars Technica
(https://feeds.arstechnica.com/arstechnica/technology-lab)
Locked in heated rivalry with researcher, Microsoft fixes 0-day they disclosed
08:56PM Tuesday, 09 Jun 2026
A separate zero-day also disclosed by Nightmare Eclipse appears to be patched as well.
Read More ..High-severity vulnerability in Linux caused by a single faulty character
03:12PM Tuesday, 09 Jun 2026
Use-after-free bug can be exploited to evade sandbox defenses.
Read More ..For the 2nd time in weeks, Microsoft packages laced with credential stealer
06:34PM Monday, 08 Jun 2026
73 packages run self-replicating stealer as soon as they're opened by an AI agent.
Read More ..How a USB-connected speaker can infect a PC without ever being touched
09:00PM Friday, 05 Jun 2026
Seller of the Sound Blaster Katana V2X doesn't consider the behavior a vulnerability.
Read More ..