<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Django Book Dump</title>
	<atom:link href="http://www.fogel.ca/2009/06/17/django-book-dump/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.fogel.ca/2009/06/17/django-book-dump/</link>
	<description>soapbox and search engine spam</description>
	<lastBuildDate>Thu, 17 Jun 2010 21:26:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Dave</title>
		<link>http://www.fogel.ca/2009/06/17/django-book-dump/comment-page-1/#comment-36364</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Thu, 20 May 2010 13:32:53 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogel.ca/?p=544#comment-36364</guid>
		<description>Thanks for this - worked perfectly!

For those that don&#039;t know, copy/paste the above script into a file called (for example) dumpbook.sh

Place dumpbook.sh in a convenient directory - this directory will become the parent directory of the book, as the script creates a directory called &#039;django_book&#039; in the same directory as the script

Next, chmod +x dumpbook.sh

Then finally, ./dumpbook.sh

The script will run and download the book into ./django_book/

Navigate to ./django_book/index.html with your browser (using the local file system) and enjoy!

- Dave</description>
		<content:encoded><![CDATA[<p>Thanks for this &#8211; worked perfectly!</p>
<p>For those that don&#8217;t know, copy/paste the above script into a file called (for example) dumpbook.sh</p>
<p>Place dumpbook.sh in a convenient directory &#8211; this directory will become the parent directory of the book, as the script creates a directory called &#8216;django_book&#8217; in the same directory as the script</p>
<p>Next, chmod +x dumpbook.sh</p>
<p>Then finally, ./dumpbook.sh</p>
<p>The script will run and download the book into ./django_book/</p>
<p>Navigate to ./django_book/index.html with your browser (using the local file system) and enjoy!</p>
<p>- Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Buckley</title>
		<link>http://www.fogel.ca/2009/06/17/django-book-dump/comment-page-1/#comment-32396</link>
		<dc:creator>Buckley</dc:creator>
		<pubDate>Wed, 16 Dec 2009 18:38:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogel.ca/?p=544#comment-32396</guid>
		<description>The version of sed installed on OSX (at least the version for Snow Leopard), does not support the syntax above (I was receiving error messages for &#039;extra characters at the end of d command&#039;).  To get around this OSX users should use gsed instead of sed.

To install gsed via macports use the following command: &#039;sudo port install gsed&#039;</description>
		<content:encoded><![CDATA[<p>The version of sed installed on OSX (at least the version for Snow Leopard), does not support the syntax above (I was receiving error messages for &#8216;extra characters at the end of d command&#8217;).  To get around this OSX users should use gsed instead of sed.</p>
<p>To install gsed via macports use the following command: &#8217;sudo port install gsed&#8217;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rasmus</title>
		<link>http://www.fogel.ca/2009/06/17/django-book-dump/comment-page-1/#comment-29613</link>
		<dc:creator>Rasmus</dc:creator>
		<pubDate>Wed, 16 Sep 2009 23:40:52 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogel.ca/?p=544#comment-29613</guid>
		<description>I also found this via a google search and I must say it works splendid! Train rides will be so much more fun/educating :D
For OSX (Leopard) users: SEQ isn&#039;t included in os x, so you need to get &quot;gseq&quot; from the &quot;coreutils&quot; package at macports.
(sudo port install coreutils)
After this, you can either change all seq&#039;s to gseq, or make a symbolic link like this: sudo ln -s /opt/local/bin/gseq /opt/local/bin/seq</description>
		<content:encoded><![CDATA[<p>I also found this via a google search and I must say it works splendid! Train rides will be so much more fun/educating :D<br />
For OSX (Leopard) users: SEQ isn&#8217;t included in os x, so you need to get &#8220;gseq&#8221; from the &#8220;coreutils&#8221; package at macports.<br />
(sudo port install coreutils)<br />
After this, you can either change all seq&#8217;s to gseq, or make a symbolic link like this: sudo ln -s /opt/local/bin/gseq /opt/local/bin/seq</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael J.</title>
		<link>http://www.fogel.ca/2009/06/17/django-book-dump/comment-page-1/#comment-28217</link>
		<dc:creator>Michael J.</dc:creator>
		<pubDate>Mon, 10 Aug 2009 21:36:48 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogel.ca/?p=544#comment-28217</guid>
		<description>@Roberto - cool.  It&#039;s probably that the shell I was using when I wrote the script has slightly different quoting rules than the shell you&#039;re using.  If you write up a fix for that last line that works in your shell, post it here... and also the shell you&#039;re using (dash?  bash?) that&#039;s likely also the reason the index page links are broken for you.

cheers</description>
		<content:encoded><![CDATA[<p>@Roberto &#8211; cool.  It&#8217;s probably that the shell I was using when I wrote the script has slightly different quoting rules than the shell you&#8217;re using.  If you write up a fix for that last line that works in your shell, post it here&#8230; and also the shell you&#8217;re using (dash?  bash?) that&#8217;s likely also the reason the index page links are broken for you.</p>
<p>cheers</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roberto Nerici</title>
		<link>http://www.fogel.ca/2009/06/17/django-book-dump/comment-page-1/#comment-28214</link>
		<dc:creator>Roberto Nerici</dc:creator>
		<pubDate>Mon, 10 Aug 2009 18:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://blog.fogel.ca/?p=544#comment-28214</guid>
		<description>Just came across this as a result of a search, looking for a way to download the book so I could look at it when offline.

When I try it, the last step bombs out with a &quot;Syntax error: Unterminated quoted string&quot;, but apart from the index page not taking me striaght to the chapter (yeah, I&#039;m using Firefox), it works fine.

So, thanks :-)

Roberto/.</description>
		<content:encoded><![CDATA[<p>Just came across this as a result of a search, looking for a way to download the book so I could look at it when offline.</p>
<p>When I try it, the last step bombs out with a &#8220;Syntax error: Unterminated quoted string&#8221;, but apart from the index page not taking me striaght to the chapter (yeah, I&#8217;m using Firefox), it works fine.</p>
<p>So, thanks :-)</p>
<p>Roberto/.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
