Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* 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
* move functionality of rptlib.py to __init__.py so that we...Arthur de Jong2005-07-1612-32/+32
* remove __init__.py to be replaced by contents of rptlib.pyArthur de Jong2005-07-161-2/+0
* store mtime in link object instead of age in daysArthur de Jong2005-07-102-4/+14
* clean up HTML output generating XHTML 1.1 without frames ...Arthur de Jong2005-07-0913-238/+242
* implement consistent sorting of all lists removing sort f...Arthur de Jong2005-07-0411-81/+43
* handle and document proxy settings with environment varia...Arthur de Jong2005-07-031-2/+2
* name webcheck with lower caseArthur de Jong2005-07-031-5/+5
* change to most recent version of the GPL (FSF address cha...Arthur de Jong2005-06-2213-13/+13
* sort external links by URLArthur de Jong2005-06-181-1/+3
* restructure a couple of things to reduce the number of mu...Arthur de Jong2005-06-181-29/+30
* add simple urllist plugin to list all visited URLsArthur de Jong2005-06-181-0/+35
* only include internal links in sitemapArthur de Jong2005-06-181-0/+3
* remove ugly redirection for overwrite file question since...Arthur de Jong2005-06-181-5/+1
* pass reference to Link class to plugins with parameter an...Arthur de Jong2005-06-1512-55/+50
* make use of base consistent, do not modify it to make a n...Arthur de Jong2005-06-152-3/+3
* again use the URL as link title for some linksArthur de Jong2005-06-124-4/+4
* general clean-up of plugins structure and code, moving ht...Arthur de Jong2005-06-1112-170/+166
* make_link(): if no title is specified, try to look up the...Arthur de Jong2005-06-111-4/+4
* adapt plugin to using file descriptor etcArthur de Jong2005-06-111-11/+9
* move about plugin to plugins directoryArthur de Jong2005-06-111-0/+43