mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-11-08 19:41:00 +00:00
13 lines
291 B
C
13 lines
291 B
C
#include <net.h>
|
|
#define NAME "Wissenschaft" // necessary for CONNECT_DEFAULT
|
|
#define SILENCE
|
|
|
|
#ifdef BRAIN
|
|
# define NEWSFEED_RSS "http://rss.orf.at/science.xml"
|
|
//# define NEWSFEED_RSS "http://shortnews.stern.de/rss/" NAME ".xml"
|
|
#else
|
|
# define CONNECT_DEFAULT
|
|
#endif
|
|
|
|
#include <place.gen>
|