Skip to content

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

License

Notifications You must be signed in to change notification settings

nixietab/HeleneRSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

 
 
 

Languages