<?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>takizo, not takezo &#187; manual</title>
	<atom:link href="http://systems.takizo.com/tag/manual/feed/" rel="self" type="application/rss+xml" />
	<link>http://systems.takizo.com</link>
	<description>the systems admin blog</description>
	<lastBuildDate>Fri, 25 Nov 2011 00:55:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>How to Use Wget to Download Manual from Website</title>
		<link>http://systems.takizo.com/2008/07/08/how-to-wget-download-from-website/</link>
		<comments>http://systems.takizo.com/2008/07/08/how-to-wget-download-from-website/#comments</comments>
		<pubDate>Tue, 08 Jul 2008 14:08:29 +0000</pubDate>
		<dc:creator>psyber.monkey</dc:creator>
				<category><![CDATA[Application]]></category>
		<category><![CDATA[freebsd]]></category>
		<category><![CDATA[manual]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[unix]]></category>
		<category><![CDATA[website]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://systems.takizo.com/?p=273</guid>
		<description><![CDATA[Most of the time, we would prefer to read manual offline instead of browsing online, sometime we do not have internet access, and in the boredom, we can read the manual OFFLINE! Example below will show you how to grab the manual online to your machine. Using wget to Download Website for Offline Reading If [...]]]></description>
			<content:encoded><![CDATA[<p>Most of the time, we would prefer to read manual offline instead of browsing online, sometime we do not have internet access, and in the boredom, we can read the manual OFFLINE! Example below will show you how to grab the manual online to your machine. </p>
<h2>Using wget to Download Website for Offline Reading</h2>
<p>If you have wget installed on your machine, you can do the command below to download a website for offline read. </p>
<pre>
<code>
shell> wget --no-parent --mirror -p --convert-links -P ~/Documents/local-browsing http://www.some-website.com/howto/
</code>
</pre>
<p>Above command will download the entire website into your machine in your home directory Document/local-browsing. Now you can read while you are offline!</p>
]]></content:encoded>
			<wfw:commentRss>http://systems.takizo.com/2008/07/08/how-to-wget-download-from-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

