Ignore:
Timestamp:
Feb 11, 2010 8:59:29 PM (14 years ago)
Author:
mylan
Message:

#134: Inherits ISEOCanonicalPath from ICcanonialPath, update canonical path adapter registration

File:
1 edited

Legend:

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

    r1675 r1720  
    11from zope.interface import Interface 
     2from quintagroup.canonicalpath.interfaces import ICanonicalPath 
    23 
    34class IMetaKeywords(Interface): 
     
    1516        """ 
    1617 
    17 class ISEOCanonicalPath(Interface): 
    18     """canonical_path provider interface 
     18class ISEOCanonicalPath(ICanonicalPath): 
     19    """ Descendent of ICanonicalPath interface. 
     20    Designed for three goals: 
     21    1) calculation CANONICAL url metatag SPECIAL for Google SEO; 
     22    2) as more specific canonical path interface; 
     23    3) implementation this interface also work for ICanonicalPath too. 
    1924    """ 
    20  
    21     def canonical_path(): 
    22         """Return canonical path for the object 
    23         """ 
Note: See TracChangeset for help on using the changeset viewer.