<?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>Victus Spiritus &#187; epublishing</title>
	<atom:link href="http://www.victusspiritus.com/tag/epublishing/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.victusspiritus.com</link>
	<description>a blog by Mark Essel on web technology, startups and design philosophy</description>
	<lastBuildDate>Mon, 30 Jan 2012 19:33:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/><cloud domain='www.victusspiritus.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>HTML to ePub and back, partial success</title>
		<link>http://www.victusspiritus.com/2011/05/21/html-to-epub-and-back-partial-success/</link>
		<comments>http://www.victusspiritus.com/2011/05/21/html-to-epub-and-back-partial-success/#comments</comments>
		<pubDate>Sat, 21 May 2011 14:25:22 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[epublishing]]></category>
		<category><![CDATA[web/tech]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=8961</guid>
		<description><![CDATA[<h2>What I&#8217;d like to accomplish with epublishing software:</h2>
<ol>
<li>Convert an intriguing site (<a href="http://openbookproject.net/py4fun/">Python for Fun</a>) from html to epub to enable easy mobile or tablet reading while offline. Automate that process for future sites which I enjoy and </li>&#8230;</ol>]]></description>
			<content:encoded><![CDATA[<h2>What I&#8217;d like to accomplish with epublishing software:</h2>
<ol>
<li>Convert an intriguing site (<a href="http://openbookproject.net/py4fun/">Python for Fun</a>) from html to epub to enable easy mobile or tablet reading while offline. Automate that process for future sites which I enjoy and which have far more content than I can consume in one sitting.</li>
<p><br/></p>
<li>Convert an existing PDF (<a href="http://victusgames.com/Welcome_to_Victus_Games.html">Children of the Ark</a>) document into a living editable wiki/web site. There are plenty of static PDFs which beg to be opened for editing by the public. Our game beta is just one of them.</li>
<p><br/></p>
<li>Convert select topics and posts from this blog into a transportable epub friendly format. I often refer to earlier blog posts. It&#8217;s fun to review what and how I thought before, and how my understanding has changed with time. Some readers prefer focused batches of content in pamphlet and book forms. I should be able to easily deliver that by organizing a few dozen posts into bundled ebook content.</li>
</ol>
<p><span id="more-8961"></span></p>
<p>This morning&#8217;s post discusses a first crack at the former. I&#8217;m hung up at a reasonable quality PDF to ePub stage. Another path of going directly from html to ePub may prove more fruitful.</p>
<h2>Scanning the web for tools</h2>
<p>After reading a number of questionable looking sites providing enormous amounts of information about how to use their $40-50 dollar tool to convert from one format to another I happened upon a google code tool called wkhtmltopdf. This provided the foundation for the conversion from html to pdf, one step in converting to a bundled format. I documented the transformation of Python for Fun into PDF form on <a href="https://github.com/victusfate/Python-for-Fun-by-Chris-Meyers">github</a>, and it was straightforward.</p>
<blockquote>
<h2>What is wkhtmltopdf?</h2>
<h3>Description</h3>
<p>Simple shell utility to convert html to pdf using the webkit rendering engine, and qt. </p>
<h3>Introduction</h3>
<p>Searching the web,  I have found several command line tools that allow you to convert a HTML-document to a PDF-document, however they all seem to use their own, and rather incomplete rendering engine,  resulting in poor quality. Recently QT 4.4 was released with a WebKit widget (WebKit is the engine of Apples Safari, which is a fork of the KDE KHtml), and making a good tool became very easy. (from wkhtmltopdf site)</p>
</blockquote>
<p>Here&#8217;s how I proceeded so far:</p>
<blockquote>
<p>Converted local html to pdf with <a href="http://code.google.com/p/wkhtmltopdf/">wkhtmltopdf</a><br />
Script:   </p>
<pre style="overflow:scroll;">/Applications/wkhtmltopdf cover index.html collection.html toc lode/lode.html buckets/buckets.html tower/tower.html animal/animal.html gui/tkPhone.html gui/sqlPhone.html gui/wxPhone.html erlang/erlang.html erlang/erlang2.html forth/forth.html lisp/lisp.html prolog/intro.html prolog/prolog1.html prolog/prolog2.html prolog/prolog3.html huffman/huffman.html rtn/rtn.html sir/sir.html unicode/unicode.html logic/logic.html logic2/logic2.html mm/simulator.html mm/assembler.html mm/compiler.html sql/sql.html wave/wave.html py4fun.pdf
</pre>
<p>output pdf:<br />
<a href="https://github.com/victusfate/Python-for-Fun-by-Chris-Meyers/blob/master/py4fun.pdf?raw=true">py4fun.pdf</a></p>
<ol>
<li>First attempt at pdf to epub:<br />
<blockquote><p>
    uploaded and converted pdf to epub with <a href="http://www.2epub.com/">2epub.com</a>  </p>
<ol>
<li>Browse to pdf file</li>
<li>upload file</li>
<li>download epub</li>
</ol>
<p>    First epub:<br />
    <a href="https://github.com/victusfate/Python-for-Fun-by-Chris-Meyers/raw/master/orig_py4fun.epub">orig_py4fun.epub</a>  (360kbytes)</p>
<p>    But the links weren&#8217;t working in that file on my iOS devices&#8230;
    </p></blockquote>
</li>
<li>Second try:<br />
<blockquote><p>
I used the Mac Store PDF Converter (by Shenzhen Wondershare Software Co. Ltd) to create py4fun.epub (11mbytes). The quality of the output epub was much lower than the free version.<br />
output file: deleted.
</p></blockquote>
</li>
<li>Third try:<br />
<blockquote><p>
I snagged <a href="http://www.lexcycle.com/desktop">Lexcycle Stanza</a> for the desktop. It imported the PDF kinda funky and requested access to a PDF viewer. Begrudgingly, I reinstalled Adobe&#8217;s PDF reader again (~420mbytes) and it opened the file fine. But this time the option to export to epub wasn&#8217;t available. Bollocks!
</p></blockquote>
</ol>
</blockquote>
<p>Unfortunately the process of transforming the PDF to ePub file proved even more frustrating. The first site I tried broke all the internal hyperlinks (2epub.com), but at least created a mostly readable epub file (some code sample formatting was lost). </p>
<p>The second tool I tried was a $60 dollar download from the Mac App Store, so I expected a high quality product. Instead what I purchased was a steaming pile of crap. It generated a huge output file (~30 times the size of the free epub file) full of broken hyper links and random blank pages. Definitely do not buy that terrible software: PDF Converter (by Shenzhen Wondershare Software Co. Ltd).</p>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2011/05/21/html-to-epub-and-back-partial-success/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2011/05/21/html-to-epub-and-back-partial-success/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Are Web Consumption Patterns the Future of Books</title>
		<link>http://www.victusspiritus.com/2011/03/03/are-web-consumptions-patterns-the-future-of-books/</link>
		<comments>http://www.victusspiritus.com/2011/03/03/are-web-consumptions-patterns-the-future-of-books/#comments</comments>
		<pubDate>Thu, 03 Mar 2011 13:29:12 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[epublishing]]></category>
		<category><![CDATA[far out]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=7500</guid>
		<description><![CDATA[<p>Kevin Kelly revealed his thoughts on the future of publishing at TOC (Tools of Change) and captured the essence of that talk in the Technium, <a href="http://www.kk.org/thetechnium/archives/2011/03/readers_of_the.php">Readers of the Screen</a>. Extrapolation is an educated guessing game at best, but it&#8217;s &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Kevin Kelly revealed his thoughts on the future of publishing at TOC (Tools of Change) and captured the essence of that talk in the Technium, <a href="http://www.kk.org/thetechnium/archives/2011/03/readers_of_the.php">Readers of the Screen</a>. Extrapolation is an educated guessing game at best, but it&#8217;s a great way to exercise one&#8217;s imagination. These are the key points which Kevin highlights:<span id="more-7500"></span></p>
<blockquote><p>
1) Screening &#8212; ubiquitous screens everywhere, and all things on every screen. We are becoming people of the screen</p>
<p>2) Interacting &#8212; we&#8217;ll interact with books with gestures, voices, hands, and in non-linear modes</p>
<p>3) Sharing &#8212; reading will become an increasing social activity, and books will weave together into a shared library</p>
<p>4) Accessing &#8212; shifting from owning books to having instant, constant access to books</p>
<p>5) Flowing &#8212; moving away from static, fixed pages to streams and flows, as in Twitter, RSS feeds, Facebook walls, Netflix, lifeblogs.</p>
<p>6) Generating &#8212; value will come from uncopyable attributes generated around books instead of in copies of books.
</p></blockquote>
<p>I concur with the majority of Mr. Kelly&#8217;s list, with a couple of caveats and an addition. </p>
<p>I believe Kevin has undervalued the precious nature of concentrated attention. I foresee a backlash to unfocused stream based scanning. If my own habits are correlated to future trends, readers will seek dedicated, quiet, and concentrated reading on personal devices. Interaction is a placeholder for communication of relevance, and there&#8217;s little doubt that structured annotations, search and ongoing scans of published works will result in topic subscription, social curation, focused search, and batch reading activity cycles.</p>
<p>The future form of the book is not something we can imagine without a complete disconnect from legacy printed structure. Story telling and documentation will adopt forms which best enable authors to express themselves to their primary audience. An evolving description language will disrupt limited utility fixed forms (html vs ePub standards).</p>
<p>If we&#8217;re predicting the future of storytelling and the distribution of knowledge, why not make a far out guess. It&#8217;s possible that we will project the act of live storytelling globally. Instead of physical screens why not tap directly into the imagination of readers and listeners by bypassing optical and auditory channels, and connect directly to higher level yet more abstract receptors. If you&#8217;ve ever been fully immersed in a brilliant book, been swallowed by a fantastic film, or moved with a mind blowing live concert you can relate to artists transcending the medium, and connecting directly to a primal part of our minds. </p>
<p>I&#8217;ve included Kevin&#8217;s TOC talk below:</p>
<p><span style="text-align:center; display: block;"><a href="http://www.victusspiritus.com/2011/03/03/are-web-consumptions-patterns-the-future-of-books/"><img src="http://img.youtube.com/vi/9k08xsjjlNc/2.jpg" alt="" /></a></span></p>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2011/03/03/are-web-consumptions-patterns-the-future-of-books/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2011/03/03/are-web-consumptions-patterns-the-future-of-books/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ars Vox is Professional Blogs to Ebooks</title>
		<link>http://www.victusspiritus.com/2010/04/24/ars-vox-is-professional-blogs-to-ebooks/</link>
		<comments>http://www.victusspiritus.com/2010/04/24/ars-vox-is-professional-blogs-to-ebooks/#comments</comments>
		<pubDate>Sun, 25 Apr 2010 00:40:26 +0000</pubDate>
		<dc:creator>Mark Essel</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[blogging]]></category>
		<category><![CDATA[ebook]]></category>
		<category><![CDATA[epublishing]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[social web]]></category>

		<guid isPermaLink="false">http://www.victusspiritus.com/?p=3666</guid>
		<description><![CDATA[<p><a href="http://arsvox.com"></a></p>
<p><span id="more-3666"></span></p>
<p>Early last year I spent a few weeks gathering a number of my early blog posts into an ebook format (<a href="../2009/05/29/my-first-ebook/" target="_blank">3 Steps to Satisfaction</a>). It took me several weeks of part time work, and the final format was &#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://arsvox.com"><img class="aligncenter size-medium wp-image-3458" title="iPad" src="http://www.victusspiritus.com/wp-content/uploads/2010/04/iPad-300x225.jpg" alt="" width="300" height="225" /></a></p>
<p><span id="more-3666"></span></p>
<p>Early last year I spent a few weeks gathering a number of my early blog posts into an ebook format (<a href="../2009/05/29/my-first-ebook/" target="_blank">3 Steps to Satisfaction</a>). It took me several weeks of part time work, and the final format was less than professional. Sure there are plenty of tools to aid manual conversion of ebook formats, but they have annoying glitches and require plenty of hands on editing to wade through. For my next blog to ebook* I’ve decided to go with a pro, and that decision has never been easier.</p>
<p>A life long^ friend of mine is leveraging his design skills in an area that myself and many others need a hand with: professionally converting blogs and books to various ebook formats. Aakin has over a decade of experience doing professional layout work for convention pamplets, books, and has added blog editing and conversion at my request. Trust me when I write that he is a wizard of formatting prowess. We’ll soon be releasing a free game book showing off his skills (he co-authored and edited <a href="http://www.victusgames.com/Welcome_to_Victus_Games.html" target="_blank">COTA</a>). I invite you to explore the details and negotiate specifics of your project or conversion at <a href="http://arsvox.com/" target="_blank">Ars Vox</a>. It’s as easy as sending an email, and covering a few hours of modest labor.</p>
<p>This simple act will:</p>
<ul>
<li>bring your blog message to an entirely different reader segment</li>
<li>or take an existing book and reach a much larger and growing audience of ebook readers</li>
</ul>
<p>If you have any project that requires professional layout and design, <a href="http://arsvox.com/" target="_blank">Ars Vox</a> is the perfect way to get it done.</p>
<p>Notes:</p>
<p>*= I’m considering spinning two ebooks out of last years posts from April ‘09-10</p>
<p>^= after 15 years of being a close friend, you get the <em>life long friend</em> status to conceal my rapidly increasing age <img src="../wp-includes/images/smilies/icon_wink.gif" alt=";)" /> . Aakin and I have been like brothers since college around 1992.</p>
<div style="float:right;margin:0px 0px 0px 0px;"><a title="Post on Google Buzz" class="google-buzz-button" href="http://www.google.com/buzz/post" data-button-style="small-count" data-url="http://www.victusspiritus.com/2010/04/24/ars-vox-is-professional-blogs-to-ebooks/"></a><script type="text/javascript" src="http://www.google.com/buzz/api/button.js"></script></div>]]></content:encoded>
			<wfw:commentRss>http://www.victusspiritus.com/2010/04/24/ars-vox-is-professional-blogs-to-ebooks/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
	</channel>
</rss>

