Steven Pokrandt writes:
I'd like to host other zope based sites. I see the need to allow admins of the vhosted sites access to creating there own produces You will need to make lots of changes to Zope...
Isn't the Idea of a product to be able to create custom objects? The idea is mainly to extend the Zope framework...
Maybe, your best option is to set up a Zope instance for each of your clients. All these instances share the same main Zope installation, but they have different products (in addition to the standard ones). See the documents about "INSTANCE_HOME" on zope.org. Of course, you have one Zope process per client stressing your resources a bit more than a single Zope procesclient stressing your resources a bit more than a single Zope process.
I do NOT what them to be able to delete or install system wide products. just ones that would be available within the vhm directory.
is this possible, am I missing something... It is not possible out of the box.
Dieter