George Lee wrote: > Is there GenericSetup support to register subscription adapters to a Plone > site (acting as a local site manager)? I see in the API that this can be > done in Python code, but don't know if there is GenericSetup support.
Not yet ;) There is support for utilities and general adapters (though the latter is completely untested AFAIK). Adding a subscribers section to the existing components handler shouldn't be that hard. Except for some XML mangling all it does is calling the Python API after all and it should be similar to the existing two sections. But as Wichert pointed out, cmf-devel is more appropriate to talk about GenericSetup. Hanno _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
