Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* switch to source format 3.0 (native)Arthur de Jong2010-09-111-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@406 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add a Referer header if possible (thanks Devin Bayer)Arthur de Jong2010-09-111-0/+2
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@405 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* pass char_encoding option to tidyArthur de Jong2010-09-111-2/+4
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@404 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* upgrade to debhelper compatibility level 7Arthur de Jong2010-01-033-4/+4
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@403 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* remove debugging codeArthur de Jong2010-01-031-2/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@402 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* remove debugging statementArthur de Jong2010-01-031-4/+3
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@401 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* switch from ch.tudelft.nl to arthurdejong.orgArthur de Jong2009-06-146-13/+12
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@400 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* limit list of "referenced from" items to 10Arthur de Jong2009-05-262-0/+11
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@399 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add FIXME noteArthur de Jong2009-05-261-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@398 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* handle case where inline CSS is used on a page with ↵Arthur de Jong2009-01-143-7/+9
| | | | | | <base href=".."> git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@397 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* remove socket.sslerror in exception handling because ↵Arthur de Jong2008-11-271-1/+1
| | | | | | socket.sslerror is a subclass of socket.error since Python 2.4 and this causes problems for systems without SSL git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@396 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* remove print statement that was used for debugging and ↵Arthur de Jong2008-11-191-4/+3
| | | | | | ensure that the dots are slash-terminated git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@395 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* remove leading .. from URL path elementsArthur de Jong2008-11-191-0/+7
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@394 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* merge changes in 1.10.3 releaseArthur de Jong2008-07-192-3/+0
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@393 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