Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/webcheck.py
Commit message (Expand)AuthorAgeFilesLines
* implement undocumented --profile option to write profilin...Arthur de Jong2007-07-221-7/+20
* switch robots.txt handling to default on again (broken in...Arthur de Jong2007-05-121-0/+4
* present the default number of redirectsArthur de Jong2007-05-091-2/+3
* get files ready for 1.9.8 release1.9.8Arthur de Jong2007-01-151-2/+2
* add --continue option to resume the crawling from the poi...Arthur de Jong2006-06-041-4/+21
* handle break signals in all codeArthur de Jong2006-06-021-6/+6
* add code to serialize crawled data during crawl and again...Arthur de Jong2006-06-021-1/+12
* split crawler.crawl() function into crawler.crawl() and c...Arthur de Jong2006-05-161-0/+3
* include favicon.ico file in generated reportArthur de Jong2006-05-071-0/+1
* support floats as parameter for --waitArthur de Jong2006-05-071-1/+1
* handle problems in regular expressions passed on the comm...Arthur de Jong2006-04-271-39/+43
* code improvements thanks to pylintArthur de Jong2006-04-231-52/+56
* restructure plugin code to open output files from within ...Arthur de Jong2006-03-091-1/+1
* get files ready for 1.9.6 release1.9.6Arthur de Jong2006-01-301-3/+3
* add --internal option to match internal URLs with a regul...Arthur de Jong2005-12-281-3/+6
* reference and install FancyTooltips from webcheckArthur de Jong2005-12-171-0/+1
* update --help output to take multiple base URLs into accountArthur de Jong2005-12-171-1/+1
* add copyright clarification to specify that generated out...Arthur de Jong2005-12-171-0/+3
* add long command-line options as equivalents for the shor...Arthur de Jong2005-09-181-35/+36
* do not prepend output directory twice (thanks to Stefan S...Arthur de Jong2005-09-161-1/+1
* turn error into warningArthur de Jong2005-09-161-1/+1
* make error handling more robust and have consistent error...Arthur de Jong2005-09-011-3/+3
* add extra checks not to overwrite our own input file whil...Arthur de Jong2005-09-011-12/+24
* handle passing file names (instead of URLs) on the comman...Arthur de Jong2005-08-231-0/+5
* add initial support for passing URLs to install_file() fu...Arthur de Jong2005-08-231-20/+23
* pass site as parameter to parse_args() instead of declari...Arthur de Jong2005-08-191-4/+2
* remove references to email addresses where they are not u...Arthur de Jong2005-07-291-3/+3
* integrate versio.py into config.py, clean up config.py re...Arthur de Jong2005-07-231-12/+11
* remove logo option since the current output does not use oneArthur de Jong2005-07-231-3/+0
* Mike Meyer -> Mike W. MeyerArthur de Jong2005-07-231-3/+3
* don't add . to python path as it's not needed and put com...Arthur de Jong2005-07-221-12/+2
* do not use start_time from webcheck saving an importArthur de Jong2005-07-221-2/+0
* almost complete rewrite of crawling and site state code m...Arthur de Jong2005-07-221-37/+22
* use lower-case URL attribute in Link instead of upper-cas...Arthur de Jong2005-07-171-1/+1
* move functionality of rptlib.py to __init__.py so that we...Arthur de Jong2005-07-161-3/+3
* remove unneeded import and printArthur de Jong2005-07-101-1/+0
* clean up HTML output generating XHTML 1.1 without frames ...Arthur de Jong2005-07-091-21/+36
* name webcheck with lower caseArthur de Jong2005-07-031-3/+3
* change to most recent version of the GPL (FSF address cha...Arthur de Jong2005-06-221-1/+1
* split main() part into it's own functionArthur de Jong2005-06-181-4/+7
* restructure a couple of things to reduce the number of mu...Arthur de Jong2005-06-181-15/+5
* add problems plugin to config instead of hard-codingArthur de Jong2005-06-181-2/+2
* pass reference to Link class to plugins with parameter an...Arthur de Jong2005-06-151-3/+0
* make use of base consistent, do not modify it to make a n...Arthur de Jong2005-06-151-2/+2
* write html files using file descriptors instead of throug...Arthur de Jong2005-06-081-7/+10
* redo output writing using a cleaner debugio and change de...Arthur de Jong2005-06-061-12/+12
* small text improvementArthur de Jong2005-06-061-1/+1
* also support --forceArthur de Jong2005-05-271-1/+1
* redo command-line checkingArthur de Jong2005-05-271-32/+75
* rename linkList to linkMapArthur de Jong2005-04-131-2/+2