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

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

#142: minor cleanup

  • Property svn:eol-style set to native
File size: 619 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', 'by', 'can', 'com', 'do', 'font',
10              'for', 'from', 'gif', 'had', 'has', 'have', 'he', 'helvetica', 'her', 'his', 'how', 'href', 'i',
11              'if', 'in', 'is', 'it', 'javascript', 'jpg', 'made', 'net', 'of', 'on', 'or', 'org', 'our', 'sans',
12              'see', 'serif', 'she', 'that', 'the', 'this', 'to', 'us', 'we', 'with', 'you', 'your']
13
14DEFAULT_CUSTOM_METATAGS = []
Note: See TracBrowser for help on using the repository browser.