Index: openacs-4/packages/acs-admin/www/apm/package-add.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-admin/www/apm/package-add.tcl,v diff -u -r1.9 -r1.10 --- openacs-4/packages/acs-admin/www/apm/package-add.tcl 21 Nov 2007 14:08:43 -0000 1.9 +++ openacs-4/packages/acs-admin/www/apm/package-add.tcl 13 Apr 2009 23:10:27 -0000 1.10 @@ -107,6 +107,14 @@ such as the ACS Kernel. + Implements Subsite? + Does your package implement subsite semantics? Your package may do so by extending acs-subsite or by providing the means to mount applications, generate navigation tools, specify master templates, and manage community-oriented features such as user groups and roles. + + + Inherit Templates? + Do you want your package to inherit templates from packages it extends? If true, the request processor will first try to map a URL corresponding to a mounted instance of your package to one of its templates, and if no match is found, will search extended packages. If false, only templates in your package will be mapped to URLs. + + Auto-mount URI