Previously Tarek Ziadé wrote: > > Hi all, > > We have created a few templates on the top of ZopeSkel here to be able to do > micro-templating in our Plone Products. The idea is to be able for example > to inject a new archetype content type in an existing plone 3 product, with > the paster. The missing feature was to be able to modify existing files in > the product, such as the profile (types.xml, profiles.zcml, etc..) or in the > interfaces. > > So what we have now is the ability to call the paster like this: > > $ paster create -t plone my.product > $ cd my.product > $ paster create -t archetype MyContent > $ paster create -t archetype MyOtherContent
This should be done as local templates. Is that what you are doing? Someone made a ZopeSkel branch to work on that, but I forgot who it was. Wichert. -- Wichert Akkerman <[EMAIL PROTECTED]> It is simple to make things. http://www.wiggy.net/ It is hard to make things simple. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
