Index: openacs-4/packages/acs-bootstrap-installer/installer/site-info.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/installer/Attic/site-info.tcl,v diff -u -N -r1.2 -r1.3 --- openacs-4/packages/acs-bootstrap-installer/installer/site-info.tcl 6 Sep 2001 19:32:18 -0000 1.2 +++ openacs-4/packages/acs-bootstrap-installer/installer/site-info.tcl 3 Jul 2002 09:16:25 -0000 1.3 @@ -9,6 +9,15 @@ email } +# Get the default for system_url. First try to get it from the nssock +# hostname setting - if that is not available then try ns_info +# hostname, use yourdomain.com if that fails too. +if { [catch { + set system_url "http://[ns_config "ns/server/[ns_info server]/module/nssock" hostname [ns_info hostname]]" +}] } { + set system_url "http://yourdomain.com" +} + set body " Please enter some information about your system. @@ -17,6 +26,11 @@
+ + + + + +
System URL:
+The canonical URL of your system.

+
System Name:
The name of your system.

@@ -46,14 +60,19 @@

The email address that will sign outgoing alerts.
New Registration Email:
+The email address to send New registration notifications.

+
\">
- + " install_return 200 "Set System Information" $body