WebArchive Extractor is a utility that can take Apple’s WebArchive file format, and turn the file into a “normal” directory structure.
WebArchive files can be created by saving a web page in Safari (saving all the graphics, css, and images) or you can create one with TextEdit.
This utility’s focus is on helping you to create simple HTML pages with images using TextEdit. For example, after you create a document with images in TextEdit, you can save the file as WebArchive, use this utility to convert the file into a directory structure, and then upload the extracted directory structure to a web server. This process can be used to create help files for web applications or very simple web sites.




To get the WebArchiveExtractor source, you’ll need to use the free and open source git version control system. Once you have git installed, you can clone the repository by going to the following project page: http://github.com/robrohan/WebArchiveExtractor
This version of WebArchiveExtractor is forked from Vitaly Davidenko’s Web Archive Extractor utility which can be found on Sourceforge.
Copyright 2006 Vitaly Davidenko (2006-10-12) Apple Public License
Copyright 2007 Rob Rohan (2007-09-18)
Icons Copyright:
TITLE: Crystal Project Icons
AUTHOR: Everaldo Coelho
SITE: http://www.everaldo.com
CONTACT: everaldo everaldo com
Copyright (c) 2006-2007 Everaldo Coelho.
http://everaldo.com/crystal/?action=license
I also got some help from the great web site: http://cocoadevcentral.com/