<?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>anoved.net &#187; Uncategorized</title>
	<atom:link href="http://anoved.net/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://anoved.net</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 22:41:16 +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>Ebook Recipe for Safari Reading List</title>
		<link>http://anoved.net/2012/02/ebook-recipe-for-safari-reading-list/</link>
		<comments>http://anoved.net/2012/02/ebook-recipe-for-safari-reading-list/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 22:30:50 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[recipe]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=3758</guid>
		<description><![CDATA[Reading List is a Safari browser feature that helps you bookmark articles you want to read later. Calibre is an ebook utility program. I wrote a script for Calibre that generates an ebook of the articles in your Reading List, so you can read them at your leisure on the device of your choice. Introduction [...]]]></description>
			<content:encoded><![CDATA[<p>Reading List is a Safari browser feature that helps you bookmark articles you want to read later. Calibre is an ebook utility program. I wrote a script for Calibre that generates an ebook of the articles in your Reading List, so you can read them at your leisure on the device of your choice.</p>
<p><span id="more-3758"></span></p>
<h2><a name="intro"></a>Introduction and Images</h2>
<p>Recent versions of Safari include a feature called <a href="http://www.apple.com/safari/features.html#browsing">Reading List</a> which &#8220;lets you save web pages to read or browse later.&#8221; It&#8217;s essentially a queue of temporary bookmarks. It looks like this:</p>
<p><a href="https://github.com/anoved/Safari-Reading-List-Recipe/blob/master/Screenshots/safari-reading-list.png"><img class="alignnone size-full wp-image-3761" title="safari-reading-list-blog" src="http://anoved.net/media/2012/02/safari-reading-list-blog.png" alt="" width="700" height="310" /></a></p>
<p><code>SafariReadingList.recipe</code> is a script for <a href="http://calibre-ebook.com/">Calibre</a> which generates an ebook from the unread items in your Reading List. Each bookmark is represented as a chapter in the ebook. The oldest bookmark appears first. Here&#8217;s what the output looks like in Calibre&#8217;s ebook viewer:</p>
<p><a href="https://github.com/anoved/Safari-Reading-List-Recipe/blob/master/Screenshots/reading-list-ebook.png"><img class="alignnone size-full wp-image-3760" title="reading-list-ebook-blog" src="http://anoved.net/media/2012/02/reading-list-ebook-blog.png" alt="" width="700" height="310" /></a></p>
<p>Where&#8217;s what the output looks like on a Kindle 3:</p>
<p><a href="https://github.com/anoved/Safari-Reading-List-Recipe/blob/master/Screenshots/kindle-rl-sections-and-articles.gif"><img class="alignnone size-full wp-image-3763" title="krl-sections-and-articles" src="http://anoved.net/media/2012/02/krl-sections-and-articles.png" alt="" width="272" height="372" /></a> <a href="https://github.com/anoved/Safari-Reading-List-Recipe/blob/master/Screenshots/kindle-rl-article-list.gif"><img class="alignnone size-full wp-image-3762" title="krl-articles-list" src="http://anoved.net/media/2012/02/krl-articles-list.png" alt="" width="272" height="372" /></a></p>
<h2><a name="setup"></a>Installation and Usage</h2>
<p>This script requires <a href="http://calibre-ebook.com/">Calibre</a>. You should <a href="http://manual.calibre-ebook.com/gui.html">familiarize yourself with the interface</a> before proceeding.</p>
<p>Here&#8217;s how to install the script:</p>
<ol>
<li>Download <a href="https://raw.github.com/anoved/Safari-Reading-List-Recipe/master/SafariReadingList.recipe"><code>SafariReadingList.recipe</code></a></li>
<li>In Calibre, go to <em>Fetch News &gt; Add a custom news source</em>.</li>
<li>Click <em>Load recipe from file</em> and select the downloaded recipe.</li>
<li>Click <em>Close</em> and, if prompted to continue, click <em>Yes</em>.</li>
</ol>
<p>Here&#8217;s how to run the script when you are ready to get an ebook of your Reading List:</p>
<ol>
<li>In Calibre, go to <em>Fetch News &gt; Schedule news download</em>.</li>
<li>Locate and select the new <em>Safari Reading List</em> recipe.</li>
<li>Click <em>Download now</em>. The new issue of your <em>Safari Reading List</em> will appear in your library momentarily.</li>
</ol>
<p>Alternatively, you can instruct Calibre to run the script automatically at regular intervals. This way, a current copy of your Reading List ebook will always be ready to read.</p>
<h2><a name="notes"></a>Notes</h2>
<ul>
<li><strong>This recipe does not modify your Reading List.</strong> Articles will remain in your Reading List until you manually remove them.</li>
<li>If you have enabled <a href="http://www.apple.com/icloud/features/calendar-mail-contacts.html">iCloud bookmark sharing</a>, your Reading List will be synced and accessible on all your devices. Cool, huh?</li>
<li>Interested in reading long articles on an ereader, but you&#8217;d rather not deal with Calibre and buggy scripts you found on some guy&#8217;s website? No problem. <a href="http://www.instapaper.com/">Check out Instapaper.</a> It can do all this and more.</li>
<li>You can <em>add</em> items to Reading List programmatically with Safari&#8217;s <code>add reading list item</code> AppleScript command, but as far as I know this is the first third-party thingy to actually <em>read</em> items from Reading List. Probably because reading undocumented files is unwise.</li>
<li>This script doesn&#8217;t do much error checking and is therefore liable to fail in a variety of cases. <a href="https://github.com/anoved/Safari-Reading-List-Recipe">Go fork it and submit fixes.</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2012/02/ebook-recipe-for-safari-reading-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Neighborhood Pizzeria</title>
		<link>http://anoved.net/2012/02/neighborhood-pizzeria/</link>
		<comments>http://anoved.net/2012/02/neighborhood-pizzeria/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 20:53:38 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=3750</guid>
		<description><![CDATA[Happy to discover a new pizza place has opened up nearby (Me-Ma&#8217;s Pizzeria, 286 Conklin Ave). I stopped in for a slice this afternoon and enjoyed some February sunshine from the window seat.]]></description>
			<content:encoded><![CDATA[<p>Happy to discover a new pizza place has opened up nearby (Me-Ma&#8217;s Pizzeria, 286 Conklin Ave). I stopped in for a slice this afternoon and enjoyed some February sunshine from the window seat.</p>
<p><img src="http://anoved.net/media/2012/02/mamaspizzeria.jpg" alt="" title="mamaspizzeria" width="700" height="394" class="alignnone size-full wp-image-3751" /></p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2012/02/neighborhood-pizzeria/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bike Locks</title>
		<link>http://anoved.net/2012/02/bike-locks/</link>
		<comments>http://anoved.net/2012/02/bike-locks/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 16:48:43 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[bike]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=3733</guid>
		<description><![CDATA[I&#8217;ve got a new bike lock. I upgraded from a combination cable lock to a U-lock with a key. It&#8217;s an OnGuard Bulldog and it is charged with the defense of the realm (the realm being my bicycle). I derive an inordinate amount of pleasure from figuring out how to mount equipment on bikes. In this [...]]]></description>
			<content:encoded><![CDATA[<p><a title="New U-Lock by anoved, on Flickr" href="http://www.flickr.com/photos/anoved/6841640249/"><img style="border: 1px solid black;" src="http://farm8.staticflickr.com/7157/6841640249_ed3aab8980_z.jpg" alt="New U-Lock" width="640" height="360" /></a></p>
<p>I&#8217;ve got a new bike lock. I upgraded from a combination cable lock to a U-lock with a key. It&#8217;s an <a href="http://www.onguardlock.com/">OnGuard Bulldog</a> and it is charged with the defense of the realm (the realm being my bicycle).</p>
<p>I derive an inordinate amount of pleasure from figuring out how to mount equipment on bikes. In this case, I&#8217;ve &#8220;holstered&#8221; the lock between the seat tube and the rear rack. It sits flush with the outermost tubing of the rack and inside the plane of the crank. It&#8217;s out of the way while pedaling but easy to access when needed.</p>
<p>I am uncertain how sturdy the plastic mounting clip will prove to be in the long run, but it&#8217;s a clever three-piece design that permits installation in nearly any orientation. The lock snaps into place with a reassuringly positive click, but releases smoothly when the yellow tab is pressed.</p>
<p><a title="locksnip by anoved, on Flickr" href="http://www.flickr.com/photos/anoved/6825592015/"><img class="alignleft" src="http://farm8.staticflickr.com/7159/6825592015_dd3b0a9fb1_t.jpg" alt="locksnip" width="100" height="100" /></a>The purchase of this lock was prompted by the mutinous dereliction of duty exhibited by its predecessor. After years of faithful service, one morning it refused to release my steed as ordered. (Actually, I suspect I must have accidentally reset the combination while fumbling with it in the dark the night before.) Having no choice but to dance with the dark side in order to free my own ride, I cut the lock.</p>
<p><strong>It was alarmingly easy.</strong> I consider locks of any sort a deterrent to opportunistic theft only, but even so I decided a beefier lock was a worthwhile investment. A cable lock can be cut quickly with a pair of snips that fit in your pocket.</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2012/02/bike-locks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ereader Assessment</title>
		<link>http://anoved.net/2012/02/ereader-assessment/</link>
		<comments>http://anoved.net/2012/02/ereader-assessment/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 05:54:30 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[books]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=3685</guid>
		<description><![CDATA[I compare my Kindle 3 to the Nook Simple Touch, primarily regarding the advantages and disadvantages of the touchscreen interface. Plus a wee sideways rant about DRM and freedom of speech.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve had a Kindle for about a year now and have used it quite a lot (but <a href="https://twitter.com/#!/anoved/status/166751049770745856">by no means exclusively</a>).</p>
<p>Recently, I had a chance to play around with a <a href="http://www.barnesandnoble.com/p/nook-simple-touch-barnes-noble/1102344735">Nook Simple Touch</a>. I thought I would share a few observations for the benefit of anyone interested in comparing these ereaders.</p>
<p><img class="alignnone size-full wp-image-3698" title="kindle-keyboard-closeup" src="http://anoved.net/media/2012/02/kindle-keyboard-closeup.jpg" alt="" width="700" height="308" /><br />
<em>The Kindle 3 keyboard and &#8220;<code>SYM</code>&#8221; punctuation menu.</em></p>
<p><span id="more-3685"></span></p>
<p>First and foremost, the Nook&#8217;s on-screen keyboard is superior to the Kindle&#8217;s keyboard. (Marco Arment, creator of <a href="http://www.instapaper.com/faq">Instapaper</a>, <a href="http://www.marco.org/2011/06/03/nook-simple-touch-review">agrees</a>.) It is more responsive &#8211; the Kindle&#8217;s buttons require some effort to depress &#8211; and it is arranged more intuitively. The buttons on the Kindle keyboard are aligned oddly compared to any other QWERTY keyboard; the difference may appear minor, but I sometimes mis-type letters because of it. Numbers and punctuation characters seem easier to access as well. Navigating the Kindle <code>SYM</code> menu with the joystick is so tedious I often skip it, resulting in notes that later seem embarrassingly incoherent and inchoate.</p>
<p class="rpullquote">Writing more about what I&#8217;m reading is a habit I&#8217;m happy to cultivate. Tools that help me do so legibly are welcome.</p>
<p>A common response to these complaints is to ask what need there is to type when reading at all. That&#8217;s a valid question. My answer is that the ability to annotate without constraint (in terms of etiquette as well as available space) has lead me to write more frequently about what I&#8217;m reading. This is a habit I am happy to cultivate. Tools that help me do so legibly are welcome.</p>
<p>The topic of annotation leads to my second observation: selecting text on the Nook by touching it on screen is quicker (and perhaps less disruptive to the nascent thoughts you want to write down) than using the Kindle joystick to toggle your way across the page.</p>
<p>None of these touch-based advantages are necessarily unique to the Nook. Ereader apps for iOS offer similar benefits, and I presume the <a href="http://www.amazon.com/dp/B005890G8Y/ref=sa_menu_kdpwtso3">Kindle Touch</a> and other touchscreen readers do, too.</p>
<p><img class="alignnone size-full wp-image-3709" title="hands-on-steinbeck" src="http://anoved.net/media/2012/02/hands-on-steinbeck.jpg" alt="" width="700" height="394" /></p>
<p>The Kindle has its merits, though. I like that the screen is inert &#8211; like the page of the book &#8211; because it means I can hold or handle the device pretty much however I want without causing accidental input. I feel that one reason I&#8217;ve been able to read comfortably on the Kindle is that I can indeed read comfortably with it &#8211; lying in bed, draped across a chair, or lounging in any one of a number of other improbable poses. If I&#8217;m holding the Kindle upside down or sideways, it&#8217;s easiest to support with a steady grip, as in the photo above. Would that placement of my thumb turn the page on a touchscreen reader? Gripping a book by nothing but the margins is no way to live &#8211; you gotta jump right in and get your hands on the page.</p>
<p>One last point for the Nook, though &#8211; it is apparently straightforward to upload your own &#8220;screensaver&#8221; images. No offense to Steinbeck and the other dead authors of Important Works who inhabit the Kindle cover, but I&#8217;d love to put my own photos or artwork on screen for change. Displaying cover art from the ebooks on the device would be nice, too. (To be fair, it evidently <em>is</em> possible &#8211; but only with <a href="http://wiki.mobileread.com/wiki/Kindle_Screen_Saver_Hack_for_all_2.x_and_3.x_Kindles">unsupported software</a>.)</p>
<p style="text-align: center;">•</p>
<p>I&#8217;ve been talking about the Kindle and Nook hardware, but a comprehensive assessment must also take into account the associated stores. You certainly <em>can</em> get ebooks from sources besides Amazon or Barnes &amp; Noble; for instance, <a href="http://weightlessbooks.com/">Weightless Books</a> sells ebook versions of some of my favorite short fiction magazines, and <a href="http://www.gutenberg.org/">Project Gutenberg</a> is the go-to place for classics now in the public domain. The significant limitation is that the <a href="https://www.eff.org/issues/drm">DRM</a>-encrypted ebooks you <em>do</em> purchase from the big stores are essentially tethered to those vendors&#8217; devices, which must be a factor in your choice. The problem is complex and a discussion of solutions is outside the scope of this post.</p>
<p>(In brief, however, my view is that just as <a href="http://caselaw.lp.findlaw.com/data/constitution/amendment01/">nobody can tell you <em>what</em> you&#8217;re allowed to read</a>, nobody should be able to tell you <em>how</em> or <em>where</em> you&#8217;re allowed to read, either. And if they do, they&#8217;re retrograde enemies of the Enlightenment, so fie on them and their feudal desires! Etc.)</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2012/02/ereader-assessment/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Drawing the &#8220;Hairy Mango&#8221;</title>
		<link>http://anoved.net/2012/02/drawing-the-hairy-mango/</link>
		<comments>http://anoved.net/2012/02/drawing-the-hairy-mango/#comments</comments>
		<pubDate>Wed, 08 Feb 2012 02:41:35 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[art]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=3657</guid>
		<description><![CDATA[  Here is a portrait I did of Matthew Sanborn Smith, SF author and host of the hilarious bite-size bizarro podcast Beware the Hairy Mango. Matthew recently put out a call for fan art (&#8220;fart&#8221;). Coincidentally, I&#8217;ve been kicking around the idea of a portfolio of podcast host portraits, so I took the opportunity to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://anoved.net/media/2012/02/MSS.jpg"><img class="size-medium wp-image-3658 alignnone" title="MSS" src="http://anoved.net/media/2012/02/MSS-300x300.jpg" alt="" width="300" height="300" /></a> <a href="http://anoved.net/media/2012/02/MSS-sketch.jpg"><img class="alignnone size-medium wp-image-3661" title="MSS-sketch" src="http://anoved.net/media/2012/02/MSS-sketch-300x300.jpg" alt="" width="300" height="300" /></a></p>
<p>Here is a portrait I did of Matthew Sanborn Smith, <a href="http://theonethousand.blogspot.com/">SF author</a> and host of the hilarious bite-size bizarro podcast <a href="http://bewarethehairymango.com/">Beware the Hairy Mango</a>. Matthew recently put out a call for fan art (&#8220;fart&#8221;). Coincidentally, I&#8217;ve been kicking around the idea of a portfolio of podcast host portraits, so I took the opportunity to practice taking a drawing from sketchbook doodle to finished composition, such as it is. At right is my sketch (based on Matthew&#8217;s <a href="https://twitter.com/#!/upwithgravity">Twitter icon</a>) and at left is the digital version. The background colors are based on the podcast&#8217;s website color scheme and the rest of the palette is, of course, <a href="https://en.wikipedia.org/wiki/File:Mango_and_cross_section_edit.jpg">mango</a>-colored.</p>
<p>I hope to continue doing more art projects. Help establish the habit and follow my new <a href="http://anoved.net/tag/weekendartifacts/">Weekend Artifact</a> series!</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2012/02/drawing-the-hairy-mango/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Running Lights</title>
		<link>http://anoved.net/2012/02/running-lights/</link>
		<comments>http://anoved.net/2012/02/running-lights/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 02:36:01 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[running]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=3689</guid>
		<description><![CDATA[Why don&#8217;t more people lace mini LED lights into their shoelaces? Probably because it would be distracting and useless. It sure looks cool from six inches away, though.]]></description>
			<content:encoded><![CDATA[<p>Why don&#8217;t more people lace mini LED lights into their shoelaces? Probably because it would be distracting and useless. It sure looks cool from six inches away, though.</p>
<p><a href="http://www.flickr.com/photos/anoved/6827147763/" title="footlight1 by anoved, on Flickr"><img src="http://farm8.staticflickr.com/7156/6827147763_db4061fd4c_o.jpg" width="700" height="394" alt="footlight1"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2012/02/running-lights/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weekend Artifact I for February 5, 2012</title>
		<link>http://anoved.net/2012/02/weekend-artifact-i-for-february-5-2012/</link>
		<comments>http://anoved.net/2012/02/weekend-artifact-i-for-february-5-2012/#comments</comments>
		<pubDate>Sun, 05 Feb 2012 19:07:09 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[art]]></category>
		<category><![CDATA[weekendartifacts]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=3675</guid>
		<description><![CDATA[Let&#8217;s start a little series. I&#8217;ll feature some creative artifact here each weekend. It won&#8217;t necessarily be a drawing, but that&#8217;s most likely. Here&#8217;s a sketch to get started: Your comments and constructive criticisms are welcome.]]></description>
			<content:encoded><![CDATA[<p>Let&#8217;s start a little series. I&#8217;ll feature some creative artifact here <a href="http://anoved.net/tag/weekendartifacts/">each weekend</a>. It won&#8217;t necessarily be a drawing, but that&#8217;s most likely. Here&#8217;s a sketch to get started:</p>
<p><a href="http://www.flickr.com/photos/anoved/6824674969/" title="Untitled by anoved, on Flickr"><img src="http://farm8.staticflickr.com/7143/6824674969_e95c08d04b_o.jpg" width="700" height="700" alt=""></a></p>
<p>Your comments and constructive criticisms are welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2012/02/weekend-artifact-i-for-february-5-2012/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Strange Horizons ebook issue generator</title>
		<link>http://anoved.net/2012/01/sh-ebook-recipe/</link>
		<comments>http://anoved.net/2012/01/sh-ebook-recipe/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 23:56:00 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[books]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[recipe]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=3646</guid>
		<description><![CDATA[Calibre recipe to retrieve the current issue of Strange Horizons and format it as an ebook.
]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-3647" title="sh-mobi" src="http://anoved.net/media/2012/01/sh-mobi.png" alt="" width="302" height="412" />Attentive readers may notice I&#8217;ve been on a bit of an ebook kick recently. Here&#8217;s a tool I made to generate ebook issues of <em>Strange Horizons</em>, an SF magazine:</p>
<blockquote><p><a href="http://www.strangehorizons.com/">Strange Horizons</a> is a weekly magazine of and about speculative fiction. Calibre is a free and open source ebook library management application.</p>
<p>Calibre has an extensible system &#8220;for downloading news from the Internet and converting it into an ebook.&#8221; The scripts Calibre uses to retrieve and format news are known as <a href="http://manual.calibre-ebook.com/news.html">recipes</a>. Recipes can be configured as simple RSS readers or as custom Python scripts using Calibre&#8217;s <a href="http://manual.calibre-ebook.com/news_recipe.html">recipe API</a>.</p>
<p>Strange Horizons is published online as a web site. This Calibre recipe retrieves the current issue of Strange Horizons and outputs an ebook suitable for reading on a Kindle or other ereader device.</p></blockquote>
<p>The script and other details, including installation and usage notes, <a href="https://github.com/anoved/Calibre-Recipe-for-Strange-Horizons">are available on GitHub</a>.</p>
<p><strong>Update</strong>: this recipe has been included in Calibre 0.8.38.</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2012/01/sh-ebook-recipe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Text Justification with the Kindle Collections Plugin for Calibre</title>
		<link>http://anoved.net/2012/01/text-justification-with-the-kindle-collections-plugin-for-calibre/</link>
		<comments>http://anoved.net/2012/01/text-justification-with-the-kindle-collections-plugin-for-calibre/#comments</comments>
		<pubDate>Tue, 31 Jan 2012 02:06:13 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[books]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=3637</guid>
		<description><![CDATA[A guide to using the "Kindle Collections" plugin for Calibre to enable left justified text on the Kindle.]]></description>
			<content:encoded><![CDATA[<p>I <a href="https://twitter.com/#!/anoved/status/162930084783718402">recently mentioned</a> that I used <a href="http://calibre-ebook.com/">Calibre</a> to enable left justification on my Kindle. More precisely, the justification option is a minor feature of the <a href="http://www.mobileread.com/forums/showthread.php?t=118635">Kindle Collections plugin</a>. The plugin&#8217;s primary purpose is to help organize <a href="https://www.amazon.com/gp/help/customer/display.html/ref=hp_k2cont_sort?nodeId=200375840&amp;#k2sort">collections</a> on your Kindle. I find it a bit complicated for that purpose, but I was happy to discover a way to enable left justification. (<a href="http://www.mobileread.com/forums/showthread.php?t=99661">Turns out there are other ways to do it, too.</a>) Full justification looks great when typeset well, as is usually the case in printed books, but in some circumstances it doesn&#8217;t appear quite so stately on the Kindle. In these cases, I prefer the &#8220;ragged right&#8221; of left justification to distracting gaps or <a href="https://en.wikipedia.org/wiki/River_(typography)">rivers</a> within the text itself.</p>
<p><span id="more-3637"></span></p>
<p>Download the <a href="http://www.mobileread.com/forums/showthread.php?t=118635">Kindle Collections plugin</a>. As of the time of this writing, the current version is 1.7.10. Go to Calibre <em>Preferences &gt; Advanced &gt; Plugins</em> and click <em>Load plugin from file</em>. Select the <em><a href="http://www.mobileread.com/forums/attachment.php?attachmentid=79289&amp;d=1322064138">Kindle Collections.zip</a></em> file you downloaded. Now it should appear in the list of installed plugins:</p>
<p><img class="alignnone size-full wp-image-3641" title="calibre-plugin-prefs" src="http://anoved.net/media/2012/01/calibre-plugin-prefs.png" alt="" width="671" height="538" /></p>
<p>Click <em>Apply</em> and close the preferences window.</p>
<p>When your Kindle is connected by USB, choose <em>Modify Kindle Settings…</em> from the <em>Kindle Collections</em> toolbar button menu:</p>
<p><img class="alignnone size-full wp-image-3640" title="kindle-collections-menu" src="http://anoved.net/media/2012/01/kindle-collections-menu.png" alt="" width="381" height="347" /></p>
<p>Check <em>Allow changing justification</em> and click <em>Save</em>.</p>
<p><img class="alignnone size-full wp-image-3639" title="collections-settings" src="http://anoved.net/media/2012/01/collections-settings.png" alt="" width="700" height="291" /></p>
<p>Now you will notice a new option in your Kindle&#8217;s font settings panel: justification!</p>
<p><img class="alignnone size-full wp-image-3638" title="kindlesettings" src="http://anoved.net/media/2012/01/kindlesettings.png" alt="" width="519" height="491" /></p>
<p>Left justification doesn&#8217;t work with all ebooks, unfortunately, but as I learn more about ebook formats it may turn out to be something that can be tweaked as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2012/01/text-justification-with-the-kindle-collections-plugin-for-calibre/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Calibre Content Server</title>
		<link>http://anoved.net/2012/01/calibre-content-server/</link>
		<comments>http://anoved.net/2012/01/calibre-content-server/#comments</comments>
		<pubDate>Thu, 26 Jan 2012 20:07:36 +0000</pubDate>
		<dc:creator>Jim</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[books]]></category>

		<guid isPermaLink="false">http://anoved.net/?p=3606</guid>
		<description><![CDATA[An overview of using Calibre's content server to share your ebook library, with screenshots illustrating setup and access examples from a variety of platforms (desktop web browser, Kindle browser, and iOS apps like Stanza).]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-3612" title="Calibre ebook library" src="http://anoved.net/media/2012/01/1s.png" alt="" width="700" height="412" /></p>
<p><a href="http://calibre-ebook.com/">Calibre</a> is an ebook management application. You can use it to convert ebooks to different formats, to edit metadata, or to organize and browse your ebook library. It can also act as a &#8220;Content Server&#8221;, providing an easy way to publish a searchable online catalog of your ebooks. This feature is useful for accessing your ebooks on different computers and devices. It could also be useful for libraries or research groups interested in sharing material over the internet.</p>
<p>In this post, I&#8217;ll show how to setup the Calibre Content Server and share a few examples.</p>
<p><span id="more-3606"></span></p>
<p>The Calibre interface can appear pretty complicated at first. In the screenshot above, I&#8217;ve already simplified it to suit my needs by adjusting <em>Preferences &gt; Interface &gt; Toolbar &gt; The main toolbar</em>. The buttons in the bottom right of the window toggle the panels surrounding the central list of books: the tag browser, the cover browser, and the selected book details (hidden).</p>
<p>You can use the <em>Connect/share</em> toolbar button to turn the Content Server on and off. If it&#8217;s not already visible, visit the toolbar preferences again and add it to the list of current actions:</p>
<p><img class="alignnone size-full wp-image-3613" title="Add the Connect/share button to the toolbar" src="http://anoved.net/media/2012/01/2s.png" alt="" width="700" height="412" /></p>
<p>Then, to share your ebooks, select <em>Start Content Server</em> from the <em>Connect/share</em> button menu. (Depending on your system settings, at this point your computer might ask if want to grant Calibre network access; if so, approve the request.)</p>
<p><img class="alignnone size-full wp-image-3614" title="Starting the Content Server" src="http://anoved.net/media/2012/01/3s.png" alt="" width="700" height="412" /></p>
<p>(By default, no password is required to access the Content Server. I&#8217;ll show you how to set a password and a few other options in a bit.)</p>
<p>Now go to your web browser and enter <em>127.0.0.1:8080</em> as the URL. (127.0.0.1 is a <a href="https://en.wikipedia.org/wiki/Localhost">special address</a> that refers to your own computer; 8080 is the default port of the Calibre Content Server.) You&#8217;ll see a nice catalog screen generated by Calibre:</p>
<p><img class="alignnone size-full wp-image-3615" title="Calibre Content Server home page" src="http://anoved.net/media/2012/01/4s.png" alt="" width="700" height="462" /></p>
<p>You can browse the library by any of the provided categories, or you can enter a query in the <em>Search</em> field. Searching is sensitive to metadata as well as title and author, so you can search by publisher, publication date, ISBN, or any other attributes associated with the items in your library.</p>
<p>Here I&#8217;ve searched for issues of <a href="http://www.lightspeedmagazine.com/">Lightspeed Magazine</a> and clicked the <em>Details</em> link to see more information about an issue. If your ebooks have cover art, Calibre does a nice job incorporating it into the interface.</p>
<p><img class="alignnone size-full wp-image-3616" title="Examining ebook details" src="http://anoved.net/media/2012/01/5s.png" alt="" width="700" height="462" /></p>
<p>To download the ebook, click the <em>Get</em> button that appears under the cover art in the search results (not visible above), or click any of the format links to download the book in a specific format (EPUB, MOBI, etc.). Of course, in this example, we&#8217;re browsing the catalog on the same computer the server is running on, so we already have access to all the content.</p>
<p>To browse the catalog from a different computer on the local network, replace <em>127.0.0.1</em> with the server&#8217;s actual IP number. On a Mac, you can find this under <em>System Preferences &gt; Network</em>.</p>
<p>Now may be a good time to set a password. In Calibre, go to <em>Preferences &gt; Sharing &gt; Sharing over the net</em> to specify a password. You can also choose to start the Content Server automatically whenever Calibre is running.</p>
<p><img class="alignnone size-full wp-image-3617" title="Content Server settings" src="http://anoved.net/media/2012/01/contentserversetups.png" alt="" width="700" height="572" /></p>
<p>Visitors will now be prompted to provide the username and password before the catalog is displayed.</p>
<p>You can access the catalog from other devices, too. On a Kindle, press <em>Home &gt; Menu</em> and go to <em>Experimental &gt; launch browser</em>. Enter the server&#8217;s address (in my case, it&#8217;s 192.168.1.5:8080, but your network will differ). If you set a password, you&#8217;ll be prompted to log in.</p>
<p><img class="alignnone size-full wp-image-3628" title="kindle-login" src="http://anoved.net/media/2012/01/kindle-login.png" alt="" width="402" height="545" /></p>
<p>Although the Kindle keyboard is cumbersome, the browser can navigate the catalog competently.</p>
<p><img class="alignnone size-full wp-image-3626" title="kindle-browse" src="http://anoved.net/media/2012/01/kindle-browse.png" alt="" width="402" height="545" /></p>
<p>Note that I&#8217;ve appended <em>/browse</em> to the URL to explicitly request the full interface. Otherwise, a simplified mobile listing appears. In either case, select a MOBI link to download the ebook directly to the Kindle:</p>
<p><img class="alignnone size-full wp-image-3627" title="kindle-download" src="http://anoved.net/media/2012/01/kindle-download.png" alt="" width="402" height="545" /></p>
<p>You can browse the catalog with Safari on an iOS device, although an even smoother solution is to use a free e-reader app called <a href="http://itunes.apple.com/us/app/stanza/id284956128?mt=8">Stanza</a> (although Stanza&#8217;s long-term future is unclear, <a href="http://bits.blogs.nytimes.com/2009/04/27/amazon-acquires-stanza-an-e-book-application-for-the-iphone/">since it was bought by Amazon</a>). Go to Stanza&#8217;s <em>Get Books &gt; Shared</em> tab; if you&#8217;re on the same local network as the Content Server, it should appear automatically under <em>Computers Sharing Books</em>. (You can also click <em>+</em> to add it manually to the list of <em>Book Sources</em>.) Select the server and log in.</p>
<p><img class="alignnone size-full wp-image-3630" title="Browsing servers in Stanza" src="http://anoved.net/media/2012/01/stanzabrowses.png" alt="" width="322" height="492" /> <img class="alignnone size-full wp-image-3631" title="stanzalogin" src="http://anoved.net/media/2012/01/stanzalogin.png" alt="" width="322" height="492" /></p>
<p>Stanza will present a searchable list of categories, similar to the web interface. When you select an ebook, tap <em>Download</em> to save it to your Stanza library.</p>
<p><img class="alignnone size-full wp-image-3632" title="stanzasearch" src="http://anoved.net/media/2012/01/stanzasearch.png" alt="" width="322" height="492" /> <img class="alignnone size-full wp-image-3620" title="stanzadownloads" src="http://anoved.net/media/2012/01/stanzadownloads.png" alt="" width="322" height="492" /></p>
<p>Making your ebook catalog available over the internet (not just your local network) is possible, but the configuration depends on your network. For home networks, a few router settings may be sufficient (I&#8217;ll consider a follow-up post with details). In an institutional environment with more complex technical or political characteristics, it may be less feasible.</p>
]]></content:encoded>
			<wfw:commentRss>http://anoved.net/2012/01/calibre-content-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

