source: products/qSEOptimizer/trunk/config.py @ 2111

Last change on this file since 2111 was 1, checked in by myroslav, 18 years ago

Building directory structure

  • Property svn:eol-style set to native
File size: 666 bytes
Line 
1PROJECT_NAME = 'qSEOptimizer'
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
14FIELDS = ['seo_title', 'seo_description', 'seo_keywords']
15
16DEFAULT_CUSTOM_METATAGS = []
Note: See TracBrowser for help on using the repository browser.