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
RevLine 
[1959]1<configure
2    xmlns="http://namespaces.zope.org/zope"
[2798]3    xmlns:zcml="http://namespaces.zope.org/zcml"
[1959]4    i18n_domain="quintagroup.formlib.captcha">
5
[2210]6  <include package="quintagroup.captcha.core" />
[2805]7
[2798]8  <include zcml:condition="installed five.formlib"
9     package="five.formlib" />
10  <include zcml:condition="not-installed five.formlib"
11     package="zope.formlib" />
[1959]12
[2210]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      />
[1959]20
21</configure>
Note: See TracBrowser for help on using the repository browser.