statdir = 'stats/' # subdirectory to store all the stats files in basicfile = 'basicstats' # name for the basic stats files - will have '-section.ini' appended to it statlog = 'statfile.log' # name for the full stat log defaultsection = 'python' # default section to use if none specified # set to '' to raise an error if no section is specified CHUNKSIZE = 10240 # How many bytes of a file to fetch each cycle in the loop # if the user-agent contains any words from this list we don't include it # in our simple stats (we don't block the access though) EXCLUDELIST = 'googlebot', 'msnbot', 'FDM' # if you put any sections in here, links to them will be on the download pages sectionlist = 'python', 'modern', 'classic_scifi', 'classics', 'serious', 'christian', 'cyberpunk'