1 <configure xmlns="http://namespaces.zope.org/zope">
3 provides=".interfaces.IContentHistory"
4 for="Products.CMFDefault.interfaces.IDocument"
5 factory=".HistoryAdapters.DocumentHistory"/>
7 provides=".interfaces.IContentHistory"
8 for="Products.CMFCore.interfaces.IFolderish"
9 factory=".HistoryAdapters.FolderishHistory"/>
11 provides=".interfaces.IEmailNotificationSettings"
12 for="Products.CMFCore.interfaces.IContentish"
13 factory=".EmailNotification.EmailNoticationSettings"/>