Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* add workaround for Python 2.3 (based on a patch by Claire...Arthur de Jong2007-10-091-0/+6
* use sets instead of sequences for children, embedded, etc...Arthur de Jong2007-07-132-6/+8
* get rid of unneeded sortArthur de Jong2007-07-131-1/+0
* some extra precautions for handling Unicode data and corr...Arthur de Jong2007-07-062-4/+4
* fix some copyright datesArthur de Jong2007-05-123-3/+3
* update copyright informationArthur de Jong2007-05-081-2/+2
* fixes to make output XHTML 1.1 compliantArthur de Jong2007-04-243-8/+20
* lower-case anchor and errors to include id as optionArthur de Jong2007-04-241-1/+1
* fix typoArthur de Jong2007-04-201-1/+1
* use consistent Unicode conversionArthur de Jong2007-04-061-8/+14
* bail out if reading user input failedArthur de Jong2007-04-061-1/+6
* clean up a little and simplifyArthur de Jong2007-03-101-8/+3
* 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