mirror of
https://github.com/ChronosX88/psyced.git
synced 2024-12-05 00:22:19 +00:00
the spiegel is broken
This commit is contained in:
parent
bdfae4e350
commit
47395d9962
3
.gitignore
vendored
3
.gitignore
vendored
@ -5,6 +5,8 @@ CVS
|
|||||||
.metadata
|
.metadata
|
||||||
.actionScriptProperties
|
.actionScriptProperties
|
||||||
.#*
|
.#*
|
||||||
|
world/net/place/_*.c
|
||||||
|
world/net/include/place.i
|
||||||
*~
|
*~
|
||||||
*.swf
|
*.swf
|
||||||
*.swp
|
*.swp
|
||||||
@ -15,4 +17,3 @@ CVS
|
|||||||
*bak
|
*bak
|
||||||
*diff
|
*diff
|
||||||
*orig
|
*orig
|
||||||
world/net/place/_*.c
|
|
||||||
|
0
place/africa.c
Executable file → Normal file
0
place/africa.c
Executable file → Normal file
0
place/america.c
Executable file → Normal file
0
place/america.c
Executable file → Normal file
0
place/asia.c
Executable file → Normal file
0
place/asia.c
Executable file → Normal file
0
place/australia.c
Executable file → Normal file
0
place/australia.c
Executable file → Normal file
0
place/europa.c
Executable file → Normal file
0
place/europa.c
Executable file → Normal file
0
place/indigestion.c
Executable file → Normal file
0
place/indigestion.c
Executable file → Normal file
0
place/london.c
Executable file → Normal file
0
place/london.c
Executable file → Normal file
0
place/newyork.c
Executable file → Normal file
0
place/newyork.c
Executable file → Normal file
0
place/paris.c
Executable file → Normal file
0
place/paris.c
Executable file → Normal file
@ -1,4 +1,8 @@
|
|||||||
|
// we are currently experiencing some problems with this feed *shrug*
|
||||||
|
#if 0
|
||||||
|
|
||||||
#include <net.h>
|
#include <net.h>
|
||||||
|
|
||||||
#define SILENCE
|
#define SILENCE
|
||||||
#define NAME "Spiegel-EN"
|
#define NAME "Spiegel-EN"
|
||||||
#define TITLE "Spiegel International"
|
#define TITLE "Spiegel International"
|
||||||
@ -11,4 +15,6 @@
|
|||||||
# define CONNECT_DEFAULT
|
# define CONNECT_DEFAULT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <place.gen>
|
#include <place.gen>
|
||||||
|
@ -1,4 +1,8 @@
|
|||||||
|
// we are currently experiencing some problems with this feed *shrug*
|
||||||
|
#if 0
|
||||||
|
|
||||||
#include <net.h>
|
#include <net.h>
|
||||||
|
|
||||||
#define SILENCE
|
#define SILENCE
|
||||||
#define NAME "Spiegel"
|
#define NAME "Spiegel"
|
||||||
|
|
||||||
@ -9,4 +13,6 @@
|
|||||||
# define CONNECT_DEFAULT
|
# define CONNECT_DEFAULT
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
#include <place.gen>
|
#include <place.gen>
|
||||||
|
0
place/telex.c
Executable file → Normal file
0
place/telex.c
Executable file → Normal file
0
place/tokyo.c
Executable file → Normal file
0
place/tokyo.c
Executable file → Normal file
@ -1,33 +0,0 @@
|
|||||||
// generated by '/ve/dist/../bin/psyconf': place.i for place.gen
|
|
||||||
|
|
||||||
#ifdef PLACE_HISTORY
|
|
||||||
# define Oh "h"
|
|
||||||
#else
|
|
||||||
# define Oh ""
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef PLACE_HISTORY_EXPORT
|
|
||||||
# define Oe "e"
|
|
||||||
#else
|
|
||||||
# define Oe ""
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef PLACE_SCRATCHPAD
|
|
||||||
# define Os "s"
|
|
||||||
#else
|
|
||||||
# define Os ""
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef PLACE_MASQUERADE
|
|
||||||
# define Om "m"
|
|
||||||
#else
|
|
||||||
# define Om ""
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifdef PLACE_OWNED
|
|
||||||
# define Oo "o"
|
|
||||||
#else
|
|
||||||
# define Oo ""
|
|
||||||
#endif
|
|
||||||
|
|
||||||
inherit NET_PATH "place/_" Oh Oe Os Om Oo;
|
|
Loading…
Reference in New Issue
Block a user