Roxen.git
/
server
/
base_server
/
mainconfig.pike
version
»
Context lines:
10
20
40
80
file
none
3
Roxen.git/server/base_server/mainconfig.pike:1:
inherit "config/builders";
-
string cvs_version = "$Id: mainconfig.pike,v 1.
9
1996/12/02 14:
27
:
15
per Exp $";
+
string cvs_version = "$Id: mainconfig.pike,v 1.
10
1996/12/02 14:
36
:
47
per Exp $";
inherit "roxenlib"; inherit "config/draw_things"; #include <confignode.h> #include <module.h> #define BODY (roxen->variables->BG[VAR_VALUE]?"<body background=/image/background.jpg bgcolor=#f0e0a0 text=#000000 link=#0000f0 vlink=#0000f0 alink=#00f000>":"<body>") //#define BODY "<body bgcolor=#ffeeaa text=#000000 link=#0000f0 vlink=#0000f0 alink=#00f000>" #define TABLEP(x, y) (id->supports->tables ? x : y)
Roxen.git/server/base_server/mainconfig.pike:892:
sscanf(in, "%s/%s", key, value); switch(key) { case "module": if(!id->pragma["no-cache"] && (r=cache_lookup("module_images", value))) return r; if(e=catch { r = http_string_answer(draw_module_header(roxen->allmodules[value][0], roxen->allmodules[value][2], module_font)
-
->togif(
16
), "image/gif");
+
->togif(
64
), "image/gif");
}) perror("While drawing auto-image: \n"+describe_backtrace(e)+"\n"); cache_set("module_images", key, r); return r; break; } } mapping configuration_parse(object id) {