root/qSEOptimizer/trunk/browser/interfaces.py

Revision 1012 (checked in by piv, 1 year ago)

refactored keywords checking

  • Property svn:eol-style set to native
Line 
1 from zope.interface import Interface
2
3 class 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 browser.