ZCML File
configure.zcml
[top]
/
zope
/
app
/
zptpage
/
textindex
/ configure.zcml
<
configure
xmlns
="
http://namespaces.zope.org/zope
"
>
<
adapter
factory
="
.zptpage.SearchableText
"
provides
="
zope.index.text.interfaces.ISearchableText
"
for
="
..interfaces.IZPTPage
"
/>
</
configure
>