mirror of
git://git.psyced.org/git/psyced
synced 2024-08-15 03:25:10 +00:00
18 lines
337 B
C
18 lines
337 B
C
// we are currently experiencing some problems with this feed *shrug*
|
|
#if 0
|
|
|
|
#include <net.h>
|
|
|
|
#define SILENCE
|
|
#define NAME "Spiegel"
|
|
|
|
#ifdef BRAIN
|
|
# define NEWSFEED_RSS "http://www.spiegel.de/schlagzeilen/index.rss"
|
|
# define RESET_INTERVAL 5 // they suggest 5 minutes
|
|
#else
|
|
# define CONNECT_DEFAULT
|
|
#endif
|
|
|
|
#endif
|
|
|
|
#include <place.gen>
|