Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix usage of dashArthur de Jong2006-05-071-1/+1
* add serialize module that allows serializing and deserial...Arthur de Jong2006-05-071-0/+313
* fix typo in docstring and add commentArthur de Jong2006-05-071-1/+2
* move html escaping and unescaping functions to parsers.htmlArthur de Jong2006-05-072-36/+55
* use unichr() to generate Unicode characters, not chr()Arthur de Jong2006-05-071-1/+1
* return None explicitlyArthur de Jong2006-05-071-1/+1
* some more small code improvements thanks to pycheckerArthur de Jong2006-05-075-4/+11
* implement checking for id and name tags in anchorsArthur de Jong2006-05-061-12/+39
* bump copyright noticesArthur de Jong2006-05-063-3/+3
* also add all unfetched links from a site to make this met...Arthur de Jong2006-04-271-0/+5
* make get_link() function a public class functionArthur de Jong2006-04-271-5/+5
* move URL checking bit to right function and improve ancho...Arthur de Jong2006-04-271-5/+5
* fix remaining references to escape instead of htmlescapeArthur de Jong2006-04-271-7/+7
* 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