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.
88
1997/12/17
22
:
55
:
48
peter Exp $";
+
string cvs_version = "$Id: mainconfig.pike,v 1.
89
1997/12/17
23
:
05
:
42
peter Exp $";
//inherit "roxenlib"; import Image; inherit "config/draw_things"; import Array; import Stdio; string status_row(object node); string display_tabular_header(object node);
Roxen.git/server/base_server/mainconfig.pike:585:
else res += "<li>"+roxen->allmodules[mod][0]+"\n"; } return res+"</ul>"; } string configuration_docs() { string res=""; foreach(get_dir("server_templates"), string c) {
-
if( c-
".pike" !
=
c
)
+
perror("c[-1]:
%O\n",
c[-1]);
+
if( c
[
-
1]
=
='e'
)
res += ("<dt><b>"+get_template(c)->name+"</b>\n"+ "<dd>"+get_template(c)->desc+"<br>\n"+ describe_config_modules(get_template(c)->modules) + "\n"); } return res; } string new_configuration_form() { return (default_head("") + status_row(root) +