source: products/quintagroup.formlib.captcha/trunk/quintagroup/formlib/captcha/configure.zcml @ 2806

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

#195: Cleanup code, doctest

File size: 622 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:zcml="http://namespaces.zope.org/zcml"
4    i18n_domain="quintagroup.formlib.captcha">
5
6  <include package="quintagroup.captcha.core" />
7
8  <include zcml:condition="installed five.formlib"
9     package="five.formlib" />
10  <include zcml:condition="not-installed five.formlib"
11     package="zope.formlib" />
12
13  <view
14      type="zope.publisher.interfaces.browser.IBrowserRequest"
15      for=".interfaces.ICaptcha"
16      provides="zope.app.form.interfaces.IInputWidget"
17      factory=".widget.CaptchaWidget"
18      permission="zope.Public"
19      />
20
21</configure>
Note: See TracBrowser for help on using the repository browser.