Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/plugins
Commit message (Collapse)AuthorAgeFilesLines
* update copyright notice and indicate that we're using GPL2+Arthur de Jong2006-01-291-4/+5
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@219 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* ignore errors when converting to Unicode string and uses ↵Arthur de Jong2006-01-191-1/+1
| | | | | | system encoding instead of UTF-8 as default git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@217 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* also escape the URL when generating linksArthur de Jong2006-01-191-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@216 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* explicitly convert strings to Unicode to avoid potential ↵Arthur de Jong2006-01-191-7/+7
| | | | | | problems with non-ASCII characters in strings git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@215 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix typoArthur de Jong2005-12-291-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@205 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* make text even shorterArthur de Jong2005-12-281-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@201 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* first generate (with filter and lambda expressions) a ↵Arthur de Jong2005-12-289-102/+155
| | | | | | list of links that should be reported by the plugin and just then present the result, including a nicer message when there is nothing to report git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@200 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* make copyright information a little more compactArthur de Jong2005-12-281-29/+14
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@199 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* move printing of description into plugin instead of from ↵Arthur de Jong2005-12-2713-47/+87
| | | | | | __init__.py git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@198 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix indenting and closing li of generated html codeArthur de Jong2005-12-271-4/+3
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@197 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* replace backslashes from end of lines where they are not ↵Arthur de Jong2005-12-2710-117/+117
| | | | | | required git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@196 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* include reference to FancyTooltips in about screenArthur de Jong2005-12-271-0/+16
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@194 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* reference and install FancyTooltips from webcheckArthur de Jong2005-12-171-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@190 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add copyright clarification to specify that generated ↵Arthur de Jong2005-12-1713-0/+39
| | | | | | output files are not covered by our copyright git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@186 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* implement out own proper escape function and use it ↵Arthur de Jong2005-09-174-28/+50
| | | | | | instead of the functions from saxutils (this one escapes as much as possible to result in a 7 bit clean file git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@180 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* store author and title in Unicode internally and ensure ↵Arthur de Jong2005-09-172-11/+20
| | | | | | that they are output as UTF-8 git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@179 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* fix typoArthur de Jong2005-09-171-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@177 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* improve code and documentation of the open_file() ↵Arthur de Jong2005-09-161-7/+15
| | | | | | function, adding an istext flag (defaults to True) to open files as text git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@174 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* present some more information about webcheck and the ↵Arthur de Jong2005-09-101-5/+63
| | | | | | generated report instead of a plain list of plugins (and change names and descriptions where needed) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@170 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* remove version numbers from plugins since they were not ↵Arthur de Jong2005-09-1012-14/+0
| | | | | | really used or useful git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@169 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* make error handling more robust and have consistent ↵Arthur de Jong2005-09-011-5/+14
| | | | | | error messages git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@162 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* typo fixArthur de Jong2005-09-011-2/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@158 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* highlight current plugin in the navigation, based on a ↵Arthur de Jong2005-09-011-21/+28
| | | | | | patch by Herbert Weinhandl <weinhand@unileoben.ac.at> git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@157 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* 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