source: products/quintagroup.transmogrifier.simpleblog2quills/trunk/quintagroup/transmogrifier/simpleblog2quills/configure.zcml @ 309

Last change on this file since 309 was 309, checked in by chervol, 18 years ago

moving 0.4.5 to trunk

File size: 813 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:five="http://namespaces.zope.org/five"
4    xmlns:transmogrifier="http://namespaces.plone.org/transmogrifier"
5    i18n_domain="quintagroup.simpleblog2quills">
6
7    <include package="quintagroup.transmogrifier" />
8    <include package="quintagroup.transmogrifier" file="meta.zcml" />
9
10    <transmogrifier:stylesheet
11        source="marshall"
12        from="Blog"
13        to="Weblog"
14        file="blog-weblog.xsl"
15        />
16
17    <transmogrifier:stylesheet
18        source="marshall"
19        from="BlogEntry"
20        to="WeblogEntry"
21        file="blogentry-weblogentry.xsl"
22        />
23
24    <transmogrifier:stylesheet
25        source="marshall"
26        from="BlogFolder"
27        to="Folder"
28        file="blogfolder-folder.xsl"
29        />
30
31</configure>
Note: See TracBrowser for help on using the repository browser.