<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Entropy, The Blog &#187; webarchiver</title>
	<atom:link href="http://www.entropytheblog.com/blog/category/webarchiver/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.entropytheblog.com/blog</link>
	<description>My Random Thoughts</description>
	<lastBuildDate>Fri, 10 Apr 2009 07:02:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>webarchiver: Create safari webarchives from the command line.</title>
		<link>http://www.entropytheblog.com/blog/2008/11/webarchiver-create-safari-webarchives-from-the-command-line/</link>
		<comments>http://www.entropytheblog.com/blog/2008/11/webarchiver-create-safari-webarchives-from-the-command-line/#comments</comments>
		<pubDate>Sat, 29 Nov 2008 10:45:41 +0000</pubDate>
		<dc:creator>Paul</dc:creator>
				<category><![CDATA[webarchiver]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.entropytheblog.com/blog/?p=7</guid>
		<description><![CDATA[Webarchiver allows you to create Safari .webarchive files from the command line. Webarchives are a convenient way to store a webpage and its associated files (images, css, javascript, etc) in a single file. It is very simple to use:
./webarchiver -url http://www.google.com -output google.webarchive
Usage $
./webarchiver

webarchiver 0.2
Usage: webarchiver -url URL -output FILE
Example: webarchiver -url http://www.google.com -output google.webarchive
-url [...]]]></description>
			<content:encoded><![CDATA[<p>Webarchiver allows you to create Safari .webarchive files from the command line. Webarchives are a convenient way to store a webpage and its associated files (images, css, javascript, etc) in a single file. It is very simple to use:</p>
<p>./webarchiver -url http://www.google.com -output google.webarchive</p>
<p><strong>Usage</strong> <code>$</code></p>
<p><code>./webarchiver</code></p>
<pre>
<code><code>webarchiver 0.2
Usage: webarchiver -url URL -output FILE
Example: webarchiver -url http://www.google.com -output google.webarchive
-url    http:// or path to local file
-output File to write webarchive to&lt;/code&gt;
</code></code>
</pre>
<p>Do not forget the ‘http://’ if you want to archive a webpage. If no ‘http://’ is present then webarchiver attempts to archive a local file.</p>
<p><strong>Download</strong></p>
<p>The easiest way to install webarchiver is using <a href="http://www.macports.org" style="text-decoration: none;"><span style="text-decoration: underline;">MacPorts</span></a><a href="http://www.macports.org" style="text-decoration: none;">:</a></p>
<p><code>sudo port install webarchiver</code></p>
<p><a href="http://www.entropytheblog.com/files/webarchiver-0.3.zip">webarchiver 0.3 binary</a> <a href="http://github.com/paulwilliam/webarchiver/tarball/0.3"></a></p>
<p><a href="http://github.com/paulwilliam/webarchiver/tarball/0.3">webarchiver source code (latest release)</a></p>
<p><a href="http://github.com/paulwilliam/webarchiver">Git Repository</a></p>
<p><strong>Release notes</strong></p>
<p>Version 0.3 : Changed URL and sorted out source for git.</p>
<p>Version 0.2 : <a href="http://www.shipsomecode.com/">John Winter</a> fixed page loading issue.</p>
<p>Version 0.1 : Initial release.</p>
<p><strong>Credits</strong></p>
<ul>
<li>Most of the credit for this goes to <a href="http://www.literatureandlatte.com">Keith Blount</a> for his very useful KBWebArchiver class.</li>
<li><a href="http://www.shipsomecode.com/">John Winter</a> for testing and bug fixing. Thanks John.</li>
<li><a href="http://www.macosxhints.com/">Rob Griffiths</a> for hosting a copy of the source when my blog was down.</li>
<li>Boey Maun Suang for creating a MacPort</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.entropytheblog.com/blog/2008/11/webarchiver-create-safari-webarchives-from-the-command-line/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
	</channel>
</rss>
