Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* s/contains/includes/ FancyTooltipsArthur de Jong2005-12-271-1/+1
* catch all relevant exceptions when looking up content-typ...Arthur de Jong2005-12-261-1/+1
* bug fix to handle numeric character references better (Un...Arthur de Jong2005-12-261-2/+2
* reference and install FancyTooltips from webcheckArthur de Jong2005-12-174-0/+42
* local customisations of fancyurltips: don't trim long str...Arthur de Jong2005-12-171-2/+3
* import FancyTooltips 1.2.1 from http://victr.lm85.com/Des...Arthur de Jong2005-12-173-0/+580
* 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-1727-0/+81
* remove trailing : from netloc if it is presentArthur de Jong2005-12-171-0/+3
* fix wrapping of text in pydocArthur de Jong2005-12-171-4/+8
* add section to document URL classesArthur de Jong2005-12-171-0/+17
* add configuration option to disable proxy cachingArthur de Jong2005-09-182-0/+8
* add long command-line options as equivalents for the shor...Arthur de Jong2005-09-182-41/+42
* implement out own proper escape function and use it inste...Arthur de Jong2005-09-174-28/+50
* store author and title in Unicode internally and ensure t...Arthur de Jong2005-09-174-15/+45
* also try to get character encoding from XML declaration a...Arthur de Jong2005-09-171-0/+22
* fix typoArthur de Jong2005-09-171-1/+1
* parse character entries as normal data, these entities wi...Arthur de Jong2005-09-171-0/+10
* try to extract character encoding from http response and ...Arthur de Jong2005-09-172-0/+10
* improve code and documentation of the open_file() functio...Arthur de Jong2005-09-161-7/+15
* 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
* support basic authentication for http proxies and some in...Arthur de Jong2005-09-131-5/+11
* present some more information about webcheck and the gene...Arthur de Jong2005-09-101-5/+63
* remove version numbers from plugins since they were not r...Arthur de Jong2005-09-1012-14/+0
* fix wrapping of documentationArthur de Jong2005-09-101-4/+5
* some fixes to NEWS fileArthur de Jong2005-09-031-5/+2
* get files ready for 1.9.4 releaseArthur de Jong2005-09-035-16/+181
* make error handling more robust and have consistent error...Arthur de Jong2005-09-012-8/+17
* add Herbert Weinhandl <weinhand@unileoben.ac.at> to contr...Arthur de Jong2005-09-011-0/+1
* add some design notes for developersArthur de Jong2005-09-011-0/+28
* add extra checks not to overwrite our own input file whil...Arthur de Jong2005-09-011-12/+24
* typo fixArthur de Jong2005-09-011-2/+1
* highlight current plugin in the navigation, based on a pa...Arthur de Jong2005-09-012-21/+33
* make specifying of target in links configurable (disabled...Arthur de Jong2005-08-302-3/+9
* add note about making instances of Link classArthur de Jong2005-08-251-0/+3
* 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
* include transfer problem in pageproblem descriptionArthur de Jong2005-08-231-2/+3
* make problem lists sorted by URL and problem descriptionArthur de Jong2005-08-231-0/+4
* include short description in plugin overview pageArthur de Jong2005-08-211-2/+2
* add some other people to the AUTHORS file, mostly based o...Arthur de Jong2005-08-211-0/+3
* also feed style tag content to the CSS parser to parse in...Arthur de Jong2005-08-201-0/+7
* remove some debugging functions from CSS parserArthur de Jong2005-08-201-3/+0
* first attempt at a very simple CSS parser that just summa...Arthur de Jong2005-08-201-1/+28
* set status to result of fetching the document (not an err...Arthur de Jong2005-08-203-2/+7
* add checking of unescaped spaces to the html parser, incl...Arthur de Jong2005-08-201-25/+41
* pass site as parameter to parse_args() instead of declari...Arthur de Jong2005-08-191-4/+2
* fix bug with following redirects where otherwise unrefere...Arthur de Jong2005-08-191-4/+7
* move redirect handling code to crawler module, including ...Arthur de Jong2005-08-194-24/+32