Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
...
* make specifying of target in links configurable ↵Arthur de Jong2005-08-301-1/+5
| | | | | | (disabled by default to keep page valid XHTML 1.1) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@156 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* include transfer problem in pageproblem descriptionArthur de Jong2005-08-231-2/+3
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@152 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* make problem lists sorted by URL and problem descriptionArthur de Jong2005-08-231-0/+4
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@151 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* include short description in plugin overview pageArthur de Jong2005-08-211-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@150 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* set status to result of fetching the document (not an ↵Arthur de Jong2005-08-201-0/+2
| | | | | | error indicator) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@145 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix html bug and improve bad link stringArthur de Jong2005-08-191-2/+3
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@140 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* change html display of problems to a nicer listArthur de Jong2005-08-195-7/+18
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@139 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* split problems into page problems (parsing errors, wrong ↵Arthur de Jong2005-08-196-30/+38
| | | | | | links, etc) and link problems (errors retreiving the document) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@138 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add missing newline and trim trailing newline of extra ↵Arthur de Jong2005-08-131-2/+3
| | | | | | link info git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@131 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* don't print referenced from if there are no parentsArthur de Jong2005-08-121-0/+3
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@127 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add some extra information to every link with a nicely ↵Arthur de Jong2005-08-111-2/+60
| | | | | | formatted size git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@123 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* remove version and author from module as no other module ↵Arthur de Jong2005-07-301-3/+0
| | | | | | has one (except the plugins themselves) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@110 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* do an extra breadth first traversal of the site to ↵Arthur de Jong2005-07-291-24/+18
| | | | | | combine links into pages, combining page children and determining depth of every page and using all this in the sitemap git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@102 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* remove references to email addresses where they are not ↵Arthur de Jong2005-07-2913-37/+37
| | | | | | useful, based on a partial patch by Evelyn Mitchell <efm@tummy.com> git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@99 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix a couple of typos, also thanks to Scott Kirkwood ↵Arthur de Jong2005-07-274-6/+7
| | | | | | <scottakirkwood@gmail.com> for spotting another one git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@98 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix typo spotted by Scott Kirkwood ↵Arthur de Jong2005-07-262-2/+2
| | | | | | <scottakirkwood@gmail.com> git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@96 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* only report on internal linksArthur de Jong2005-07-251-0/+2
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@92 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* rename whatsold and whatsnew plugins to old and newArthur de Jong2005-07-242-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@85 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* call make_link() with a link object instead of a URL, ↵Arthur de Jong2005-07-2412-23/+15
| | | | | | removing the need for a mySite in plugins git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@82 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* remove HTTP status code handling from here as this ↵Arthur de Jong2005-07-241-40/+0
| | | | | | should be done by the HTTP module git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@81 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* only report on internal linksArthur de Jong2005-07-242-0/+4
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@80 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* integrate versio.py into config.py, clean up config.py ↵Arthur de Jong2005-07-231-5/+4
| | | | | | removing unused settings and clean up boolean types git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@76 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* Mike Meyer -> Mike W. MeyerArthur de Jong2005-07-2312-12/+12
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@72 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* change layout to have a simpler layout that also should ↵Arthur de Jong2005-07-221-2/+1
| | | | | | work in MSIE git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@69 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* do not use start_time from webcheck saving an importArthur de Jong2005-07-221-2/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@67 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* almost complete rewrite of crawling and site state code ↵Arthur de Jong2005-07-2211-55/+98
| | | | | | making children and parents link objects instead of URLs and giving link member variables better names, change plugins accordingly, make scheme handling more pluggable and only use one function call and have a better pluggable structure for content parsing (currently only html) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@66 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* use lower-case URL attribute in Link instead of ↵Arthur de Jong2005-07-1711-17/+17
| | | | | | upper-case URL git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@65 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* move functionality of rptlib.py to __init__.py so that ↵Arthur de Jong2005-07-1612-32/+32
| | | | | | we can just use the plugins package git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@64 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* remove __init__.py to be replaced by contents of rptlib.pyArthur de Jong2005-07-161-2/+0
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@63 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* store mtime in link object instead of age in daysArthur de Jong2005-07-102-4/+14
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@60 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* clean up HTML output generating XHTML 1.1 without frames ↵Arthur de Jong2005-07-0913-238/+242
| | | | | | and using CSS for styling also getting rid of the images git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@57 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* implement consistent sorting of all lists removing sort ↵Arthur de Jong2005-07-0411-81/+43
| | | | | | functions from rptlib and using lambda functions where needed git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@55 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* handle and document proxy settings with environment ↵Arthur de Jong2005-07-031-2/+2
| | | | | | variables git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@54 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* name webcheck with lower caseArthur de Jong2005-07-031-5/+5
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@53 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* change to most recent version of the GPL (FSF address ↵Arthur de Jong2005-06-2213-13/+13
| | | | | | change) and update notices git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@51 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* sort external links by URLArthur de Jong2005-06-181-1/+3
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@50 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* restructure a couple of things to reduce the number of ↵Arthur de Jong2005-06-181-29/+30
| | | | | | mutual imports and reduce the number of stuff gathered in webcheck.py git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@48 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add simple urllist plugin to list all visited URLsArthur de Jong2005-06-181-0/+35
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@47 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* only include internal links in sitemapArthur de Jong2005-06-181-0/+3
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@46 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* remove ugly redirection for overwrite file question ↵Arthur de Jong2005-06-181-5/+1
| | | | | | since we now write all html through a file descriptor git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@44 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* pass reference to Link class to plugins with parameter ↵Arthur de Jong2005-06-1512-55/+50
| | | | | | and make import config where it is used instead of accessing it through another module git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@43 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* make use of base consistent, do not modify it to make a ↵Arthur de Jong2005-06-152-3/+3
| | | | | | nicer URL (at least not now) and do not overwrite it with something silly from webcheck.py git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@42 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* again use the URL as link title for some linksArthur de Jong2005-06-124-4/+4
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@40 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* general clean-up of plugins structure and code, moving ↵Arthur de Jong2005-06-1112-170/+166
| | | | | | httpcodes to the only place they were used, cleaning up plugin titles, version numbers and descriptions, adding docstrings and using slightly more logical and consistent names (plus some other cleanups) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@39 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* make_link(): if no title is specified, try to look up ↵Arthur de Jong2005-06-111-4/+4
| | | | | | the title of the page and fall back to the URL as title git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@38 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* adapt plugin to using file descriptor etcArthur de Jong2005-06-111-11/+9
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@37 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* move about plugin to plugins directoryArthur de Jong2005-06-111-0/+43
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@36 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* write html files using file descriptors instead of ↵Arthur de Jong2005-06-0811-257/+255
| | | | | | through redirection using stdout, split writing of navigation frame and plugin pages plus some minor clean-ups to calling plugins git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@35 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* claiming copyright on empty files is sillyArthur de Jong2005-06-081-17/+0
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@34 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* redo output writing using a cleaner debugio and change ↵Arthur de Jong2005-06-061-1/+1
| | | | | | debug command line option git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@33 86f53f14-5ff3-0310-afe5-9b438ce3f40c