Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* improve code and documentation of the open_file() ↵Arthur de Jong2005-09-161-7/+15
| | | | | | function, adding an istext flag (defaults to True) to open files as text git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@174 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* do not prepend output directory twice (thanks to Stefan ↵Arthur de Jong2005-09-161-1/+1
| | | | | | Schröder <stefan@tokonoma.de> for spotting this) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@173 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* turn error into warningArthur de Jong2005-09-161-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@172 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* support basic authentication for http proxies and some ↵Arthur de Jong2005-09-131-5/+11
| | | | | | initial fixes to get proxying HTTPS traffic working git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@171 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* present some more information about webcheck and the ↵Arthur de Jong2005-09-101-5/+63
| | | | | | generated report instead of a plain list of plugins (and change names and descriptions where needed) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@170 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* remove version numbers from plugins since they were not ↵Arthur de Jong2005-09-1012-14/+0
| | | | | | really used or useful git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@169 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix wrapping of documentationArthur de Jong2005-09-101-4/+5
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@168 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* some fixes to NEWS fileArthur de Jong2005-09-031-5/+2
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@167 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* get files ready for 1.9.4 releaseArthur de Jong2005-09-035-16/+181
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@163 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* make error handling more robust and have consistent ↵Arthur de Jong2005-09-012-8/+17
| | | | | | error messages git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@162 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add Herbert Weinhandl <weinhand@unileoben.ac.at> to ↵Arthur de Jong2005-09-011-0/+1
| | | | | | contributors git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@161 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add some design notes for developersArthur de Jong2005-09-011-0/+28
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@160 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add extra checks not to overwrite our own input file ↵Arthur de Jong2005-09-011-12/+24
| | | | | | while copying files into place git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@159 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* typo fixArthur de Jong2005-09-011-2/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@158 86f53f14-5ff3-0310-afe5-9b438ce3f40c