Ignore:
Timestamp:
Feb 2, 2010 6:11:30 PM (14 years ago)
Author:
liebster
Message:

Changed using the keyword taking into account the presence of at page

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.seoptimizer/trunk/quintagroup/seoptimizer/interfaces.py

    r1313 r1624  
    11from zope.interface import Interface 
    22 
    3 class IKeywords(Interface): 
     3class IMetaKeywords(Interface): 
    44    """Handle the available keywords. 
    55    """ 
    6     def listKeywords(): 
     6    def getMetaKeywords(): 
    77        """Returns all the existing keywords for the current content type. 
    88        """ 
Note: See TracChangeset for help on using the changeset viewer.