Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/plugins/external.py
Commit message (Collapse)AuthorAgeFilesLines
* first generate (with filter and lambda expressions) a ↵Arthur de Jong2005-12-281-8/+12
| | | | | | 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
* move printing of description into plugin instead of from ↵Arthur de Jong2005-12-271-4/+8
| | | | | | __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-2/+2
| | | | | | required git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@196 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
* remove version numbers from plugins since they were not ↵Arthur de Jong2005-09-101-1/+0
| | | | | | really used or useful git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@169 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
* call make_link() with a link object instead of a URL, ↵Arthur de Jong2005-07-241-4/+1
| | | | | | removing the need for a mySite in plugins git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@82 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
* almost complete rewrite of crawling and site state code ↵Arthur de Jong2005-07-221-12/+19
| | | | | | 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-2/+2
| | | | | | 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-3/+3
| | | | | | we can just use the plugins package git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@64 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* clean up HTML output generating XHTML 1.1 without frames ↵Arthur de Jong2005-07-091-4/+13
| | | | | | 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-041-5/+4
| | | | | | functions from rptlib and using lambda functions where needed git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@55 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* change to most recent version of the GPL (FSF address ↵Arthur de Jong2005-06-221-1/+1
| | | | | | 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
* pass reference to Link class to plugins with parameter ↵Arthur de Jong2005-06-151-4/+3
| | | | | | 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
* general clean-up of plugins structure and code, moving ↵Arthur de Jong2005-06-111-10/+9
| | | | | | 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
* write html files using file descriptors instead of ↵Arthur de Jong2005-06-081-11/+7
| | | | | | 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
* rename linkList to linkMapArthur de Jong2005-04-131-3/+3
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@23 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* indent with spaces instead of tabs (tabs are evil)Arthur de Jong2005-04-091-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@20 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* make nicer file (copyrights) headersArthur de Jong2005-04-071-2/+5
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@15 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* tabs to spaces (tabs are evil)Arthur de Jong2005-04-071-3/+3
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@12 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* import of release 1.01.0Arthur de Jong2005-03-291-0/+40
git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@2 86f53f14-5ff3-0310-afe5-9b438ce3f40c