web-archive-creator 0.03 (Default branch) |
|
|
Thursday December 13, 2007. 08:28 PM FreshMeat
wget can be used to download a Web site, with all
pages referenced by the originating one, but it
saves all pages in a directory tree (or single
directory). The intention of web-archive-creator
is to join the power of wget and the usability of
the .war format, which Konqueror is able to
browse. The Web ARrchive format is simply a tarred
and gzipped file containing the Web files. The
web-archive-creator script performs the download
with wget and writes an index.html linking to the
starting pages/URLs wget fetched.
|