Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* support passing a URL to add_reqanchor() plus some minor ...Arthur de Jong2006-04-271-3/+7
* handle problems in regular expressions passed on the comm...Arthur de Jong2006-04-271-39/+43
* rename escape() function to htmlescape() to make it a lit...Arthur de Jong2006-04-234-10/+10
* code improvements thanks to pylintArthur de Jong2006-04-2327-372/+460
* also sort parent list by URL if titles are the sameArthur de Jong2006-04-231-1/+1
* also properly handle time-out problems which only pass on...Arthur de Jong2006-04-231-3/+7
* implement a time-out setting with a default of 10 secondsArthur de Jong2006-04-112-0/+7
* revert to borderless links as they look ugly in some (mos...Arthur de Jong2006-04-111-2/+0
* rename slow plugin to sizeArthur de Jong2006-04-112-10/+13
* do not fail on unknown encodings (fall back to system enc...Arthur de Jong2006-04-071-3/+6
* split urlescape() from _urlclean() and ensure that all an...Arthur de Jong2006-03-262-6/+14
* only report missing anchors for pages that were fetched a...Arthur de Jong2006-03-261-6/+6
* put a border around linksArthur de Jong2006-03-261-4/+6
* properly close html files on no outputArthur de Jong2006-03-269-0/+9
* revert catching Exception instead of IOError that was the...Arthur de Jong2006-03-111-1/+1
* implement checking of anchors (there should be no double ...Arthur de Jong2006-03-104-8/+107
* do not include navigation for plugins that do not generat...Arthur de Jong2006-03-101-0/+3
* trim spaces from title and author fields and check that t...Arthur de Jong2006-03-102-3/+3
* restructure plugin code to open output files from within ...Arthur de Jong2006-03-0914-78/+117
* 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