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

Last change on this file since 1924 was 1924, checked in by liebster, 14 years ago

Remove skins

  • Property svn:eol-style set to native
File size: 577 bytes
Line 
1PROJECT_NAME = 'quintagroup.seoptimizer'
2
3GLOBALS = globals()
4
5PROPERTY_SHEET = 'seo_properties'
6SHEET_TITLE = 'SEO Properties'
7
8STOP_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
15DEFAULT_CUSTOM_METATAGS = []
Note: See TracBrowser for help on using the repository browser.