source: products/qSEOptimizer/tags/1.5.0/browser/interfaces.py @ 1

Last change on this file since 1 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 292 bytes
Line 
1from zope.interface import Interface
2
3class IValidateSEOKeywordsView(Interface):
4    """ View for validating keywords on qSEO_properties_edit_form """
5
6    def validateKeywords(text):
7        """ Parse text and validate each keyword (extracted from text) for appearing on the context page """
Note: See TracBrowser for help on using the repository browser.