lists.arthurdejong.org
RSS feed

webcheck commit: r439 - webcheck/webcheck

[Date Prev][Date Next] [Thread Prev][Thread Next]

webcheck commit: r439 - webcheck/webcheck



Author: arthur
Date: Fri Sep 16 22:06:10 2011
New Revision: 439
URL: http://arthurdejong.org/viewvc/webcheck?revision=439&view=revision

Log:
remove unused/unsupported configuration options

Modified:
   webcheck/webcheck/config.py

Modified: webcheck/webcheck/config.py
==============================================================================
--- webcheck/webcheck/config.py Fri Sep 16 22:05:32 2011        (r438)
+++ webcheck/webcheck/config.py Fri Sep 16 22:06:10 2011        (r439)
@@ -38,9 +38,6 @@
 # line option.
 AVOID_EXTERNAL_LINKS = False
 
-# The proxy configuration.
-PROXIES = urllib.getproxies_environment()
-
 # IO timeout as passed to socket.setdefaulttimeout()
 # value is a float in seconds None disables the timeout
 IOTIMEOUT = 10.0
@@ -106,23 +103,10 @@
 # (disabled by default because it is not xhtml 1.1)
 REPORT_LINKS_IN_NEW_WINDOW = False
 
-# A list of names that will be checked when encountering an file:///
-# directory. This file will be picked up instead of the directory list.
-FILE_INDEXES = ['index.html', 'index.htm']
-
-# A list of names that will be checked when encountering an ftp://
-# 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 information
 # present in those files (normally matching links are yanked).
 USE_ROBOTS = True
 
-# This is a hash that maps netlocs (e.g. some.server.com:8000) to
-# username/password combinations that are passed as basic authentication
-# to that netloc
-USERPASS = {}
-
 # Options for tidy (make None to disable running tidy)
 # See http://tidy.sourceforge.net/docs/quickref.html for details.
 TIDY_OPTIONS = dict(quiet=1,
-- 
To unsubscribe send an email to
webcheck-commits-unsubscribe@lists.arthurdejong.org or see
http://lists.arthurdejong.org/webcheck-commits/