2009-01-27 21:42:29 +00:00
|
|
|
// we are currently experiencing some problems with this feed *shrug*
|
|
|
|
#if 0
|
|
|
|
|
2009-01-26 19:21:29 +00:00
|
|
|
#include <net.h>
|
2009-01-27 21:42:29 +00:00
|
|
|
|
2009-01-26 19:21:29 +00:00
|
|
|
#define SILENCE
|
|
|
|
#define NAME "Spiegel"
|
|
|
|
|
|
|
|
#ifdef BRAIN
|
2009-01-26 20:12:53 +00:00
|
|
|
# define NEWSFEED_RSS "http://www.spiegel.de/schlagzeilen/index.rss"
|
2009-01-26 19:21:29 +00:00
|
|
|
# define RESET_INTERVAL 5 // they suggest 5 minutes
|
|
|
|
#else
|
|
|
|
# define CONNECT_DEFAULT
|
|
|
|
#endif
|
|
|
|
|
2009-01-27 21:42:29 +00:00
|
|
|
#endif
|
|
|
|
|
2009-01-26 19:21:29 +00:00
|
|
|
#include <place.gen>
|