Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* add missing newline and trim trailing newline of extra li...Arthur de Jong2005-08-131-2/+3
* don't print referenced from if there are no parentsArthur de Jong2005-08-121-0/+3
* add some extra information to every link with a nicely fo...Arthur de Jong2005-08-111-2/+60
* remove version and author from module as no other module ...Arthur de Jong2005-07-301-3/+0
* do an extra breadth first traversal of the site to combin...Arthur de Jong2005-07-291-24/+18
* remove references to email addresses where they are not u...Arthur de Jong2005-07-2913-37/+37
* fix a couple of typos, also thanks to Scott Kirkwood <sco...Arthur de Jong2005-07-274-6/+7
* fix typo spotted by Scott Kirkwood <scottakirkwood@gmail....Arthur de Jong2005-07-262-2/+2
* only report on internal linksArthur de Jong2005-07-251-0/+2
* rename whatsold and whatsnew plugins to old and newArthur de Jong2005-07-242-2/+2
* call make_link() with a link object instead of a URL, rem...Arthur de Jong2005-07-2412-23/+15
* remove HTTP status code handling from here as this should...Arthur de Jong2005-07-241-40/+0
* only report on internal linksArthur de Jong2005-07-242-0/+4
* integrate versio.py into config.py, clean up config.py re...Arthur de Jong2005-07-231-5/+4
* Mike Meyer -> Mike W. MeyerArthur de Jong2005-07-2312-12/+12
* change layout to have a simpler layout that also should w...Arthur de Jong2005-07-221-2/+1
* do not use start_time from webcheck saving an importArthur de Jong2005-07-221-2/+1
* almost complete rewrite of crawling and site state code m...Arthur de Jong2005-07-2211-55/+98
* use lower-case URL attribute in Link instead of upper-cas...Arthur de Jong2005-07-1711-17/+17