27 Mar
2006
27 Mar
'06
7:23 p.m.
jpenny@ykksnap-america.com wrote at 2006-3-27 11:10 -0500:
... CMF is a lot of overhead
"Overhead" of what kind?
to pull in just to get DirectoryView, and exactly what to install to get DirectoryView and as little else as possible installed is not documented.
You install "Products/CMFCore" and register your top level "DirectoryView" folders with "registerDirectory" (in some code executed during startup, e.g. in the initialization code of one of your products). That's it. -- Dieter