Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* get files ready for 1.9.6 release1.9.6Arthur de Jong2006-01-309-64/+165
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@225 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* bug fix in matching URL-encodingArthur de Jong2006-01-291-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@224 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* actually decode URL-encoded character as hex not decimalArthur de Jong2006-01-291-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@223 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* html escape all content that is retreived from attributesArthur de Jong2006-01-291-3/+13
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@222 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* make sure all URLs are consistently URL-encoded where it ↵Arthur de Jong2006-01-292-5/+15
| | | | | | counts git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@221 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add some more debugging information (cache hit or miss)Arthur de Jong2006-01-291-1/+11
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@220 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* update copyright notice and indicate that we're using GPL2+Arthur de Jong2006-01-291-4/+5
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@219 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix typo (thanks Andrew Kim <Andrew.Kim@revolution.com>)Arthur de Jong2006-01-261-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@218 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* ignore errors when converting to Unicode string and uses ↵Arthur de Jong2006-01-191-1/+1
| | | | | | system encoding instead of UTF-8 as default git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@217 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* also escape the URL when generating linksArthur de Jong2006-01-191-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@216 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* explicitly convert strings to Unicode to avoid potential ↵Arthur de Jong2006-01-191-7/+7
| | | | | | problems with non-ASCII characters in strings git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@215 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* quote links so that they do not contain any non-ASCII ↵Arthur de Jong2006-01-191-7/+13
| | | | | | characters to avoid problems later on (and add some more debugging) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@214 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix debug message to print url instead of object referenceArthur de Jong2006-01-191-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@213 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* give some more debugging info while following base URLs ↵Arthur de Jong2006-01-151-11/+11
| | | | | | and no longer delete unreferenced followed links git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@212 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* get files ready for 1.9.5 release1.9.5Arthur de Jong2005-12-306-20/+276
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@210 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix copy-pasto from r204Arthur de Jong2005-12-301-3/+0
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@209 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add some clarifications to --internal and URL classes ↵Arthur de Jong2005-12-301-1/+4
| | | | | | sections git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@208 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* import updated Debian package configuration data, ↵Arthur de Jong2005-12-306-0/+436
| | | | | | partially from old webcheck package git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@207 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* trim empty ports (http://host:/) from URLs and do not ↵Arthur de Jong2005-12-292-2/+6
| | | | | | crash on improperly formatted URLs git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@206 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix typoArthur de Jong2005-12-291-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@205 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add --internal option to match internal URLs with a ↵Arthur de Jong2005-12-283-3/+28
| | | | | | regular expression git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@204 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* clarify section on URL classes that yanked URLs can be ↵Arthur de Jong2005-12-281-17/+15
| | | | | | internal or external and some typo fixes git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@203 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add Stefan Schröder to the contributors listArthur de Jong2005-12-281-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@202 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* make text even shorterArthur de Jong2005-12-281-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@201 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* first generate (with filter and lambda expressions) a ↵Arthur de Jong2005-12-289-102/+155
| | | | | | list of links that should be reported by the plugin and just then present the result, including a nicer message when there is nothing to report git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@200 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* make copyright information a little more compactArthur de Jong2005-12-281-29/+14
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@199 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* move printing of description into plugin instead of from ↵Arthur de Jong2005-12-2713-47/+87
| | | | | | __init__.py git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@198 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix indenting and closing li of generated html codeArthur de Jong2005-12-271-4/+3
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@197 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* replace backslashes from end of lines where they are not ↵Arthur de Jong2005-12-2710-117/+117
| | | | | | required git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@196 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* give more areas a rounder look, change opacity of ↵Arthur de Jong2005-12-271-3/+14
| | | | | | tooltips and try to use some css 3.0 attributes git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@195 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* include reference to FancyTooltips in about screenArthur de Jong2005-12-271-0/+16
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@194 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* s/contains/includes/ FancyTooltipsArthur de Jong2005-12-271-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@193 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* catch all relevant exceptions when looking up ↵Arthur de Jong2005-12-261-1/+1
| | | | | | content-type header git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@192 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* bug fix to handle numeric character references better ↵Arthur de Jong2005-12-261-2/+2
| | | | | | (Unicode characters) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@191 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* reference and install FancyTooltips from webcheckArthur de Jong2005-12-174-0/+42
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@190 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* local customisations of fancyurltips: don't trim long ↵Arthur de Jong2005-12-171-2/+3
| | | | | | strings and replace newlines with html <br />'s git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@189 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* import FancyTooltips 1.2.1 from ↵Arthur de Jong2005-12-173-0/+580
| | | | | | http://victr.lm85.com/Design/css/fancytooltips-a-la-victr.php git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@188 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* update --help output to take multiple base URLs into accountArthur de Jong2005-12-171-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@187 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add copyright clarification to specify that generated ↵Arthur de Jong2005-12-1727-0/+81
| | | | | | output files are not covered by our copyright git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@186 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* remove trailing : from netloc if it is presentArthur de Jong2005-12-171-0/+3
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@185 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix wrapping of text in pydocArthur de Jong2005-12-171-4/+8
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@184 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add section to document URL classesArthur de Jong2005-12-171-0/+17
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@183 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add configuration option to disable proxy cachingArthur de Jong2005-09-182-0/+8
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@182 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add long command-line options as equivalents for the ↵Arthur de Jong2005-09-182-41/+42
| | | | | | short options git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@181 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* implement out own proper escape function and use it ↵Arthur de Jong2005-09-174-28/+50
| | | | | | instead of the functions from saxutils (this one escapes as much as possible to result in a 7 bit clean file git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@180 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* store author and title in Unicode internally and ensure ↵Arthur de Jong2005-09-174-15/+45
| | | | | | that they are output as UTF-8 git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@179 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* also try to get character encoding from XML declaration ↵Arthur de Jong2005-09-171-0/+22
| | | | | | and http-equiv meta tag git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@178 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix typoArthur de Jong2005-09-171-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@177 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* parse character entries as normal data, these entities ↵Arthur de Jong2005-09-171-0/+10
| | | | | | will be expanded later on (they are also used in attribute values git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@176 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* try to extract character encoding from http response and ↵Arthur de Jong2005-09-172-0/+10
| | | | | | store it in the link object git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@175 86f53f14-5ff3-0310-afe5-9b438ce3f40c