Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* get files ready for 1.9.6 release1.9.6Arthur de Jong2006-01-309-64/+165
* bug fix in matching URL-encodingArthur de Jong2006-01-291-1/+1
* actually decode URL-encoded character as hex not decimalArthur de Jong2006-01-291-1/+1
* html escape all content that is retreived from attributesArthur de Jong2006-01-291-3/+13
* make sure all URLs are consistently URL-encoded where it ...Arthur de Jong2006-01-292-5/+15
* add some more debugging information (cache hit or miss)Arthur de Jong2006-01-291-1/+11
* update copyright notice and indicate that we're using GPL2+Arthur de Jong2006-01-291-4/+5
* fix typo (thanks Andrew Kim <Andrew.Kim@revolution.com>)Arthur de Jong2006-01-261-2/+2
* ignore errors when converting to Unicode string and uses ...Arthur de Jong2006-01-191-1/+1
* also escape the URL when generating linksArthur de Jong2006-01-191-2/+2
* explicitly convert strings to Unicode to avoid potential ...Arthur de Jong2006-01-191-7/+7
* quote links so that they do not contain any non-ASCII cha...Arthur de Jong2006-01-191-7/+13
* fix debug message to print url instead of object referenceArthur de Jong2006-01-191-2/+2
* give some more debugging info while following base URLs a...Arthur de Jong2006-01-151-11/+11
* get files ready for 1.9.5 release1.9.5Arthur de Jong2005-12-306-20/+276
* fix copy-pasto from r204Arthur de Jong2005-12-301-3/+0
* add some clarifications to --internal and URL classes sec...Arthur de Jong2005-12-301-1/+4
* import updated Debian package configuration data, partial...Arthur de Jong2005-12-306-0/+436
* trim empty ports (http://host:/) from URLs and do not cra...Arthur de Jong2005-12-292-2/+6
* fix typoArthur de Jong2005-12-291-1/+1
* add --internal option to match internal URLs with a regul...Arthur de Jong2005-12-283-3/+28
* clarify section on URL classes that yanked URLs can be in...Arthur de Jong2005-12-281-17/+15
* add Stefan Schröder to the contributors listArthur de Jong2005-12-281-0/+1
* make text even shorterArthur de Jong2005-12-281-1/+1
* first generate (with filter and lambda expressions) a lis...Arthur de Jong2005-12-289-102/+155
* make copyright information a little more compactArthur de Jong2005-12-281-29/+14
* move printing of description into plugin instead of from ...Arthur de Jong2005-12-2713-47/+87
* fix indenting and closing li of generated html codeArthur de Jong2005-12-271-4/+3
* replace backslashes from end of lines where they are not ...Arthur de Jong2005-12-2710-117/+117
* give more areas a rounder look, change opacity of tooltip...Arthur de Jong2005-12-271-3/+14
* include reference to FancyTooltips in about screenArthur de Jong2005-12-271-0/+16
* 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