Ignore:
Timestamp:
Mar 19, 2010 2:59:57 PM (14 years ago)
Author:
liebster
Message:

Clean-up code http://codereview.corp.quintagroup.com/40241/show

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.seoptimizer/branches/refactoring2.3.0/quintagroup/seoptimizer/config.py

    r1924 r1958  
    11PROJECT_NAME = 'quintagroup.seoptimizer' 
    2  
    3 GLOBALS = globals() 
    4  
    5 PROPERTY_SHEET = 'seo_properties' 
    6 SHEET_TITLE = 'SEO Properties' 
    7  
    8 STOP_WORDS = ['a', 'an', 'amp', 'and', 'are', 'arial', 'as', 'at', 'be', 'but', 
    9     'by', 'can', 'com', 'do', 'font', 'for', 'from', 'gif', 'had', 'has', 
    10     'have', 'he', 'helvetica', 'her', 'his', 'how', 'href', 'i', 'if', 'in', 
    11     'is', 'it', 'javascript', 'jpg', 'made', 'net', 'of', 'on', 'or', 'org', 
    12     'our', 'sans', 'see', 'serif', 'she', 'that', 'the', 'this', 'to', 'us', 
    13     'we', 'with', 'you', 'your'] 
    14  
    15 DEFAULT_CUSTOM_METATAGS = [] 
Note: See TracChangeset for help on using the changeset viewer.