html - wget --page-requisites locally? -


i have local html file referencing image , style data in various places in local file system. i’d list of referenced files; or alternatively command copy html files , referenced files clear location (with or without changing links in html file), can make self-contained zip file of html page.

it seems wget provides support downloading html file including prerequisites (images, styles) using --page-requisites flag. unfortunately not support file:// url.

what options here?

why not setting local apache server , serve off localhost?

you can use easyphp, mamp or other set local apache server.


Comments

Popular posts from this blog

Using 'OR' and 'AND' in SQL Server -

python - Finding intersection between ellipse and a line -

c++ - NetBeans Remote Development with additional configuration -