Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* also add all unfetched links from a site to make this ↵Arthur de Jong2006-04-271-0/+5
| | | | | | method recallable git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@249 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* make get_link() function a public class functionArthur de Jong2006-04-271-5/+5
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@248 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* move URL checking bit to right function and improve ↵Arthur de Jong2006-04-271-5/+5
| | | | | | anchor debugging messages even further git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@247 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix remaining references to escape instead of htmlescapeArthur de Jong2006-04-271-7/+7
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@246 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* support passing a URL to add_reqanchor() plus some minor ↵Arthur de Jong2006-04-271-3/+7
| | | | | | comments changes git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@245 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* handle problems in regular expressions passed on the ↵Arthur de Jong2006-04-271-39/+43
| | | | | | command line a little more gracefully git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@244 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* rename escape() function to htmlescape() to make it a ↵Arthur de Jong2006-04-234-10/+10
| | | | | | little clearer what we're escaping git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@243 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* code improvements thanks to pylintArthur de Jong2006-04-2327-372/+460
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@242 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* also sort parent list by URL if titles are the sameArthur de Jong2006-04-231-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@241 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* also properly handle time-out problems which only pass ↵Arthur de Jong2006-04-231-3/+7
| | | | | | one parameter with the exception git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@240 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* implement a time-out setting with a default of 10 secondsArthur de Jong2006-04-112-0/+7
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@239 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* revert to borderless links as they look ugly in some ↵Arthur de Jong2006-04-111-2/+0
| | | | | | (most) cases git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@238 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* rename slow plugin to sizeArthur de Jong2006-04-112-10/+13
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@237 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* do not fail on unknown encodings (fall back to system ↵Arthur de Jong2006-04-071-3/+6
| | | | | | encoding) and add some TODOs to do extra encoding checking git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@236 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* split urlescape() from _urlclean() and ensure that all ↵Arthur de Jong2006-03-262-6/+14
| | | | | | anchors are consistently URL-encoded git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@235 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* only report missing anchors for pages that were fetched ↵Arthur de Jong2006-03-261-6/+6
| | | | | | and some clean-ups git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@234 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* put a border around linksArthur de Jong2006-03-261-4/+6
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@233 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* properly close html files on no outputArthur de Jong2006-03-269-0/+9
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@232 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* revert catching Exception instead of IOError that was ↵Arthur de Jong2006-03-111-1/+1
| | | | | | there for testing git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@231 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* implement checking of anchors (there should be no double ↵Arthur de Jong2006-03-104-8/+107
| | | | | | anchors and all referenced anchors should exist) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@230 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* do not include navigation for plugins that do not ↵Arthur de Jong2006-03-101-0/+3
| | | | | | generate output git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@229 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* trim spaces from title and author fields and check that ↵Arthur de Jong2006-03-102-3/+3
| | | | | | title is not empty string (apart from undefined) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@228 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* restructure plugin code to open output files from within ↵Arthur de Jong2006-03-0914-78/+117
| | | | | | plugin itself to be able to write different kinds of files git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@227 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* 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