source: products/quintagroup.quills.extras/tags/1.3.4/quintagroup/quills/extras/configure.zcml

Last change on this file was 783, checked in by crchemist, 17 years ago

Fix bug with 0.jpg image.

File size: 988 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.quills.extras">
7
8  <include package=".browser" />
9
10  <include package=".portlets" />
11
12  <cmf:registerDirectory name="quills_extras"/>
13
14  <adapter
15      for="quills.core.interfaces.IPossibleWeblogEntry"
16      factory=".adapters.quillsCanonicalPathAdapter"
17      />
18
19  <adapter
20      for="quills.core.interfaces.IWeblogEntry"
21      factory=".adapters.quillsCanonicalPathAdapter"
22      />
23
24  <!-- profiles -->
25  <genericsetup:registerProfile
26      name="default"
27      title="quintagroup.quills.extras"
28      directory="profiles/default"
29      description="Extension profile which extends quills paroduct."
30      provides="Products.GenericSetup.interfaces.EXTENSION"
31      for="Products.CMFPlone.interfaces.IPloneSiteRoot"
32      />
33
34</configure>
Note: See TracBrowser for help on using the repository browser.