source: products/quintagroup.seoptimizer/branches/refactoring2.3.0/quintagroup/seoptimizer/interfaces.py @ 1958

Last change on this file since 1958 was 1958, checked in by liebster, 14 years ago

Clean-up code http://codereview.corp.quintagroup.com/40241/show

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