[Zope-CMF] how to distribute CMF components?
marc lindahl
marc@bowery.com
Wed, 09 May 2001 13:02:29 -0400
Something that could get quickly out of control is all these skins
DirectoryView folder, having to glom them onto your skin layers list.
Maybe something like a 'products' skins folder that contained all the
filedirectoryview's? Would they be found? Maybe using a TransparentFolder
or CascadingFolder?
> From: Shane Hathaway <shane@digicool.com>
>
> Suddenly there are quite a few CMF add-ons popping up, something I
> didn't expect yet. This is a good thing, but to support so many add-ons
> the CMF really ought to provide a standard way to plug in add-ons.
> Right now add-ons are supposed to have a fake constructor that installs
> skins, types, and whatever else. I suspect this method will always
> work, but like you, I'd like to see us come up with a better way.
>