source: products/qPloneGoogleSitemaps/branches/contenttype/browser/configure.zcml @ 395

Last change on this file since 395 was 395, checked in by crchemist, 18 years ago

Fixup error in clearIndexes in patch.py

File size: 467 bytes
Line 
1<configure
2    xmlns="http://namespaces.zope.org/zope"
3    xmlns:browser="http://namespaces.zope.org/browser"
4    i18n_domain="Products.qPloneGoogleSitemaps">
5
6    <!-- -*- extra stuff goes here -*- -->
7
8    <browser:page
9      for="..interfaces.ISitemap"
10      name="sitemap.xml"
11      class=".sitemapview.SitemapView"
12      template="templates/sitemapview.pt"
13      allowed_interface=".sitemapview.ISitemapView"
14      permission="zope.Public"
15    />
16
17
18</configure>
Note: See TracBrowser for help on using the repository browser.