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.
99
1998/
03
/
23
08
:
20
:
55
neotron
Exp $";
+
string cvs_version = "$Id: mainconfig.pike,v 1.
100
1998/
04
/
07
01
:
10
:
33
peter
Exp $";
//inherit "roxenlib"; inherit "config/draw_things"; // import Array; // import Stdio; string status_row(object node); string display_tabular_header(object node); object get_template(string t);
Roxen.git/server/base_server/mainconfig.pike:592:
else res += "<li>"+roxen->allmodules[mod][0]+"\n"; } return res+"</ul>"; } string configuration_docs() { string res=""; foreach(get_dir("server_templates"), string 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() {