# 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](#prerequisites) - [Quick installer](#quick-installer) - [Supported Feeds](#supported-feeds) - [License](#license) ## Prerequisites - cronjob support - php-cli - any webserver supporting php ## Quick installer - clone the repository - set you 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://www.lemonde.fr/rss/une.xml - http://rss.liberation.fr/rss/latest/ - https://www.slate.fr/rss.xml - https://www.vice.com/fr/rss - http://www.lesinrocks.com/feeds/feed-a-la-une/ ## License GPLv3 See the [LICENSE](./LICENSE) file.