| > I use the command line. I want to make an html page
> available for offline viewing by downloading the
> html and all images / css resources from it, but not
> other pages which are links.
>
> Which arguments should I use?http://www.httrack.com/html/fcguide.html
-g just get files (saved in the current directory) (--get-files)
-n get non-html files 'near' an html file (ex: an image located outside)
(--near)
-x replace external html links by error pages (--replace-external)
Personally, for one page, I'd use FF with maff extention and create one
compact file.
| |