source: products/quintagroup.plonegooglesitemaps/branches/migratioin_product/quintagroup/plonegooglesitemaps/interfaces.py @ 2828

Last change on this file since 2828 was 2828, checked in by mylan, 14 years ago

#230: Added browserlayer and registered all sitemaps views and configlet view to it

  • Property svn:eol-style set to native
File size: 710 bytes
Line 
1from zope import schema
2from zope.interface import Interface
3
4from zope.app.container.constraints import contains
5from zope.app.container.constraints import containers
6
7from Products.DCWorkflow.interfaces import IAfterTransitionEvent
8from plone.browserlayer.interfaces import ILocalBrowserLayerType
9
10from quintagroup.plonegooglesitemaps import qPloneGoogleSitemapsMessageFactory as _
11
12# -*- extra stuff goes here -*-
13
14class ISitemap(Interface):
15    """Search engine Sitemap content type."""
16
17class INewsSitemapProvider(Interface):
18    """Marker interface for News sitemap provider."""
19
20
21class IGoogleSitemapsLayer(ILocalBrowserLayerType):
22    """Marker interface that defines browser layer for the package."""
Note: See TracBrowser for help on using the repository browser.