html - download webpage and dependencies, including css images -


I often have to download a webpage and then edit it offline. I have tried some tools and due to the main feature they have to download the referenced images in the CSS files.

Is there any such tool (for Linux) which will download everything so that the webpage is one offline offline except AJAX)?

wget - page-requirements http://example.com/your/page.html

Wgets are the reason for downloading all the files that are required to display a given HTML page properly. It includes things like inline images, sounds and referenced stylesheets.

Edit: Midter is correct: share wget does not parse images and download files. However, there is a patch connecting this feature: [/]

UPDATE: The above mentioned patches, issued on September 22, 2009:

  ** Added support for css. It includes: - Parsing links from css files, and css content have been found in HTML style tags and attributes. - Auxiliary conversion of links found in css content, when - convert-link is specified. - Ensuring that the css file ends in the ".css" file name extension when the convert-link is specified  

Comments

Popular posts from this blog

asp.net - Javascript/DOM Why is does my form not support submit()? -

sockets - Delphi: TTcpServer, connection reset when reading -

javascript - Classic ASP "ExecuteGlobal" statement acting differently on two servers -