<?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>manual | /var/logs/paulooi.log</title>
	<atom:link href="https://logs.paulooi.com/tag/manual/feed" rel="self" type="application/rss+xml" />
	<link>https://logs.paulooi.com</link>
	<description>Systems Admin, Web Development and etc</description>
	<lastBuildDate>Thu, 04 Feb 2010 14:42:16 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>How to Use Wget to Download Manual from Website</title>
		<link>https://logs.paulooi.com/how-to-wget-download-from-website.php</link>
					<comments>https://logs.paulooi.com/how-to-wget-download-from-website.php#respond</comments>
		
		<dc:creator><![CDATA[Paul Ooi]]></dc:creator>
		<pubDate>Tue, 08 Jul 2008 14:08:29 +0000</pubDate>
				<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[<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...</p>
The post <a href="https://logs.paulooi.com/how-to-wget-download-from-website.php">How to Use Wget to Download Manual from Website</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></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>The post <a href="https://logs.paulooi.com/how-to-wget-download-from-website.php">How to Use Wget to Download Manual from Website</a> first appeared on <a href="https://logs.paulooi.com">/var/logs/paulooi.log</a>.]]></content:encoded>
					
					<wfw:commentRss>https://logs.paulooi.com/how-to-wget-download-from-website.php/feed</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
