Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* present sitemap with all basesArthur de Jong2006-10-231-1/+5
* print reason why link is yanked if availableArthur de Jong2006-10-231-1/+6
* fix sortingArthur de Jong2006-05-161-1/+1
* update link to fancytooltipsArthur de Jong2006-05-161-1/+1
* add makebackup option to open_file() so we can implement ...Arthur de Jong2006-05-151-10/+15
* include favicon.ico file in generated reportArthur de Jong2006-05-071-0/+2
* move html escaping and unescaping functions to parsers.htmlArthur de Jong2006-05-071-25/+3
* some more small code improvements thanks to pycheckerArthur de Jong2006-05-071-1/+0
* fix remaining references to escape instead of htmlescapeArthur de Jong2006-04-271-7/+7
* rename escape() function to htmlescape() to make it a lit...Arthur de Jong2006-04-234-10/+10
* code improvements thanks to pylintArthur de Jong2006-04-2314-87/+136
* also sort parent list by URL if titles are the sameArthur de Jong2006-04-231-1/+1
* rename slow plugin to sizeArthur de Jong2006-04-111-9/+12
* only report missing anchors for pages that were fetched a...Arthur de Jong2006-03-261-6/+6
* properly close html files on no outputArthur de Jong2006-03-269-0/+9
* implement checking of anchors (there should be no double ...Arthur de Jong2006-03-101-0/+47
* do not include navigation for plugins that do not generat...Arthur de Jong2006-03-101-0/+3
* trim spaces from title and author fields and check that t...Arthur de Jong2006-03-101-1/+1
* restructure plugin code to open output files from within ...Arthur de Jong2006-03-0913-77/+116
* update copyright notice and indicate that we're using GPL2+Arthur de Jong2006-01-291-4/+5
* ignore errors when converting to Unicode string and uses ...Arthur de Jong2006-01-191-1/+1
* also escape the URL when generating linksArthur de Jong2006-01-191-2/+2
* explicitly convert strings to Unicode to avoid potential ...Arthur de Jong2006-01-191-7/+7
* fix typoArthur de Jong2005-12-291-1/+1
* make text even shorterArthur de Jong2005-12-281-1/+1
* first generate (with filter and lambda expressions) a lis...Arthur de Jong2005-12-289-102/+155
* make copyright information a little more compactArthur de Jong2005-12-281-29/+14
* move printing of description into plugin instead of from ...Arthur de Jong2005-12-2713-47/+87
* fix indenting and closing li of generated html codeArthur de Jong2005-12-271-4/+3
* replace backslashes from end of lines where they are not ...Arthur de Jong2005-12-2710-117/+117
* include reference to FancyTooltips in about screenArthur de Jong2005-12-271-0/+16
* reference and install FancyTooltips from webcheckArthur de Jong2005-12-171-0/+1
* add copyright clarification to specify that generated out...Arthur de Jong2005-12-1713-0/+39
* implement out own proper escape function and use it inste...Arthur de Jong2005-09-174-28/+50
* store author and title in Unicode internally and ensure t...Arthur de Jong2005-09-172-11/+20
* fix typoArthur de Jong2005-09-171-1/+1
* improve code and documentation of the open_file() functio...Arthur de Jong2005-09-161-7/+15
* present some more information about webcheck and the gene...Arthur de Jong2005-09-101-5/+63
* remove version numbers from plugins since they were not r...Arthur de Jong2005-09-1012-14/+0
* make error handling more robust and have consistent error...Arthur de Jong2005-09-011-5/+14
* typo fixArthur de Jong2005-09-011-2/+1
* highlight current plugin in the navigation, based on a pa...Arthur de Jong2005-09-011-21/+28
* make specifying of target in links configurable (disabled...Arthur de Jong2005-08-301-1/+5
* include transfer problem in pageproblem descriptionArthur de Jong2005-08-231-2/+3
* make problem lists sorted by URL and problem descriptionArthur de Jong2005-08-231-0/+4
* include short description in plugin overview pageArthur de Jong2005-08-211-2/+2
* set status to result of fetching the document (not an err...Arthur de Jong2005-08-201-0/+2
* fix html bug and improve bad link stringArthur de Jong2005-08-191-2/+3
* change html display of problems to a nicer listArthur de Jong2005-08-195-7/+18
* split problems into page problems (parsing errors, wrong ...Arthur de Jong2005-08-196-30/+38