Licence |
Putting everything in a CustomizationPolicyIt's a good idea, and it's not as hard as you'd think. There are some good examples to follow. I first started with the ZopeZen (for Plone 1.0) CustomizationPolicy, but it wont do everything for you. For a really good layout to use, have a look at the "policy for PloneCampus":http://www.reflab.it/community/cvs/CVSFolder/viewcvs/PloneCampus/CampusSitePolicy/CampusSitePolicy.py which has just about everything (but not quite)...
The only thing it didn't have which I needed was to add custom indices to portal_catalog. For that, I needed ZopeLabs.
|