diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2007-01-15 21:27:53 +0100 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2007-01-15 21:27:53 +0100 |
commit | d8ed30faca90a6d866792e8756ac660763974643 (patch) | |
tree | 343dde9dd792eb8d79ea074cf774154f1dca43c1 /config.py | |
parent | 7cb6d8f88d3b2c4a9d72aa47d5fed6f734fdc312 (diff) |
get files ready for 1.9.8 release1.9.8
git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@309 86f53f14-5ff3-0310-afe5-9b438ce3f40c
Diffstat (limited to 'config.py')
-rw-r--r-- | config.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -30,7 +30,7 @@ items should be changeble from the command line.""" import urllib # Current version of webcheck. -VERSION = '1.9.7' +VERSION = '1.9.8' # The homepage of webcheck. HOMEPAGE = 'http://ch.tudelft.nl/~arthur/webcheck/' @@ -111,6 +111,6 @@ FILE_INDEXES = [ 'index.html', 'index.htm' ] # directory. This file will be picked up instead of the directory list. FTP_INDEXES = [ 'index.html', 'index.htm' ] -# Whether to fetch robots.txt files and do checking based on the informatio +# Whether to fetch robots.txt files and do checking based on the information # present in those files (normally matching links are yanked). USE_ROBOTS = False |