Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/plugins/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* 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
* move printing of description into plugin instead of from ↵Arthur de Jong2005-12-271-2/+0
| | | | | | __init__.py git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@198 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* replace backslashes from end of lines where they are not ↵Arthur de Jong2005-12-271-23/+23
| | | | | | required git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@196 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-171-0/+3
| | | | | | 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-171-14/+38
| | | | | | 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-171-4/+7
| | | | | | 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
* 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
* 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
* split problems into page problems (parsing errors, wrong ↵Arthur de Jong2005-08-191-15/+2
| | | | | | 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
* remove references to email addresses where they are not ↵Arthur de Jong2005-07-291-3/+3
| | | | | | 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-271-2/+3
| | | | | | <scottakirkwood@gmail.com> for spotting another one git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@98 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* call make_link() with a link object instead of a URL, ↵Arthur de Jong2005-07-241-8/+3
| | | | | | removing the need for a mySite in plugins git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@82 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-231-1/+1
| | | | 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-221-4/+5
| | | | | | 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-171-1/+1
| | | | | | 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-161-0/+168
| | | | | | 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
* 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
* make nicer file (copyrights) headersArthur de Jong2005-04-071-3/+5
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@15 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* import of release 1.01.0Arthur de Jong2005-03-291-0/+17
git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@2 86f53f14-5ff3-0310-afe5-9b438ce3f40c