Class zope.app.publisher.browser.directoryresource.DirectoryResource has a hard coded dictionary with registered resource factories for matching filename extensions.
Its easy to register an own type into the registry i.e. by from zope.app.publisher.browser.directoryresource import DirectoryResource DirectoryResource.resource_factories['.css'] = CSSResourceFactory Is this the intended way to do this? Or should no additional registration happen? Or should DirectoryResource better use a different way to implement this (i.e. name utilities or subscription adapters)? Background: I started with a flavor of css variable expansion, if this is of interest have a look at https://svn.plone.org/svn/collective/cornerstone.cssvar/trunk/README.txt regards Jens -- Jens W. Klein - Klein & Partner KEG - BlueDynamics Alliance _______________________________________________ Zope3-users mailing list Zope3-users@zope.org http://mail.zope.org/mailman/listinfo/zope3-users