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

Last change on this file since 1491 was 1313, checked in by liebster, 15 years ago

Added metatags order feature, which is managed by metatags_order property of of configlet

  • Property svn:eol-style set to native
File size: 385 bytes
Line 
1from zope.interface import Interface
2
3class IKeywords(Interface):
4    """Handle the available keywords.
5    """
6    def listKeywords():
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.