Skip to content

A simple website for aggregating RSS/Atom feeds

Notifications You must be signed in to change notification settings

geekbeast-sid/FeedCollector

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feed Collector

Build status

Demonstration: webdevblogs.azurewebsites.net

Feed Collector is a single-page feed aggregating website that allows you to combine multiple RSS/Atom feeds into a single feed and display them nicely on a web page.

The features include:

  • Add as many RSS/Atom feeds as you'd like
  • A combined RSS feed is generated and exposed
  • Paging support
  • Themes lets you customize the web page
  • Easy to deploy to any IIS server
  • Best practices for performance and accessibility
  • Optimized for both mobile and desktop

Theming

You can customize the look and feel of the website using themes. The default theme is selected by default, but you can add others by dropping in a CSS file to the themes folder.

Configurable

Every single setting is set through configuration in the web.config file, including:

  • The RSS feeds the app consumes
  • The name and description
  • The output caching policy
  • The number of posts to display
  • Tracing for debugging purposes

Deploy this app

You can easily fork the code on GitHub and deploy the app yourself using FTP, WebDeploy etc.

But instead, you can deploy straigt to Azure by clicking the button below and using the Azure Portal's configuration UI to modify the config. It couldn't be easier to host your own feed aggregation service.

Deploy to Azure

About

A simple website for aggregating RSS/Atom feeds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 36.4%
  • ASP.NET 33.7%
  • CSS 29.9%