Home
Softono
HeleneRSS

HeleneRSS

Open source MIT PHP
12
Stars
1
Forks
0
Issues
2
Watchers
3 years
Last Commit

About HeleneRSS

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

Platforms

Web Self-hosted

Languages

PHP

Links

HeleneRSS

A really minimal selfhosted RSS reader written in php for the webpage Helene A screenshot of the fedora magazine in heleneRSS

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