Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* update copyright yearsArthur de Jong2010-09-112-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@410 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* limit list of "referenced from" items to 10Arthur de Jong2009-05-261-0/+8
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@399 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add FIXME noteArthur de Jong2009-05-261-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@398 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add workaround for Python 2.3 (based on a patch by ↵Arthur de Jong2007-10-091-0/+6
| | | | | | Claire Connelly <cmc@math.hmc.edu>) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@358 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* use sets instead of sequences for children, embedded, ↵Arthur de Jong2007-07-132-6/+8
| | | | | | etc to improve deserialization performance with a factor 25 but now require python 2.4 of more recent git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@343 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* get rid of unneeded sortArthur de Jong2007-07-131-1/+0
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@340 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* some extra precautions for handling Unicode data and ↵Arthur de Jong2007-07-062-4/+4
| | | | | | correct HTML escaping git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@335 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix some copyright datesArthur de Jong2007-05-123-3/+3
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@331 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* update copyright informationArthur de Jong2007-05-081-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@328 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fixes to make output XHTML 1.1 compliantArthur de Jong2007-04-243-8/+20
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@327 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* lower-case anchor and errors to include id as optionArthur de Jong2007-04-241-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@325 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix typoArthur de Jong2007-04-201-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@320 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* use consistent Unicode conversionArthur de Jong2007-04-061-8/+14
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@316 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* bail out if reading user input failedArthur de Jong2007-04-061-1/+6
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@314 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* clean up a little and simplifyArthur de Jong2007-03-101-8/+3
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@311 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* present sitemap with all basesArthur de Jong2006-10-231-1/+5
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@304 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* print reason why link is yanked if availableArthur de Jong2006-10-231-1/+6
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@301 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix sortingArthur de Jong2006-05-161-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@275 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* update link to fancytooltipsArthur de Jong2006-05-161-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@274 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add makebackup option to open_file() so we can implement ↵Arthur de Jong2006-05-151-10/+15
| | | | | | updating files (e.g. serialization files) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@273 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* include favicon.ico file in generated reportArthur de Jong2006-05-071-0/+2
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@261 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* move html escaping and unescaping functions to parsers.htmlArthur de Jong2006-05-071-25/+3
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@255 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* some more small code improvements thanks to pycheckerArthur de Jong2006-05-071-1/+0
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@252 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
* 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-2314-87/+136
| | | | 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
* rename slow plugin to sizeArthur de Jong2006-04-111-9/+12
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@237 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
* 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
* implement checking of anchors (there should be no double ↵Arthur de Jong2006-03-101-0/+47
| | | | | | 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-101-1/+1
| | | | | | 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-0913-77/+116
| | | | | | 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
* 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
* 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
* fix typoArthur de Jong2005-12-291-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@205 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
* 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
* reference and install FancyTooltips from webcheckArthur de Jong2005-12-171-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@190 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add copyright clarification to specify that generated ↵Arthur de Jong2005-12-1713-0/+39
| | | | | | output files are not covered by our copyright git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@186 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-172-11/+20
| | | | | | that they are output as UTF-8 git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@179 86f53f14-5ff3-0310-afe5-9b438ce3f40c