Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* highlight current plugin in the navigation, based on a pa...Arthur de Jong2005-09-012-21/+33
* make specifying of target in links configurable (disabled...Arthur de Jong2005-08-302-3/+9
* add note about making instances of Link classArthur de Jong2005-08-251-0/+3
* handle passing file names (instead of URLs) on the comman...Arthur de Jong2005-08-231-0/+5
* add initial support for passing URLs to install_file() fu...Arthur de Jong2005-08-231-20/+23
* include transfer problem in pageproblem descriptionArthur de Jong2005-08-231-2/+3
* make problem lists sorted by URL and problem descriptionArthur de Jong2005-08-231-0/+4
* include short description in plugin overview pageArthur de Jong2005-08-211-2/+2
* add some other people to the AUTHORS file, mostly based o...Arthur de Jong2005-08-211-0/+3
* also feed style tag content to the CSS parser to parse in...Arthur de Jong2005-08-201-0/+7
* remove some debugging functions from CSS parserArthur de Jong2005-08-201-3/+0
* first attempt at a very simple CSS parser that just summa...Arthur de Jong2005-08-201-1/+28
* set status to result of fetching the document (not an err...Arthur de Jong2005-08-203-2/+7
* add checking of unescaped spaces to the html parser, incl...Arthur de Jong2005-08-201-25/+41
* pass site as parameter to parse_args() instead of declari...Arthur de Jong2005-08-191-4/+2
* fix bug with following redirects where otherwise unrefere...Arthur de Jong2005-08-191-4/+7
* move redirect handling code to crawler module, including ...Arthur de Jong2005-08-194-24/+32
* fix html bug and improve bad link stringArthur de Jong2005-08-191-2/+3
* change html display of problems to a nicer listArthur de Jong2005-08-196-8/+19
* split problems into page problems (parsing errors, wrong ...Arthur de Jong2005-08-1911-47/+65
* get files ready for 1.9.3 release1.9.3Arthur de Jong2005-08-165-18/+114
* pick up configured filenames if present in directoriesArthur de Jong2005-08-163-46/+76
* add extra debugging infoArthur de Jong2005-08-161-8/+15
* use a pool of ftp connections to keep ftp connection to a...Arthur de Jong2005-08-131-18/+25
* almost complete reimplementation of the ftp scheme, handl...Arthur de Jong2005-08-131-62/+64
* add missing newline and trim trailing newline of extra li...Arthur de Jong2005-08-131-2/+3
* complete reimplementation of file module, reading index.h...Arthur de Jong2005-08-121-21/+49
* rename parameter to acceptedtypes to not conflict with mi...Arthur de Jong2005-08-124-6/+6
* also pass mimetypes to scheme modules to only fetch conte...Arthur de Jong2005-08-126-15/+29
* don't print referenced from if there are no parentsArthur de Jong2005-08-121-0/+3
* add checkurl method to clean up URLs and report problems ...Arthur de Jong2005-08-121-2/+14
* put compiled regular expression on module level so that i...Arthur de Jong2005-08-121-2/+4
* small fix to render menu better under MSIEArthur de Jong2005-08-121-1/+1
* add some extra information to every link with a nicely fo...Arthur de Jong2005-08-111-2/+60
* make parsing handle errors a little more gracefully, than...Arthur de Jong2005-08-011-3/+6
* get files ready for 1.9.2 release1.9.2Arthur de Jong2005-07-314-248/+391
* also catch AttributeError for problem in HTMLParser not f...Arthur de Jong2005-07-311-1/+1
* add note about supported versions of pythonArthur de Jong2005-07-311-0/+4
* replace numeric entity refs with their proper values base...Arthur de Jong2005-07-311-2/+11
* put new html parser in placeArthur de Jong2005-07-311-88/+113
* add https module as a wrapper to the http moduleArthur de Jong2005-07-311-0/+26
* while cleaning URLs also make host part lower-case and al...Arthur de Jong2005-07-311-3/+11
* fix a thinkoArthur de Jong2005-07-301-1/+1
* fix typoArthur de Jong2005-07-301-1/+1
* follow_link() now returns None when trying to follow a re...Arthur de Jong2005-07-301-7/+18
* remove version and author from module as no other module ...Arthur de Jong2005-07-301-3/+0
* remove support for extra configurable headersArthur de Jong2005-07-301-4/+0
* reimplement http module to be a little more generic and c...Arthur de Jong2005-07-301-97/+91
* give second search through website a slightly different d...Arthur de Jong2005-07-301-1/+1
* also ignore io errors when retrieving robots.txt filesArthur de Jong2005-07-301-1/+1