Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* get files ready for 1.9.1 release1.9.1Arthur de Jong2005-07-253-2/+35
* fix typo, thanks to Stefan Schröder <stefan@tokonoma.de>Arthur de Jong2005-07-251-1/+1
* only report on internal linksArthur de Jong2005-07-251-0/+2
* empty module as place holder to parse CSS (referenced fro...Arthur de Jong2005-07-251-0/+20
* don't replace an already set titleArthur de Jong2005-07-251-1/+2
* add ChangeLog for release1.9.0Arthur de Jong2005-07-241-0/+500
* get files ready for releaseArthur de Jong2005-07-242-5/+59
* clean up README removing sections that should be in the m...Arthur de Jong2005-07-241-80/+23
* rename whatsold and whatsnew plugins to old and newArthur de Jong2005-07-243-4/+4
* handle socket errors properlyArthur de Jong2005-07-241-1/+6
* fix for incomplete change in r76, now version should not ...Arthur de Jong2005-07-241-1/+1
* call make_link() with a link object instead of a URL, rem...Arthur de Jong2005-07-2412-23/+15
* remove HTTP status code handling from here as this should...Arthur de Jong2005-07-241-40/+0
* only report on internal linksArthur de Jong2005-07-242-0/+4
* only add links to crawl list if they are not in there all...Arthur de Jong2005-07-241-2/+2
* flush stdout after each message so that redirecting stdou...Arthur de Jong2005-07-241-0/+1
* fix regular expression matchingArthur de Jong2005-07-231-2/+3
* integrate versio.py into config.py, clean up config.py re...Arthur de Jong2005-07-236-181/+85
* remove logo option since the current output does not use oneArthur de Jong2005-07-233-14/+0
* most systems already know about .shtml filesArthur de Jong2005-07-231-4/+1
* first step in cleaning up documentation, integrating INST...Arthur de Jong2005-07-234-220/+156
* Mike Meyer -> Mike W. MeyerArthur de Jong2005-07-2322-25/+25
* add support for sleep between requestsArthur de Jong2005-07-221-0/+4
* don't add . to python path as it's not needed and put com...Arthur de Jong2005-07-221-12/+2
* change layout to have a simpler layout that also should w...Arthur de Jong2005-07-222-27/+7
* fix docstringsArthur de Jong2005-07-221-11/+9
* do not use start_time from webcheck saving an importArthur de Jong2005-07-222-4/+1
* almost complete rewrite of crawling and site state code m...Arthur de Jong2005-07-2220-484/+589
* use lower-case URL attribute in Link instead of upper-cas...Arthur de Jong2005-07-1716-53/+53
* move functionality of rptlib.py to __init__.py so that we...Arthur de Jong2005-07-1613-35/+35
* remove __init__.py to be replaced by contents of rptlib.pyArthur de Jong2005-07-161-2/+0
* add note about pattern matchingArthur de Jong2005-07-161-0/+2
* rework scheme code to use more logical function names, mo...Arthur de Jong2005-07-105-177/+125
* store mtime in link object instead of age in daysArthur de Jong2005-07-105-9/+19
* remove unneeded import and printArthur de Jong2005-07-102-2/+0
* move htmlparse to a more generic parsers package, cleanin...Arthur de Jong2005-07-093-75/+73
* clean up HTML output generating XHTML 1.1 without frames ...Arthur de Jong2005-07-0915-341/+397
* put plugins in a more logical orderArthur de Jong2005-07-041-5/+6
* implement consistent sorting of all lists removing sort f...Arthur de Jong2005-07-0411-81/+43
* handle and document proxy settings with environment varia...Arthur de Jong2005-07-034-9/+13
* name webcheck with lower caseArthur de Jong2005-07-038-57/+57
* clean up get_reply() function to uses proper recursion an...Arthur de Jong2005-06-281-23/+16
* change to most recent version of the GPL (FSF address cha...Arthur de Jong2005-06-2223-25/+25
* sort external links by URLArthur de Jong2005-06-181-1/+3
* split main() part into it's own functionArthur de Jong2005-06-181-4/+7
* restructure a couple of things to reduce the number of mu...Arthur de Jong2005-06-182-44/+35
* add simple urllist plugin to list all visited URLsArthur de Jong2005-06-182-0/+37
* only include internal links in sitemapArthur de Jong2005-06-181-0/+3
* add problems plugin to config instead of hard-codingArthur de Jong2005-06-182-4/+4
* remove ugly redirection for overwrite file question since...Arthur de Jong2005-06-181-5/+1