<?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>Schadenfreude &#187; Calibre</title>
	<atom:link href="http://www.ralree.com/tag/calibre/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ralree.com</link>
	<description>Malicious enjoyment derived from observing someone else's misfortune</description>
	<lastBuildDate>Thu, 09 Feb 2012 01:49:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Calibre with the Nook on Ubuntu</title>
		<link>http://www.ralree.com/2010/01/01/calibre-with-the-nook-on-ubuntu/</link>
		<comments>http://www.ralree.com/2010/01/01/calibre-with-the-nook-on-ubuntu/#comments</comments>
		<pubDate>Fri, 01 Jan 2010 09:55:48 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[Calibre]]></category>
		<category><![CDATA[ebooks]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nook]]></category>
		<category><![CDATA[reading]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.ralree.com/?p=22747</guid>
		<description><![CDATA[Calibre is about the best thing since sliced bread. It is able to convert basically any type of Ebook format into EPUB, which is what my Nook reads natively. It seamlessly syncs with the Nook as well, which is a huge plus, and all of this happens in Linux. I highly recommend this software. Just make sure not to queue up too many jobs, or it might DOS your computer for a bit. The PDF conversion is especially intensive. It [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://calibre-ebook.com/">Calibre</a> is about the best thing since sliced bread.  It is able to convert basically any type of Ebook format into EPUB, which is what my Nook reads natively.  It seamlessly syncs with the Nook as well, which is a huge plus, and all of this happens in Linux.  I highly recommend this software.  Just make sure not to queue up too many jobs, or it might DOS your computer for a bit.  The PDF conversion is especially intensive.  It makes quick work of short documents (hundreds of pages), but documents that are thousands of pages take much, much longer.  The only capability I&#8217;m missing currently is conversion of DOC to EPUB, but I can use OpenOffice to convert a DOC to HTML, and then import that into Calibre and convert it, so that works.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2010/01/01/calibre-with-the-nook-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fixing italics in Calibre EPUB output</title>
		<link>http://www.ralree.com/2009/12/31/fixing-italics-in-calibre-epub-output/</link>
		<comments>http://www.ralree.com/2009/12/31/fixing-italics-in-calibre-epub-output/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 16:30:05 +0000</pubDate>
		<dc:creator>Erik</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[awesome]]></category>
		<category><![CDATA[Calibre]]></category>
		<category><![CDATA[ebooks]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[nook]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.ralree.com/?p=22743</guid>
		<description><![CDATA[I converted an ebook from TXT to EPUB today using Calibre, and found that the italics (which in the TXT file are annotated /like this/) are not converted into the HTML equivalent.  I did the following to fix this: unzip ebook.epub -d tmpbook cd tmpbook perl -i.bak -pe 's/([\s-,.;\'?:]+)\/(.+?)\/([\s-,.;\'?:]+)/$1&#60;i&#62;$2&#60;\/i&#62;$3/sg;' *html That will create.bak files just in case anything went wrong.  To revert the changes, do this: for i in *.bak; do mv $i ${i%.bak}; done zip -r ebook.zip * &#38;&#38; [...]]]></description>
			<content:encoded><![CDATA[<p>I converted an ebook from TXT to EPUB today using Calibre, and found that the italics (which in the TXT file are annotated /like this/) are not converted into the HTML equivalent.  I did the following to fix this:</p>
<ol>
<li>unzip ebook.epub -d tmpbook</li>
<li>cd tmpbook</li>
<li><code>perl -i.bak -pe 's/([\s-,.;\'?:]+)\/(.+?)\/([\s-,.;\'?:]+)/$1&lt;i&gt;$2&lt;\/i&gt;$3/sg;' *html</code></li>
<li>That will create.bak files just in case anything went wrong.  To revert the changes, do this:<br />
<code>for i in *.bak; do mv $i ${i%.bak}; done</code></li>
<li><code>zip -r ebook.zip * &amp;&amp; mv ebook.zip ebook.epub</code></li>
</ol>
<p>Then, I found out Calibre works beautifully with the Nook, so I just popped it on there and it worked.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ralree.com/2009/12/31/fixing-italics-in-calibre-epub-output/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

