Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* highlight current plugin in the navigation, based on a ↵Arthur de Jong2005-09-012-21/+33
| | | | | | patch by Herbert Weinhandl <weinhand@unileoben.ac.at> git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@157 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* make specifying of target in links configurable ↵Arthur de Jong2005-08-302-3/+9
| | | | | | (disabled by default to keep page valid XHTML 1.1) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@156 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add note about making instances of Link classArthur de Jong2005-08-251-0/+3
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@155 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* handle passing file names (instead of URLs) on the ↵Arthur de Jong2005-08-231-0/+5
| | | | | | command line git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@154 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add initial support for passing URLs to install_file() ↵Arthur de Jong2005-08-231-20/+23
| | | | | | function git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@153 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* include transfer problem in pageproblem descriptionArthur de Jong2005-08-231-2/+3
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@152 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* make problem lists sorted by URL and problem descriptionArthur de Jong2005-08-231-0/+4
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@151 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* include short description in plugin overview pageArthur de Jong2005-08-211-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@150 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add some other people to the AUTHORS file, mostly based ↵Arthur de Jong2005-08-211-0/+3
| | | | | | on contents of the Debian bug tracking system git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@149 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* also feed style tag content to the CSS parser to parse ↵Arthur de Jong2005-08-201-0/+7
| | | | | | inline CSS git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@148 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* remove some debugging functions from CSS parserArthur de Jong2005-08-201-3/+0
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@147 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* first attempt at a very simple CSS parser that just ↵Arthur de Jong2005-08-201-1/+28
| | | | | | summarises links to images and imported CSS files git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@146 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* set status to result of fetching the document (not an ↵Arthur de Jong2005-08-203-2/+7
| | | | | | error indicator) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@145 86f53f14-5ff3-0310-afe5-9b438ce3f40c