HeleneRSS
A really minimal selfhosted RSS reader written in php for the webpage Helene

How to use?
It's really easy, only replace the urls of the array for whatever RSS server you want!
// Array of RSS Feed URLs
$rss_urls = array(
"RssURL1",
"RssURL2",
"RssURL3"
);
This will sort the news by the order of the servers in the array