Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix small issues in NEWS and debian/changelog files1.10.3Arthur de Jong2008-07-192-3/+0
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck-1.10.3@392 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* release 1.10.3Arthur de Jong2008-07-190-0/+0
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck-1.10.3@391 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* get files ready for 1.10.3 releaseArthur de Jong2008-07-196-4/+170
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@390 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* build-depend on newer version of python-support and ↵Arthur de Jong2008-07-191-2/+2
| | | | | | support any python version>=2.3 git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@389 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* upgrade to standards-version 3.8.0 (no changes needed)Arthur de Jong2008-07-191-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@388 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add docstringArthur de Jong2008-07-191-0/+2
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@387 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* copy-paste fix (thanks Robert M. Jansen ↵Arthur de Jong2008-07-131-1/+1
| | | | | | <dutch12154@yahoo.com>) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@386 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* set correct Host header without port number in itArthur de Jong2008-07-081-2/+4
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@385 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* remove default port from URLsArthur de Jong2008-07-081-0/+6
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@384 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* call tidy (if available) on HTML content (based on a ↵Arthur de Jong2008-07-045-8/+67
| | | | | | patch by Henning Sielaff <hsielaff@eformation.de>) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@383 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix name of fileArthur de Jong2008-07-041-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@382 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* also pick up any style attributes and parse as css, ↵Arthur de Jong2008-06-212-0/+10
| | | | | | based on a patch by Robert M. Jansen <dutch12154@yahoo.com> git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@381 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add parsing of script tag and background attributes, ↵Arthur de Jong2008-06-153-0/+17
| | | | | | based on a patch by Robert M. Jansen <dutch12154@yahoo.com> git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@380 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* do not require src attribute for parsing inline style tagsArthur de Jong2008-06-151-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@379 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* update copyright yearArthur de Jong2008-06-154-4/+4
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@378 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* include change log from release 1.10.2.0Arthur de Jong2008-06-151-0/+6
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@377 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix parsing of <param> tagArthur de Jong2008-05-251-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@376 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* also log exception information to the outputArthur de Jong2008-05-251-0/+3
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@375 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add Chris Shenton since he provided a patch for part of ↵Arthur de Jong2008-05-241-0/+1
| | | | | | the -u functionality git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@374 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* support <iframe> and some common usages of <object>Arthur de Jong2008-05-241-0/+15
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@373 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* catch exceptions from parsing moduleArthur de Jong2008-05-241-1/+4
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@372 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* take a shot at making debian/copyright machine parseableArthur de Jong2008-05-241-35/+37
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@371 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* implement the --userpass option to pass username and ↵Arthur de Jong2008-02-184-30/+56
| | | | | | password information to specific sites based on a patch by Chris Shenton <Chris.Shenton@nasa.gov> git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@370 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix bug in command-line parsing of short -r optionArthur de Jong2008-02-181-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@369 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* avoid reporting a problem more than onceArthur de Jong2007-12-141-2/+4
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@368 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* upgrade to standards-version 3.7.3 (no changes needed)Arthur de Jong2007-12-141-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@367 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* make Vcs URLs link to the trunkArthur de Jong2007-12-141-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@366 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix usage of backtickArthur de Jong2007-12-071-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@365 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* get files ready for 1.10.2 release1.10.2Arthur de Jong2007-11-047-7/+86
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@363 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* move Homepage pseudo header to control header and remove ↵Arthur de Jong2007-11-041-4/+4
| | | | | | XS- prefix for Vcs tags git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@362 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add comma for readabilityArthur de Jong2007-11-041-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@361 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix reference to GPL file in common-licensesArthur de Jong2007-11-041-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@360 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* updated information about Python versions to use and add ↵Arthur de Jong2007-11-041-4/+11
| | | | | | section about Distutils git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@359 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add workaround for Python 2.3 (based on a patch by ↵Arthur de Jong2007-10-094-1/+19
| | | | | | Claire Connelly <cmc@math.hmc.edu>) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@358 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add a warning if the used version of BeautifulSoup ↵Arthur de Jong2007-09-171-0/+5
| | | | | | contains a bug git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@357 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* implement undocumented --profile option to write ↵Arthur de Jong2007-07-222-7/+25
| | | | | | profiling information in output directory git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@356 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* remove old linbot provides/conflicts/replaces stuff as ↵Arthur de Jong2007-07-221-3/+0
| | | | | | linbot last shipped in woody git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@355 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* update recommends to python-beautifulsoup version 3.0.2 ↵Arthur de Jong2007-07-221-1/+1
| | | | | | or later since that version fixes a problem with find(attr=True) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@354 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* get files ready for 1.10.1 release1.10.1Arthur de Jong2007-07-157-25/+147
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@352 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* output which parser module is used in debug modeArthur de Jong2007-07-151-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@351 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix spelling in ChangeLog messagesArthur de Jong2007-07-151-94/+94
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@350 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* also handle http-equiv refresh meta headerArthur de Jong2007-07-151-3/+13
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@349 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* just ignore setting encoding to NoneArthur de Jong2007-07-151-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@348 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix printing of None encodingArthur de Jong2007-07-141-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@347 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* simplify _normalize_escapes() function to improve ↵Arthur de Jong2007-07-141-22/+30
| | | | | | performance git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@346 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* replace double slashes in file URL paths with single onesArthur de Jong2007-07-141-0/+6
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@345 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add note about improving performance moreArthur de Jong2007-07-131-0/+2
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@344 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* use sets instead of sequences for children, embedded, ↵Arthur de Jong2007-07-134-56/+48
| | | | | | etc to improve deserialization performance with a factor 25 but now require python 2.4 of more recent git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@343 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* give the matched URL a name to make code more readableArthur de Jong2007-07-131-1/+2
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@342 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* be a little more verbose when raising parsing exceptionsArthur de Jong2007-07-131-5/+5
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@341 86f53f14-5ff3-0310-afe5-9b438ce3f40c