Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/webcheck/config.py
Commit message (Collapse)AuthorAgeFilesLines
* Provide a CSV file pluginHEADmasterArthur de Jong2013-12-151-1/+2
| | | | This plugin generates a simple CSV file with all the URLs in the system and some basic information about them.
* fix encoding issues with strings passed to/from tidyArthur de Jong2011-11-081-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@460 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* implement a MAX_DEPTH configuration option to limit ↵Arthur de Jong2011-11-041-0/+3
| | | | | | crawling based on a patch by Devin Bayer git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@459 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* remove unnecessary importsArthur de Jong2011-10-071-2/+0
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@443 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* move profiling flag from config to cmdArthur de Jong2011-10-071-5/+0
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@442 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* remove unused/unsupported configuration optionsArthur de Jong2011-09-161-16/+0
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@439 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* use fully qualified plugin namesArthur de Jong2011-09-161-13/+13
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@436 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* move all the code except the command-line handling to ↵Arthur de Jong2011-09-161-0/+132
the webcheck package and reorganise imports accordingly git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@435 86f53f14-5ff3-0310-afe5-9b438ce3f40c