# News A simple, responsive web interface to see french newspaper feeds. The original responsive template is from [**raspap-webgui**](https://github.com/billz/raspap-webgui) ## Contents - Prerequisites - Quick installer - Supported Feeds - License ## Prerequisites - cronjob support - php-cli - any webserver supporting php ## Quick installer - clone the repository - set your symlink for updater - set your crontab Assuming it has been cloned to : **/var/www/news/** ```sh 0 */2 * * * /var/www/news/sources/gennews.sh ``` ## Supported Feeds Currently are supported the following feeds : - http://rss.nytimes.com/services/xml/rss/nyt/World.xml - http://feeds.washingtonpost.com/rss/world - https://www.theguardian.com/world/rss - http://www.latimes.com/world/rss2.0.xml - https://www.channelnewsasia.com/rssfeeds/8395986 - http://feeds.bbci.co.uk/news/rss.xml - https://www.aljazeera.com/xml/rss/all.xml ## License GPLv3 See the **LICENSE** file.