Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/webcheck/parsers
Commit message (Collapse)AuthorAgeFilesLines
* Remove annoying debug log messageArthur de Jong2013-12-151-2/+1
|
* Only convert content if link has encodingArthur de Jong2013-12-021-1/+2
| | | | | This fixes an issue for calling tidy when the character encoding of the page could not be determined.
* Remove unused codeArthur de Jong2013-09-222-30/+0
| | | | | Most of this is removed because of the switch to the Jinja template engine.
* in old html parser, handle more invalid encodingsDevin Bayer2011-11-161-4/+3
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@465 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix encoding issues with strings passed to/from tidyArthur de Jong2011-11-081-1/+3
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@460 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* switch to using the logging frameworkArthur de Jong2011-10-143-16/+26
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@457 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* rename Site to CrawlerArthur de Jong2011-10-071-2/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@448 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* move some more initialisation from cmd to crawler and ↵Arthur de Jong2011-10-074-10/+8
| | | | | | make imports of config and debugio consistent git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@447 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix webcheck.config importArthur de Jong2011-10-071-4/+3
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@445 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix some remaining (previously relative) importsArthur de Jong2011-10-072-4/+4
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@444 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 all the code except the command-line handling to ↵Arthur de Jong2011-09-166-0/+781
the webcheck package and reorganise imports accordingly git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@435 86f53f14-5ff3-0310-afe5-9b438ce3f40c