source: products/quintagroup.seoptimizer/trunk/quintagroup/seoptimizer/interfaces.py @ 3223

Last change on this file since 3223 was 3134, checked in by zidane, 13 years ago

fixes pep8

  • Property svn:eol-style set to native
File size: 394 bytes
Line 
1from zope.interface import Interface
2
3
4class IMetaKeywords(Interface):
5    """Handle the available keywords.
6    """
7    def getMetaKeywords():
8        """Returns all the existing keywords for the current content type.
9        """
10
11
12class IMappingMetaTags(Interface):
13    """
14    """
15    def getMappingMetaTags():
16        """Returns mapping {meta_name:accssesor} all the meta tags.
17        """
Note: See TracBrowser for help on using the repository browser.