news / sources / rss.php /
a3d091d 7 years ago
1 contributor
21 lines | 1.193kb
<?php
define('NEWS_RSS_LEMONDE', 'https://www.lemonde.fr/rss/une.xml');
define('NEWS_RSS_LIBERATION', 'http://rss.liberation.fr/rss/latest/');
define('NEWS_RSS_SLATEFR', 'https://www.slate.fr/rss.xml');
define('NEWS_RSS_VICEFR', 'https://www.vice.com/fr/rss');
define('NEWS_RSS_LESINROCKS', 'https://www.lesinrocks.com/feeds/feed-a-la-une/');
define('NEWS_RSS_NUMERAMA', 'https://www.numerama.com/rss/news.rss');
define('NEWS_RSS_HUFFINGTONPOSTFR', 'https://www.huffingtonpost.fr/feeds/index.xml');
define('NEWS_RSS_LEPOINTFR', 'http://www.lepoint.fr/24h-infos/rss.xml');
define('NEWS_RSS_LEXPRESSFR', 'https://www.lexpress.fr/rss/alaune.xml');

define('SRC_NEWS_RSS_LEMONDE', 'sources/lemonde.html');
define('SRC_NEWS_RSS_LIBERATION', 'sources/liberation.html');
define('SRC_NEWS_RSS_SLATEFR', 'sources/slatefr.html');
define('SRC_NEWS_RSS_VICEFR', 'sources/vicefr.html');
define('SRC_NEWS_RSS_LESINROCKS', 'sources/lesinrocks.html');
define('SRC_NEWS_RSS_NUMERAMA', 'sources/numerama.html');
define('SRC_NEWS_RSS_HUFFINGTONPOSTFR', 'sources/huffingtonpostfr.html');
define('SRC_NEWS_RSS_LEPOINTFR', 'sources/lepointfr.html');
define('SRC_NEWS_RSS_LEXPRESSFR', 'sources/lexpressfr.html');
?>