# News.en A simple, responsive web interface to see french newspaper feeds. This the version 2 with simpler template and nesting. ## 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/html/newsen/** ```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 - https://www.theguardian.com/world/rss - https://www.channelnewsasia.com/rssfeeds/8395986 - http://feeds.bbci.co.uk/news/rss.xml - https://www.aljazeera.com/xml/rss/all.xml - https://www.smh.com.au/rss/world.xml ## License GPLv3 See the **LICENSE** file.