source: products/quintagroup.seoptimizer/branches/refactoring2.3.0/quintagroup/seoptimizer/config.py @ 1910

Last change on this file since 1910 was 1910, checked in by mylan, 14 years ago

#160: clarify code, some clean-up

  • Property svn:eol-style set to native
File size: 597 bytes
Line 
1PROJECT_NAME = 'quintagroup.seoptimizer'
2SKINS_DIR = 'skins'
3
4GLOBALS = globals()
5
6PROPERTY_SHEET = 'seo_properties'
7SHEET_TITLE = 'SEO Properties'
8
9STOP_WORDS = ['a', 'an', 'amp', 'and', 'are', 'arial', 'as', 'at', 'be', 'but',
10    'by', 'can', 'com', 'do', 'font', 'for', 'from', 'gif', 'had', 'has',
11    'have', 'he', 'helvetica', 'her', 'his', 'how', 'href', 'i', 'if', 'in',
12    'is', 'it', 'javascript', 'jpg', 'made', 'net', 'of', 'on', 'or', 'org',
13    'our', 'sans', 'see', 'serif', 'she', 'that', 'the', 'this', 'to', 'us',
14    'we', 'with', 'you', 'your']
15
16DEFAULT_CUSTOM_METATAGS = []
Note: See TracBrowser for help on using the repository browser.