root/qSEOptimizer/tags/0.5/config.py

Revision 761 (checked in by chervol, 2 years ago)

Merged revisions 754-758,760 via svnmerge from
http://svn/products/qSEOptimizer/branches/js-statistics

........

r754 | piv | 2007-01-15 18:39:37 +0200 (Mon, 15 Jan 2007) | 2 lines


copied from trunk
........
r755 | piv | 2007-01-15 18:46:55 +0200 (Mon, 15 Jan 2007) | 2 lines


added word statistics support on seo properties form
........
r757 | piv | 2007-01-16 19:07:06 +0200 (Tue, 16 Jan 2007) | 3 lines


added tests
........

  • Property svn:eol-style set to native
Line 
1 PROJECT_NAME = 'qSEOptimizer'
2 SKINS_DIR = 'skins'
3
4 GLOBALS = globals()
5
6 PROPERTY_SHEET = 'seo_properties'
7 SHEET_TITLE = 'SEO Properties'
8
9 STOP_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
14 FIELDS = ['title', 'description', 'keywords']
Note: See TracBrowser for help on using the browser.