Auto-create initial PloneSite instance on zope startup
[zope-bootstrap.git] / src / koehsel.policy / koehsel / policy / profiles.zcml
1 <configure
2     xmlns="http://namespaces.zope.org/zope"
3     xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
4     i18n_domain="koehsel.theme">
5
6   <genericsetup:registerProfile
7       name="default"
8       title="Koehsel Site"
9       directory="profiles/default"
10       description='Extension profile for the Koehsel Site.'
11       provides="Products.GenericSetup.interfaces.EXTENSION"
12       />
13
14   <genericsetup:importStep
15       name="koehsel.policy.content"
16       title="Koehsel Site: initial site setup"
17       description="Create and customize initial site content."
18       handler=".setuphandlers.siteSetup">
19     <depends name="plone-content"/>
20   </genericsetup:importStep>
21
22 </configure>