source: products/quintagroup.plonegooglesitemaps/trunk/quintagroup/plonegooglesitemaps/interfaces.py @ 2746

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

#227: Fixed bug with override competitive schemaextender adapters

  • Property svn:eol-style set to native
File size: 520 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
8
9from quintagroup.plonegooglesitemaps import qPloneGoogleSitemapsMessageFactory as _
10
11# -*- extra stuff goes here -*-
12
13class ISitemap(Interface):
14    """Search engine Sitemap content type."""
15
16class INewsSitemapProvider(Interface):
17    """Marker interface for News sitemap provider."""
Note: See TracBrowser for help on using the repository browser.