Index: openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl,v diff -u -N -r1.39 -r1.40 --- openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 2 Apr 2003 15:56:25 -0000 1.39 +++ openacs-4/packages/acs-tcl/tcl/apm-install-procs.tcl 5 Apr 2003 09:23:16 -0000 1.40 @@ -1263,22 +1263,26 @@ # Mount acs-lang ns_log Notice "Mounting acs-lang" - set acs_lang_id [site_node::instantiate_and_mount -package_key acs-lang] + set acs_lang_id [site_node::instantiate_and_mount -package_key acs-lang \ + -package_name "Internationalization"] permission::grant -party_id [acs_magic_object the_public] \ -object_id $acs_lang_id \ -privilege read # Mount acs-admin - ns_log Notice "Mounting acs-admin" - site_node::instantiate_and_mount -package_key acs-admin + ns_log Notice "Mounting acs-admin" + site_node::instantiate_and_mount -package_key acs-admin \ + -package_name "System Administration" # Mount acs-service-contract ns_log Notice "Mounting acs-service-contract" - site_node::instantiate_and_mount -package_key acs-service-contract + site_node::instantiate_and_mount -package_key acs-service-contract \ + -package_name "Service Contracts" # Mount the acs-content-repository ns_log Notice "Mounting acs-content-repository" - site_node::instantiate_and_mount -package_key acs-content-repository + site_node::instantiate_and_mount -package_key acs-content-repository \ + -package_name "Content Repository" # Mount acs-core-docs ns_log Notice "Mounting acs-core-docs" @@ -1289,7 +1293,8 @@ ns_log Notice "Mounting acs-api-browser" set api_browser_id \ [site_node::instantiate_and_mount -node_name api-doc \ - -package_key acs-api-browser] + -package_key acs-api-browser \ + -package_name "API Documentation"] # Only registered users should have permission to access the # api-browser permission::grant -party_id [acs_magic_object registered_users] \ Index: openacs-4/www/index.adp =================================================================== RCS file: /usr/local/cvsroot/openacs-4/www/Attic/index.adp,v diff -u -N -r1.8 -r1.9 --- openacs-4/www/index.adp 4 Apr 2003 06:54:42 -0000 1.8 +++ openacs-4/www/index.adp 5 Apr 2003 09:21:57 -0000 1.9 @@ -181,16 +181,6 @@ - Documentation - - - - - API Documentation - - - - Site map @@ -216,11 +206,6 @@ - Site-wide admin - - - - Software Downloads @@ -229,16 +214,6 @@ Developer Community - - - OpenACS bboard - - - - - Other bboards - - Report a bug