Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/webcheck.py
Commit message (Collapse)AuthorAgeFilesLines
* get files ready for 1.9.6 release1.9.6Arthur de Jong2006-01-301-3/+3
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@225 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add --internal option to match internal URLs with a ↵Arthur de Jong2005-12-281-3/+6
| | | | | | regular expression git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@204 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
* update --help output to take multiple base URLs into accountArthur de Jong2005-12-171-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@187 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
* add long command-line options as equivalents for the ↵Arthur de Jong2005-09-181-35/+36
| | | | | | short options git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@181 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* do not prepend output directory twice (thanks to Stefan ↵Arthur de Jong2005-09-161-1/+1
| | | | | | Schröder <stefan@tokonoma.de> for spotting this) git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@173 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* turn error into warningArthur de Jong2005-09-161-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@172 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* make error handling more robust and have consistent ↵Arthur de Jong2005-09-011-3/+3
| | | | | | error messages git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@162 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add extra checks not to overwrite our own input file ↵Arthur de Jong2005-09-011-12/+24
| | | | | | while copying files into place git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@159 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* handle passing file names (instead of URLs) on the ↵Arthur de Jong2005-08-231-0/+5
| | | | | | command line git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@154 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* add initial support for passing URLs to install_file() ↵Arthur de Jong2005-08-231-20/+23
| | | | | | function git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@153 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* pass site as parameter to parse_args() instead of ↵Arthur de Jong2005-08-191-4/+2
| | | | | | declaring it global git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@143 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
* integrate versio.py into config.py, clean up config.py ↵Arthur de Jong2005-07-231-12/+11
| | | | | | removing unused settings and clean up boolean types git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@76 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* remove logo option since the current output does not use oneArthur de Jong2005-07-231-3/+0
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@75 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* Mike Meyer -> Mike W. MeyerArthur de Jong2005-07-231-3/+3
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@72 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* don't add . to python path as it's not needed and put ↵Arthur de Jong2005-07-221-12/+2
| | | | | | command line handling in same order as options git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@70 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* do not use start_time from webcheck saving an importArthur de Jong2005-07-221-2/+0
| | | | 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-37/+22
| | | | | | 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-3/+3
| | | | | | we can just use the plugins package git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@64 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* remove unneeded import and printArthur de Jong2005-07-101-1/+0
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@59 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* clean up HTML output generating XHTML 1.1 without frames ↵Arthur de Jong2005-07-091-21/+36
| | | | | | 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
* name webcheck with lower caseArthur de Jong2005-07-031-3/+3
| | | | 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-221-1/+1
| | | | | | change) and update notices git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@51 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* split main() part into it's own functionArthur de Jong2005-06-181-4/+7
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@49 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* restructure a couple of things to reduce the number of ↵Arthur de Jong2005-06-181-15/+5
| | | | | | 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 problems plugin to config instead of hard-codingArthur de Jong2005-06-181-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@45 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* pass reference to Link class to plugins with parameter ↵Arthur de Jong2005-06-151-3/+0
| | | | | | 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-151-2/+2
| | | | | | 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
* write html files using file descriptors instead of ↵Arthur de Jong2005-06-081-7/+10
| | | | | | 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
* redo output writing using a cleaner debugio and change ↵Arthur de Jong2005-06-061-12/+12
| | | | | | debug command line option git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@33 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* small text improvementArthur de Jong2005-06-061-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@29 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* also support --forceArthur de Jong2005-05-271-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@27 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* redo command-line checkingArthur de Jong2005-05-271-32/+75
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@26 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* rename linkList to linkMapArthur de Jong2005-04-131-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@23 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* make nicer file (copyrights) headersArthur de Jong2005-04-071-4/+6
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@15 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* import Debian package patchesArthur de Jong2005-04-061-3/+18
| | | | git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@10 86f53f14-5ff3-0310-afe5-9b438ce3f40c
* import of release 1.01.0Arthur de Jong2005-03-291-0/+145
git-svn-id: http://arthurdejong.org/svn/webcheck/webcheck@2 86f53f14-5ff3-0310-afe5-9b438ce3f40c