source: products/quintagroup.pfg.captcha/trunk/quintagroup/pfg/captcha/configure.zcml @ 2094

Last change on this file since 2094 was 2094, checked in by mylan, 14 years ago

#174: updated GS title

File size: 862 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    xmlns:genericsetup="http://namespaces.zope.org/genericsetup"
5    xmlns:cmf="http://namespaces.zope.org/cmf"
6    i18n_domain="quintagroup.pfg.captcha">
7
8    <include package="quintagroup.captcha.core" />
9    <include package="Products.PloneFormGen" />
10   
11    <five:registerPackage package="." initialize=".initialize" />
12    <cmf:registerDirectory name="qplonecaptchafield"  directory="skins" recursive="True" />
13
14    <genericsetup:registerProfile
15       name="default"
16       title="Quintagroup PloneFormGen CaptchaField"
17       directory="profiles/default"
18       description="Installs CaptchaField content type."
19       for ="Products.CMFCore.interfaces.ISiteRoot"
20       provides="Products.GenericSetup.interfaces.EXTENSION"
21       />
22
23</configure>
Note: See TracBrowser for help on using the repository browser.