HTML Grabber Robot : version 0.11 (25/01/1999)
----------------------------------------------
Copyright (c) 1998-1999 Nicolas HADACEK (hadacek@kde.org)
Distributed under the GNU General Public License


This small set of Python scripts are useful to download HTML sites for offline
browsing or for archival purpose.

Starting from a given page, the robot grabs all the links of the page if there
are on the same site.
The bot can resume a stopped download : it checks for already downloaded files
(if up-to-date with the server version) and only grabs the lacking ones.

You need at least Python 1.3. Python scripts are probably less efficient in
term of speed than C programs but the code is very simple to understand and to
modify.

Look at the HOW_TO_USE and TODO files.



NB: this is ALPHA software. Please report bugs to hadacek@kde.org
