Index: openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl,v diff -u -N -r1.50.2.3 -r1.50.2.4 --- openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 28 Oct 2020 15:39:19 -0000 1.50.2.3 +++ openacs-4/packages/acs-bootstrap-installer/tcl/30-apm-load-procs.tcl 14 Feb 2021 21:08:02 -0000 1.50.2.4 @@ -121,11 +121,15 @@ set type "template" } elseif { [llength $components] == 1 && ($extension eq ".html" || $extension eq ".adp") } { - # HTML or ADP file in the top level of a package - assume it's documentation. + # + # HTML or ADP file in the top level of a package - assume it + # is documentation. + # set type "documentation" - # RBM: Changed the next elseif to check for 'www' or 'admin-www' only n levels down - # the path, since that'd be the minimum in a path counting from the pageroot + # RBM: Changed the next elseif to check for 'www' or + # 'admin-www' only n levels down the path, since that'd be the + # minimum in a path counting from the pageroot } elseif { "www" in $components_lesser || "admin-www" in $components_lesser } { set type "content_page"