mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
14 lines
238 B
C
14 lines
238 B
C
|
#include <net.h>
|
||
|
#define SILENCE
|
||
|
|
||
|
#define NAME "deutschewelle"
|
||
|
|
||
|
#ifdef BRAIN
|
||
|
# define NEWSFEED_RSS "http://rss.dw-world.de/rdf/rss-en-all"
|
||
|
# define RESET_INTERVAL 40 // minutes
|
||
|
#else
|
||
|
# define CONNECT_DEFAULT
|
||
|
#endif
|
||
|
|
||
|
#include <place.gen>
|